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 d6da533345 Merge commit '24066dca4646c8a376aa5dfbceec0a4b3f872c11' into develop 10 years ago
..
BasicTests Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop 10 years ago
BlockTests Merge commit '24066dca4646c8a376aa5dfbceec0a4b3f872c11' into develop 10 years ago
BlockchainTests Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9 10 years ago
PoWTests Merge commit 'f144a95940a5df0809bb028eef7b337125423602' into develop 10 years ago
StateTests Merge commit '24066dca4646c8a376aa5dfbceec0a4b3f872c11' into develop 10 years ago
TransactionTests Merge commit '58c6cc8fd7ff8a27004ed62d912e0a61ae1b73bb' into develop 10 years ago
TrieTests Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 10 years ago
VMTests Merge commit '58c6cc8fd7ff8a27004ed62d912e0a61ae1b73bb' into develop 10 years ago
ansible Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop 10 years ago
.gitignore
README.md
TODO
index.js
package.json

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.