Skip to content

EOS EVM Node v1.0.3

Compare
Choose a tag to compare
@stephenpdeos stephenpdeos released this 06 Nov 01:43
· 75 commits to main since this release
9088883

Introduction

The latest patch release of EOS EVM Node introduces fixes to gas estimation failures.

Read on for more details.

Updates

Gas estimation failing when the contract accesses EvmHost::get_tx_context

PRs

  • (318) evm-rpc crash
  • (319) Gas estimation fails when contract access EvmHost::get_tx_context


It was observed that the effective_gas_price was being calculated incorrectly in EvmHost::get_tx_context impacting gas estimation and traces.

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 1.0.x 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

  • (318) evm-rpc crash
  • (319) Gas estimation fails when contract access EvmHost::get_tx_context
  • (325) EOS EVM Release v1.0.3 prep and version bump


Full Changelog: v1.0.2...v1.0.3