xf00f / web3x

Ethereum TypeScript Client Library - for perfect types and tiny builds.
211 stars 27 forks source link

More opcodes. Test EVM against external test suite. #42

Closed xf00f closed 5 years ago

xf00f commented 5 years ago

Test EVM against https://github.com/ethereum/tests Failing tests are just excluded for now.

Outstanding missing opcodes:

balance
gasprice
extcodecopy
blockhash
coinbase
difficulty
gaslimit
create
callcode
selfdestruct
AlexCheema commented 5 years ago

This is great! Once it's fully implemented, it's game-changing for testing. Keep up the good work :)