Files
_data
accounts
cmd
compression
core
crypto
eth
ethdb
ethutil
event
javascript
logger
miner
p2p
pow
rlp
rpc
state
tests
files
BasicTests
BlockchainTests
StateTests
TransactionTests
TrieTests
VMTests
ansible
.gitignore
README.md
TODO
index.js
package.json
helper
vm
trie
ui
vm
whisper
xeth
.gitignore
.gitmodules
.mailmap
.travis.yml
Dockerfile
LICENSE
README.md
gocoverage.sh
install.sh
update-license.go

22 lines
388 B
Plaintext
Raw Permalink Normal View History

2014-10-18 23:28:16 +02:00
- Move over to standard and clear JSON format:
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.