Go to file
obscuren 4e8a9a1cd4 Squashed 'tests/files/' changes from 9e3fe72..15ce2ab
15ce2ab Merge remote-tracking branch 'origin/PoC9' into PoC9
5970b09 add quadratic complexity and performance test
163fa03 more info
560b844 more info
a885549 more change
5fed708 one more tiny change
213a2b8 changed test format
c20e88b Merge branch 'PoC9' of github.com:ethereum/tests into PoC9
715ed17 Added first ethash test
e26a39f update blockchain tests to latest protocol changes
34baee5 poc9 vm tests
20550d9 update block chain test due to difficulty change
597b2b3 increase gasLimit on stateTests
8f573d3 update blockchain tests - 2048 bit logs bloom
06c90e6 typo
ef935fc extra data is hex now, for real
81ab5ad extra data is hex now
b0aeba8 update blockchain tests
f862faf add tx tests
618d724 update state tests
4a989f0 update blockchainII tests
ed56e82 add more vm tests
0417655 Merge remote-tracking branch 'origin/PoC9' into PoC9
1f1cf5d update block tests
76b5a8b Fix trie formats.
325dd6d Merge branch 'PoC9' of git://github.com/ethereum/tests into PoC9
a261c5b test3
1d3ab36 again

git-subtree-dir: tests/files
git-subtree-split: 15ce2ab8e22275e7aa93742cb5f8bc63e4e50db5
2015-03-05 17:51:26 +01:00
BasicTests Update crypto.json 2015-02-23 18:40:06 -05:00
BlockTests Squashed 'tests/files/' changes from 9e3fe72..15ce2ab 2015-03-05 17:51:26 +01:00
BlockchainTests spelling error 2015-02-24 01:52:33 -05:00
PoWTests Squashed 'tests/files/' changes from 9e3fe72..15ce2ab 2015-03-05 17:51:26 +01:00
StateTests Squashed 'tests/files/' changes from 9e3fe72..15ce2ab 2015-03-05 17:51:26 +01:00
TransactionTests Squashed 'tests/files/' changes from 9e3fe72..15ce2ab 2015-03-05 17:51:26 +01:00
TrieTests Squashed 'tests/files/' changes from 9e3fe72..15ce2ab 2015-03-05 17:51:26 +01:00
VMTests Squashed 'tests/files/' changes from 9e3fe72..15ce2ab 2015-03-05 17:51:26 +01:00
ansible debug version for cppjit in dockerfile 2015-02-05 17:01:24 +01:00
.gitignore updated python and go to new build requirement. added script to create 2015-02-05 12:07:12 +01:00
README.md More docs. 2014-02-21 18:35:51 +00:00
TODO Testing submodules 2014-07-02 10:14:05 -04:00
index.js added transaction tests to index.js 2015-02-10 14:38:48 -05:00
package.json bump 2015-02-12 00:56:22 -05:00

README.md

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.