EOS EVM Node v0.7.1
The latest patch release of EOS EVM Node introduces a bug fix to flags set improperly for MDBX and a unit discrepancy for a test.
Read on for more details.
Bug fixes
Wrong flag when opening database
It was discovered that use the exclusive and shared flag for MDBX was being used incorrectly, which was leading performance issues.
Unit comparison issue in block_conversion_plugin_impl::timestamp_to_evm_block_num
A mismatch in the units being compared to detect if a transaction occurs before the genesis timestamp was discovered.
Building, compatibility, and upgrading
Building
The README in the eos-evm-node repository contains instructions on how to build EOS EVM Node and EOS EVM RPC.
Compatibility and upgrading
EOS EVM Node and EOS EVM RPC can be upgraded from the prior 0.7.0 version by replacing the binaries.
Further details on changes since last release
Contributors
Special thanks to the contributors that submitted patches for this release:
Full list of changes since last release
PRs
Full Changelog: v0.7.0...v0.7.1