Statediffing-fork of the official Go implementation of the Ethereum protocol
d6fe94a Merge branch 'develop' of https://github.com/ethereum/tests into develop cae0693 more fuzz test failures 2110806 fix mem test 049c4d3 Merge remote-tracking branch 'origin' into develop 6025e7b stack size 1024 fix 97655c7 add JS fails 90fe120 JS fails e8a6964 JS fail git-subtree-dir: tests/files git-subtree-split: d6fe94ad047557531c83b551eb78a7a5838feaa4 |
||
|---|---|---|
| ansible | ||
| BasicTests | ||
| BlockchainTests | ||
| BlockTests | ||
| PoWTests | ||
| StateTests | ||
| TransactionTests | ||
| TrieTests | ||
| VMTests | ||
| .gitignore | ||
| index.js | ||
| package.json | ||
| README.md | ||
| TODO | ||
tests
Common tests for all clients to test against.
All files should be of the form:
{
"test1name":
{
"test1property1": ...,
"test1property2": ...,
...
},
"test2name":
{
"test2property1": ...,
"test2property2": ...,
...
}
}
Arrays are allowed, but don't use them for sets of properties - only use them for data that is clearly a continuous contiguous sequence of values.