Skip to content

@ethereumjs/vm v5.5.3

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 27 Sep 10:38
· 1907 commits to master since this release
cf95e04
  • Fixed a consensus-relevant bug in the Blake2B precompile (see EIP-152) with messages with a length >= 5 (thanks @jochem-brouwer for the great analysis and quick fix on this! ❤️), PR #1486
  • Improved support for custom chain genesis states in StateManager.generateCanonicalGenesis() (see Common v2.5.0 release for the corresponding functionality), PR #1409
  • Fixed VM.copy() to also copy the blockchain and common objects, PR #1444

And, also worth to note: we are not susceptible to the IDENTITY precompile bug which caused a minority fork in August 2021, see PR #1436 and - again - thanks @jochem-brouwer for the quick analysis! 😃