-
Notifications
You must be signed in to change notification settings - Fork 357
Blockchain Tests
martin becze edited this page Feb 3, 2015
·
28 revisions
Blockchain tests are found int /BlochchainTests The Goal for the these test is to see if the clients can correctly process a blockchain. Some of the tests contain invalid blocks. In those case clients should only add the valid block to their blockchains.
{
"lastBlock": "..",
"blockchain": []
}
lastBlock contains the hash of the last valid block in the chain.
blockchain A sequencial list of blocks.
blockchain done by installing edt and running bcm export -c