You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Christoph Jentzsch edited this page Jun 19, 2015
·
1 revision
Blockchain tests are found int /BlochchainTests The Goal for theses tests 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 blocks to their blockchains.
Format
{
"lastBlock": "..",
"blockchain": []
}
lastBlock contains the hash of the last valid block in the chain. blockchain A sequential list of blocks.
Generating
getting the blocks for blockchain was by installing edt and running bcm export -c which will dump cpp-ethereum's current blockchain.