Statediffing-fork of the official Go implementation of the Ethereum protocol
			
		
		| e390be4 remove deprecated tests e9e8e7b update blockchain tests - correct genesis hash a70dd35 fix genesis hash 35964c9 update uncle tests 82c108f update blocktests - fix LLL in pre state 66f0003 update transactionTests git-subtree-dir: tests/files git-subtree-split: e390be4fb8421fdabea041b7bdaea3b582224f7d | ||
|---|---|---|
| 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.