EOS EVM Miner v0.1.0 Release Notes
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
Full Changelog: https://github.com/eosnetworkfoundation/eos-evm-miner/commits/v0.1.0