go-ethereum/tests/files/BasicTests/keyaddrtest.json
Jeffrey Wilcke dc2e34ddf3 core, core/state, trie: Hardfork EIP155, EIP161, EIP170
This commit implements EIP158 part 1, 2, 3 & 4

1. If an account is empty it's no longer written to the trie. An empty
  account is defined as (balance=0, nonce=0, storage=0, code=0).
2. Delete an empty account if it's touched
3. An empty account is redefined as either non-existent or empty.
4. Zero value calls and zero value suicides no longer consume the 25k
  reation costs.

params: moved core/config to params

Signed-off-by: Jeffrey Wilcke <jeffrey@ethereum.org>
2016-11-15 12:40:36 +01:00

22 lines
882 B
JSON

[
{
"seed": "cow",
"key": "c85ef7d79691fe79573b1a7064c19c1a9819ebdbd1faaab1a8ec92344438aaf4",
"addr": "cd2a3d9f938e13cd947ec05abc7fe734df8dd826",
"sig_of_emptystring": {
"v": "27",
"r": "55022946425863772466282515086640833500580355555249003729267710149987842051473",
"s": "3021698389129950584349170550428805649435913935175976180112863059249983907949"
}
},
{
"seed": "horse",
"key": "c87f65ff3f271bf5dc8643484f66b200109caffe4bf98c4cb393dc35740b28c0",
"addr": "13978aee95f38490e9769c39b2773ed763d9cd5f",
"sig_of_emptystring": {
"v": "28",
"r": "20570452350081260599473412372903969148670549754219103025003129053348571714359",
"s": "76892551129780267788164835941580941601518827936179476514262023835864819088004"
}
}
]