Update dependency ethereumjs-util to v7#6829
Closed
renovate[bot] wants to merge 5 commits intomasterfrom
Closed
Conversation
e0ea854 to
105fb86
Compare
105fb86 to
d0b346a
Compare
d79159c to
9e2a802
Compare
2c52afd to
5b25daf
Compare
5b25daf to
1131777
Compare
1131777 to
4c63b89
Compare
4c63b89 to
1c599e5
Compare
1c599e5 to
a723b68
Compare
a723b68 to
afc32d7
Compare
afc32d7 to
1e25de2
Compare
1e25de2 to
cc8d34d
Compare
534e151 to
8be7acc
Compare
8be7acc to
6a0dff3
Compare
6a0dff3 to
3f9a752
Compare
3f9a752 to
557449f
Compare
823831c to
a9078be
Compare
a9078be to
528021b
Compare
528021b to
d43b329
Compare
d43b329 to
376d910
Compare
9060915 to
5d2cdc3
Compare
f22d567 to
be0052d
Compare
be0052d to
21ad304
Compare
…ate/ethereumjs-util-7.x
…ocol/unlock into renovate/ethereumjs-util-7.x
Contributor
Author
Renovate Ignore NotificationAs this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 7.x releases. However, if you upgrade to 7.x manually then Renovate will reenable minor and patch updates automatically. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.2.1->7.1.2Release Notes
ethereumjs/ethereumjs-monorepo
v7.1.2Compare Source
ethjs-utilintToHexandintToBufferre-exports with own implementations which throw on wrong integer input (decimal values, non-safe integers, negative numbers,...) to allow for a safer integer type input, PR #1500v7.1.1Compare Source
toType()helper function to now returnnull/undefinedfor respective input values, PR #1477EIP-1191format checksums when usingtoChecksumAddress()(breaks checksum backwards compatibility in current form), PR #1463v7.1.0Compare Source
Distribution Changes
Dual ES5 and ES2017 Builds
We significantly updated our internal tool and CI setup along the work on PR #913 with an update to
ESLintfromTSLintfor code linting and formatting and the introduction of a new build setup.Packages now target
ES2017for Node.js builds (themainentrypoint frompackage.json) and introduce a separateES5build distributed along using thebrowserdirective as an entrypoint, see PR #921. This will result in performance benefits for Node.js consumers, see here for a releated discussion.Included Source Files
Source files from the
srcfolder are now included in the distribution build, see PR #1301. This allows for a better debugging experience in debug tools like Chrome DevTools by having working source map references to the original sources available for inspection.EIP-2098 Support (Compact 64-byte Signatures)
The
signaturemodule comes with a new helper functiontoCompactSig(v: BNLike, r: Buffer, s: Buffer, chainId?: BNLike): stringwhich allows to convert signature parameters into the format of Compact Signature Representation as defined in EIP-2098.Other Changes
bnToRlp()helper function tobnToUnpaddedBuffer(), PR #1293v7.0.10Compare Source
Address.isPrecompileOrSystemAddress()method which returnstrueif address is in the address range defined by EIP-1352, PR #1170false(instead of throwing) for non-hex-string values in account moduleisValidAddress,isValidChecksumAddress,isZeroAddressmethods (it now gets enough to just handle thefalsecase on function usage), PR #1173v7.0.9Compare Source
v7.0.8Compare Source
v7.0.7Compare Source
v7.0.6Compare Source
v7.0.5Compare Source
v7.0.4Compare Source
v7.0.3Compare Source
v7.0.2Compare Source
v7.0.1Compare Source
v7.0.0Compare Source
Configuration
📅 Schedule: "on the first day of the month" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.