Skip to content

EOS EVM Miner v1.0.1

Latest
Compare
Choose a tag to compare
@stephenpdeos stephenpdeos released this 22 Aug 17:07
· 7 commits to main since this release
97dbae3

Introduction

The latest patch release of EOS EVM Miner introduces a separate endpoint for querying CPU price and a bug fix to how the miner reads EOS EVM versions.

Read on for more details.

Bug fixes

Miner unable to read EOS EVM version correctly

PRs

  • (56) [1.0] Fix access to evm_version and price_queue


It was discovered that the miner was not correctly reading the EOS EVM version, leading to issues with fees calculated for the price queue.

Other changes

Separate endpoint for querying CPU price

PRs

  • (53) [1.0] Add a setting to set a separate endpoint for querying CPU price


A new endpoint for querying CPU price has been added for testing purposes to calculate priorty fees in testnets.

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

  • (53) [1.0] Add a setting to set a separate endpoint for querying CPU price
  • (56) [1.0] Fix access to evm_version and price_queue


Full Changelog: v1.0.0...v1.0.1