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
obscuren 9663493ba0 Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop 10 years ago
..
BasicTests Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop 10 years ago
BlockTests Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop 10 years ago
BlockchainTests Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9 10 years ago
PoWTests Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9 10 years ago
StateTests Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop 10 years ago
TransactionTests Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 10 years ago
TrieTests Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 10 years ago
VMTests Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop 10 years ago
ansible Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop 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 Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 10 years ago
package.json Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 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.