aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2016-12-06 00:08:44 +0800
committerDimitry <winsvega@mail.ru>2016-12-06 00:08:44 +0800
commit691986af1e6f41dd4106a3fa88afe91751b4d76a (patch)
tree2ec42492d1f6d8114e9864b4460283865542e02a /src/BlockchainTestsFiller
parent8def6f8a0fc556548e5467a5c3d2876f2a25bcef (diff)
downloaddexon-tests-691986af1e6f41dd4106a3fa88afe91751b4d76a.tar
dexon-tests-691986af1e6f41dd4106a3fa88afe91751b4d76a.tar.gz
dexon-tests-691986af1e6f41dd4106a3fa88afe91751b4d76a.tar.bz2
dexon-tests-691986af1e6f41dd4106a3fa88afe91751b4d76a.tar.lz
dexon-tests-691986af1e6f41dd4106a3fa88afe91751b4d76a.tar.xz
dexon-tests-691986af1e6f41dd4106a3fa88afe91751b4d76a.tar.zst
dexon-tests-691986af1e6f41dd4106a3fa88afe91751b4d76a.zip
transactionFromNotExistingAccount test filler
Diffstat (limited to 'src/BlockchainTestsFiller')
-rw-r--r--src/BlockchainTestsFiller/bcStateTestFiller.json73
1 files changed, 73 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/bcStateTestFiller.json b/src/BlockchainTestsFiller/bcStateTestFiller.json
index 50bd8304f..15a667782 100644
--- a/src/BlockchainTestsFiller/bcStateTestFiller.json
+++ b/src/BlockchainTestsFiller/bcStateTestFiller.json
@@ -341,5 +341,78 @@
]
}
]
+ },
+
+ "transactionFromNotExistingAccount" : {
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "231072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "expect" : {
+ "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "storage" : {
+ "0x01" : "12"
+ }
+ }
+ },
+ "pre" : {
+ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0",
+ "nonce" : "0",
+ "code" : "{ [[1]] 12 }",
+ "storage": {}
+ },
+ "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0",
+ "nonce" : "0",
+ "code" : "{ [[1]] 12 }",
+ "storage": {}
+ }
+ },
+ "blocks" : [
+ {
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "150000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "0"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "transactions" : [
+ {
+ "data" : "",
+ "gasLimit" : "150000",
+ "gasPrice" : "0",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "c94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : "0"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ }
+ ]
}
}