Skip to content
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 2 commits into from
Mar 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ethereumjs/util (source) 9.0.0 -> 9.0.3 age adoption passing confidence

Release Notes

ethereumjs/ethereumjs-monorepo (@​ethereumjs/util)

v9.0.3: @​ethereumjs/util v9.0.3

Compare Source

  • Allow optional trustedSetupPath for the initKZG() method, PR #​3296

v9.0.2: @​ethereumjs/util v9.0.2

Compare 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
  • Adjust byte bigint utils, PR #​3159
  • Check that hex to byte conversion is valid in hexToBytes, PR #​3185
  • Performance-optimized hexToBytes, PR #​3203

v9.0.1: @​ethereumjs/util v9.0.1

Compare 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).

  • Update peer dependency for kzg module to use the official trusted setup for mainnet, PR #​3107
Other Changes
  • Performance: New reoccurringly used BigInt constants (BIGINT_0, BIGINT_32, BIGINT_2EXP96,...) in the bytes module for reusage along performance optimizations, PR #​3050
  • Performance: bytesToBigInt() performance optimization for 1-byte bytes, PR #​3054
  • Fix a bug in fromUtf8(), PR #​3112

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/ethereumjs-util-9.x branch 2 times, most recently from dc680c2 to cc108c3 Compare November 6, 2023 11:06
@buberdds buberdds force-pushed the renovate/ethereumjs-util-9.x branch from cc108c3 to 70891b0 Compare November 9, 2023 07:58
Copy link

github-actions bot commented Nov 9, 2023

Deployed to Cloudflare Pages

Latest commit: cbdfd86ab1fc5c5d900e3b591cfcca85d670cb27
Status:✅ Deploy successful!
Preview URL: https://13a0d661.oasis-wallet.pages.dev

@renovate renovate bot force-pushed the renovate/ethereumjs-util-9.x branch 4 times, most recently from b038cd5 to 0a70d32 Compare November 16, 2023 11:20
@renovate renovate bot force-pushed the renovate/ethereumjs-util-9.x branch 11 times, most recently from 54733c3 to 495d1f4 Compare November 21, 2023 20:30
@renovate renovate bot force-pushed the renovate/ethereumjs-util-9.x branch from 495d1f4 to f0044b1 Compare November 27, 2023 07:09
@buberdds buberdds force-pushed the renovate/ethereumjs-util-9.x branch from f0044b1 to 26650ac Compare November 27, 2023 07:28
@renovate renovate bot force-pushed the renovate/ethereumjs-util-9.x branch 9 times, most recently from 7d3f162 to 8006ee4 Compare December 1, 2023 13:08
@renovate renovate bot force-pushed the renovate/ethereumjs-util-9.x branch 4 times, most recently from f922fc1 to 43d145e Compare January 31, 2024 15:10
@renovate 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 renovate bot force-pushed the renovate/ethereumjs-util-9.x branch 9 times, most recently from 0688e32 to 1884028 Compare February 13, 2024 13:16
@renovate renovate bot force-pushed the renovate/ethereumjs-util-9.x branch 3 times, most recently from 207efec to ba80c01 Compare February 17, 2024 18:46
@renovate renovate bot force-pushed the renovate/ethereumjs-util-9.x branch from ba80c01 to d417f27 Compare March 18, 2024 16:40
@renovate 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 renovate bot force-pushed the renovate/ethereumjs-util-9.x branch from d417f27 to 5425e47 Compare March 26, 2024 00:25
@github-actions github-actions bot force-pushed the renovate/ethereumjs-util-9.x branch from 5425e47 to 4a1b6b6 Compare March 26, 2024 00:25
@renovate renovate bot force-pushed the renovate/ethereumjs-util-9.x branch from 4a1b6b6 to 34a90e7 Compare March 26, 2024 00:28
@github-actions github-actions bot force-pushed the renovate/ethereumjs-util-9.x branch from 34a90e7 to 92e1649 Compare March 26, 2024 00:28
@lukaw3d lukaw3d closed this Mar 26, 2024
@lukaw3d lukaw3d reopened this Mar 26, 2024
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 lukaw3d merged commit d6873a2 into master Mar 26, 2024
15 checks passed
@lukaw3d lukaw3d deleted the renovate/ethereumjs-util-9.x branch March 26, 2024 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant