aboutsummaryrefslogtreecommitdiffstats
path: root/StateTests/stExample.json
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2014-11-03 20:53:00 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2014-11-03 20:53:00 +0800
commit8a0be21839cf8bb7d3d80a2b61c8433b5d3a8bfd (patch)
treeab289897981f736b55aad4e75a822f98fcacfcab /StateTests/stExample.json
parent83643addbc3d50c6a79611a5d8700aad5fb1df16 (diff)
downloadtangerine-tests-8a0be21839cf8bb7d3d80a2b61c8433b5d3a8bfd.tar
tangerine-tests-8a0be21839cf8bb7d3d80a2b61c8433b5d3a8bfd.tar.gz
tangerine-tests-8a0be21839cf8bb7d3d80a2b61c8433b5d3a8bfd.tar.bz2
tangerine-tests-8a0be21839cf8bb7d3d80a2b61c8433b5d3a8bfd.tar.lz
tangerine-tests-8a0be21839cf8bb7d3d80a2b61c8433b5d3a8bfd.tar.xz
tangerine-tests-8a0be21839cf8bb7d3d80a2b61c8433b5d3a8bfd.tar.zst
tangerine-tests-8a0be21839cf8bb7d3d80a2b61c8433b5d3a8bfd.zip
Added example state test
Diffstat (limited to 'StateTests/stExample.json')
-rw-r--r--StateTests/stExample.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/StateTests/stExample.json b/StateTests/stExample.json
new file mode 100644
index 000000000..c3211c807
--- /dev/null
+++ b/StateTests/stExample.json
@@ -0,0 +1,62 @@
+{
+ "add11" : {
+ "env" : {
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "256",
+ "currentGasLimit" : "1000000",
+ "currentNumber" : "0",
+ "currentTimestamp" : 1,
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "out" : "0x",
+ "post" : {
+ "095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
+ "balance" : "1000000000000100000",
+ "code" : "0x6001600101600057",
+ "nonce" : "0",
+ "storage" : {
+ "0x" : "0x02"
+ }
+ },
+ "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
+ "balance" : "804",
+ "code" : "0x",
+ "nonce" : "0",
+ "storage" : {
+ }
+ },
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "999999999999899196",
+ "code" : "0x",
+ "nonce" : "1",
+ "storage" : {
+ }
+ }
+ },
+ "pre" : {
+ "095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
+ "balance" : "1000000000000000000",
+ "code" : "0x6001600101600057",
+ "nonce" : 0,
+ "storage" : {
+ }
+ },
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "1000000000000000000",
+ "code" : "",
+ "nonce" : 0,
+ "storage" : {
+ }
+ }
+ },
+ "transaction" : {
+ "data" : "",
+ "gasLimit" : "10000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
+ "value" : "100000"
+ }
+ }
+} \ No newline at end of file