ethereum / interfaces

Interface Specifications inside Ethereum
36 stars 175 forks source link

Create a definitive ABI test suite #9

Open axic opened 7 years ago

axic commented 7 years ago

Currently there are a couple of tests scattered around in:

It would be nice to create a test suite as JSON files, which can be used by all these implementations to validate against.

cc @SilentCicero

SilentCicero commented 7 years ago

Also: https://github.com/ethers-io/ethers-wallet/blob/master/tests/test-solidity-coder.js from ethers wallet.