Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/tests/files
Gustav Simonsson 8f372c867d Update Ethereum JSON test files 10 years ago
..
ABITests Update Ethereum JSON tests 10 years ago
BasicTests Merge commit 'f801183b8bea24ce9988fbd06c2f17fedfc3587f' into develop 10 years ago
BlockTests Update Ethereum JSON test files 10 years ago
BlockchainTests Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9 10 years ago
KeyStoreTests tests: updated 10 years ago
PoWTests Merge commit 'a718515b3d43f00497231f981b5ea757b71d55ff' into develop 10 years ago
StateTests Update Ethereum JSON test files 10 years ago
TransactionTests Update Ethereum JSON test files 10 years ago
TrieTests Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 10 years ago
VMTests Update Ethereum JSON test files 10 years ago
ansible Update github.com/ethereum/tests files 10 years ago
.gitignore Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 10 years ago
README.md Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 10 years ago
TODO Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 10 years ago
index.js Update github.com/ethereum/tests files 10 years ago
package.json Update github.com/ethereum/tests files 10 years ago

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.