Skip to content

Releases: XPRNetwork/eosio.evm

Submission 4

29 Apr 23:25
Compare
Choose a tag to compare

-Fixes up tests to remove custom RLP addition using JS
-Turns off BN_CURVE by default to reduce default WASM size by 200KB
-Add Ethereum Mock RPC to enable interoperability of eosio.evm with Metamask, Remix and any other Ethereum service 🚀🚀

Final Submission 3!

30 Mar 12:05
Compare
Choose a tag to compare

Officially supports all precompiles as laid out in Ethereum Yellow Paper, as well as the blake2b precompile.

eosio.evm now officially passes all Ethereum tests excluding ones which require more than 32 MB of memory, as EOSIO does not have the ability to reclaim memory once allocated and enforces an execution maximum of 32MB.

Special Consideration:
Balance was changed to uint256_t type, with 0.0001 EOS being represented by a value of 1

Submission 3!

30 Mar 11:55
Compare
Choose a tag to compare

Officially supports all precompiles as laid out in Ethereum Yellow Paper, as well as the blake2b precompile.

eosio.evm now officially passes all Ethereum tests excluding ones which require more than 32 MB of memory, as EOSIO does not have the ability to reclaim memory once allocated and enforces an execution maximum of 32MB.

Special Consideration:
Balance was changed to uint256_t type, with 0.0001 EOS being represented by a value of 1

Submission 3!

30 Mar 11:53
Compare
Choose a tag to compare

Officially supports all precompiles as laid out in Ethereum Yellow Paper, as well as the blake2b precompile.

eosio.evm now officially passes all Ethereum tests excluding ones which require more than 32 MB of memory, as EOSIO does not have the ability to reclaim memory once allocated and enforces an execution maximum of 32MB.

Special Consideration:
Balance was changed to uint256_t type, with 0.0001 EOS being represented by a value of 1

Submission 2

02 Mar 00:38
Compare
Choose a tag to compare

Ready for submission 2!

Notable improvements are better error handling, addition of initial 4 precompiles (ecrecover, sha256, ripemd160 and identity), plus 100% success rate on state tests!

Submission 1

27 Feb 06:59
Compare
Choose a tag to compare

The EVM contract and JS SDK are ready for submission 1