Skip to content

EOS EVM Miner v0.1.0 Release Notes

Compare
Choose a tag to compare
@stephenpdeos stephenpdeos released this 08 Sep 14:48
· 60 commits to main since this release
dcc5d5c

Introduction

The EOS EVM transaction miner or EOS EVM Miner is a simple transaction relay that allows users to take Ethereum formatted transactions and push them to the EOS EVM contract on an EOS Native node.

Read on for details.

Features

Transaction relay

The EOS EVM Miner allows users to accept Ethereum transactions and relay them to the EOS EVM. The EOS EVM Miner software takes the EVM transactions that it receives and converts them into EOS transactions, which it then sends to the eosio.evm contract on the native EOS Network.

Rewards

For every transaction relayed, the registered miner will receive a reward in the form of EOS tokens, the gas token of EOS EVM.

Use

Please reference our developer documentation on Transaction Miner to read more on miner account creation, resource management, registration, and rewards management.

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

  • (1) Aligning code to pr 503
  • (15) Fix return value of eth_sendRawTransaction, configurable miner permission
  • (19) Update instructions for npm
  • (25) catch errors from nodes and propagate to caller


Full Changelog: https://github.com/eosnetworkfoundation/eos-evm-miner/commits/v0.1.0