forked from cerc-io/plugeth
Fork of plugeth with any needed changes for statediff plugin
e2c75b0fa1
05fe945 Added another pow test 7cf2f6b uncle header with block number = 1 d65c7a3 Merge remote-tracking branch 'origin/PoC9' into PoC9 8e05ce5 uncle tests 7c8f2b4 Merge branch 'PoC9' of github.com:ethereum/tests into PoC9 83d1f4d fixed git-subtree-dir: tests/files git-subtree-split: 05fe94507b92dbfbfe8c198df33160eaaf9e87fc |
||
---|---|---|
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.