Skip to content

@ethereumjs/statemanager v2.4.0

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 15 Aug 11:22
· 1 commit to maintenance-v8 since this release
27e2c02

Verkle Updates

  • Various fixes for Kaustinen4 support (partial account integration, getContractCodeSize(), other), PR #3269
  • Kaustinen5 related fixes, PR #3343
  • Kaustinen6 adjustments, verkle-cryptography-wasm migration, PRs #3355 and #3356
  • Missing beaconroot account verkle fix, PR #3421
  • Verkle decoupling, PR #3462

Other Features

  • Stricter prefixed hex typing, PRs #3348, #3427 and #3357 (some changes removed in PR #3382 for backwards compatibility reasons, will be reintroduced along upcoming breaking releases)

Other Changes

  • Modify RPCStateManager getAccount(), PR #3345

Bugfixes

  • Fixes an issue where under certain deployment conditions wrong storage values could be provided, PR #3434
  • Fixes statemanager empty code bug, PR #3483