Releases: Galxe/grevm
Releases · Galxe/grevm
v2.1.2
v2.1.1
What's Changed
- update revm to v19.2.0 by @nekomoto911 in #47
- README and Documentation for Grevm 2.0 by @Stumble in #49
- (2.0)[fix] resolve the concurrency issue of contrancts (#48) by @AshinGau in #52
- Add eth continuous blocks bench test (#51) by @AshinGau in #53
- separate ParallelCacheState into three elements (#55) by @AshinGau in #56
- fix: check nonce when async commit by @AshinGau in #59
- chore: introduce
GrevmError
to record the transaction id that caused the error by @nekomoto911 in #57 - feat: use revm 19.5.0 by @nekomoto911 in #60
- fix: clean self-destructed entry in MVMemory by @AshinGau in #62
- chore: print block_number when stuck by @nekomoto911 in #63
- (refactor&opt) add doc and resolve warnings, optimize dependency_distance <= 1 by @AshinGau in #69
- update: udpate metrics to 0.24.1 by @AshinGau in #71
- update: set auto_impl = 1 by @AshinGau in #72
- (metrics) add execution time and commit time by @AshinGau in #75
- (opt) don't update storage slot if changed slots are empty (#78) by @AshinGau in #79
Full Changelog: v2.0.0...v2.1.1
Grevm 2.0
Full Changelog: v0.1.0...v0.2.0
v0.1.0: Grevm 1.0 Release
chore(doc): update use-with-reth.md (#39)