-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @ethereumjs/util to v9.0.3 #1749
Merged
Merged
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
2 times, most recently
from
November 6, 2023 11:06
dc680c2
to
cc108c3
Compare
buberdds
force-pushed
the
renovate/ethereumjs-util-9.x
branch
from
November 9, 2023 07:58
cc108c3
to
70891b0
Compare
Deployed to Cloudflare Pages
|
renovate
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
4 times, most recently
from
November 16, 2023 11:20
b038cd5
to
0a70d32
Compare
renovate
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
11 times, most recently
from
November 21, 2023 20:30
54733c3
to
495d1f4
Compare
renovate
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
from
November 27, 2023 07:09
495d1f4
to
f0044b1
Compare
buberdds
force-pushed
the
renovate/ethereumjs-util-9.x
branch
from
November 27, 2023 07:28
f0044b1
to
26650ac
Compare
renovate
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
9 times, most recently
from
December 1, 2023 13:08
7d3f162
to
8006ee4
Compare
renovate
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
4 times, most recently
from
January 31, 2024 15:10
f922fc1
to
43d145e
Compare
renovate
bot
changed the title
Update dependency @ethereumjs/util to v9.0.1
Update dependency @ethereumjs/util to v9.0.2
Feb 8, 2024
renovate
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
9 times, most recently
from
February 13, 2024 13:16
0688e32
to
1884028
Compare
renovate
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
3 times, most recently
from
February 17, 2024 18:46
207efec
to
ba80c01
Compare
renovate
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
from
March 18, 2024 16:40
ba80c01
to
d417f27
Compare
renovate
bot
changed the title
Update dependency @ethereumjs/util to v9.0.2
Update dependency @ethereumjs/util to v9.0.3
Mar 18, 2024
renovate
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
from
March 26, 2024 00:25
d417f27
to
5425e47
Compare
github-actions
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
from
March 26, 2024 00:25
5425e47
to
4a1b6b6
Compare
renovate
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
from
March 26, 2024 00:28
4a1b6b6
to
34a90e7
Compare
github-actions
bot
force-pushed
the
renovate/ethereumjs-util-9.x
branch
from
March 26, 2024 00:28
34a90e7
to
92e1649
Compare
Our production browserslist caused babel to incorrectly compile `BIGINT_2 ** BIGINT_256` to `Math.pow(eP, eG)` for compatibility, but that throws "TypeError: Cannot convert a BigInt value to a number". But browser support has improved, so it keeps `**` with updated browserslist.
lukaw3d
approved these changes
Mar 26, 2024
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:
9.0.0
->9.0.3
Release Notes
ethereumjs/ethereumjs-monorepo (@ethereumjs/util)
v9.0.3
: @ethereumjs/util v9.0.3Compare Source
trustedSetupPath
for theinitKZG()
method, PR #3296v9.0.2
: @ethereumjs/util v9.0.2Compare Source
Self-Contained (and Working 🙂) README Examples
All code examples in
EthereumJS
monorepo library README files are now self-contained and can be executed "out of the box" by simply copying them over and running "as is", see tracking issue #3234 for an overview. Additionally all examples can now be found in the respective library examples folder (in fact the README examples are now auto-embedded from over there). As a nice side effect all examples are now run in CI on new PRs and so do not risk to get outdated or broken over time.Other Changes
hexToBytes
, PR #3185hexToBytes
, PR #3203v9.0.1
: @ethereumjs/util v9.0.1Compare Source
Dencun devnet-11 Compatibility
This release contains various fixes and spec updates related to the Dencun (Deneb/Cancun) HF and is now compatible with the specs as used in devnet-11 (October 2023).
kzg
module to use the official trusted setup formainnet
, PR #3107Other Changes
BIGINT_0
,BIGINT_32
,BIGINT_2EXP96
,...) in thebytes
module for reusage along performance optimizations, PR #3050bytesToBigInt()
performance optimization for 1-byte bytes, PR #3054fromUtf8()
, PR #3112Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.