@ethereumjs/vm v5.5.3
holgerd77
released this
27 Sep 10:38
·
1907 commits
to master
since this release
- 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()
(seeCommon
v2.5.0 release for the corresponding functionality), PR #1409 - Fixed
VM.copy()
to also copy theblockchain
andcommon
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! 😃