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

New Releases (Dencun, ESM Refactor, Trie/SM Proof Functionality, WASM Crypto, Other) #3261

Merged
merged 51 commits into from
Feb 8, 2024

Conversation

holgerd77
Copy link
Member

@holgerd77 holgerd77 commented Jan 30, 2024

Follow-up on #3113

New release round mainly triggered by the upcoming Dencun HF, targeted for a Thursday, February 1, 2024 release, all libraries to be released including client.

Following highlights:

  • Dencun Compatibility
  • EthersStateManager Refactoring / Generalization
  • New Trie/StateManager Proof Functionality
  • Eventually some EVM-Fixes extra highlighting
  • Eventually the reworked examples
  • WASM crypto
  • Tx addSignature() API
  • RLP.decode() performance()
  • New Block.verifyData() API

For more details and PR links see the CHANGELOG descriptions.

Copy link

codecov bot commented Jan 31, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (45d0336) 86.85% compared to head (19c2b80) 87.83%.

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
block 88.33% <ø> (ø)
blockchain 91.61% <0.00%> (ø)
client ?
common 98.25% <100.00%> (ø)
devp2p 82.12% <ø> (ø)
ethash ∅ <ø> (∅)
evm 74.33% <ø> (ø)
genesis 99.98% <ø> (ø)
rlp ∅ <ø> (∅)
statemanager 75.86% <ø> (ø)
trie 89.16% <ø> (ø)
tx 95.45% <ø> (ø)
util 89.13% <ø> (ø)
vm 80.20% <ø> (ø)
wallet 88.35% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

packages/trie/CHANGELOG.md Outdated Show resolved Hide resolved
packages/statemanager/CHANGELOG.md Outdated Show resolved Hide resolved
@holgerd77
Copy link
Member Author

@scorbajio @acolytec3 Thanks for the suggestions and additional fixes, will pick this up again later the day (no need to commit the suggestions from Amir here and re-trigger CI, will do this locally)! 🙂

gabrocheleau
gabrocheleau previously approved these changes Feb 6, 2024
packages/block/CHANGELOG.md Outdated Show resolved Hide resolved
gabrocheleau
gabrocheleau previously approved these changes Feb 6, 2024
Copy link
Contributor

@gabrocheleau gabrocheleau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Applied some minor nits.

@holgerd77 holgerd77 merged commit b258fd9 into master Feb 8, 2024
45 of 46 checks passed
@holgerd77 holgerd77 deleted the new-releases branch February 8, 2024 15:40
@holgerd77
Copy link
Member Author

Just published the following releases on npm:

There was a missing-dependency-bug in the trie library (debug dependency missing). This made the release of the following hotfix releases necessary, see #3271:

Another round of hotfix releases: the experimental @ethereumjs/verkle library was not sufficiently included in @ethereumjs/statemanager and above:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants