aboutsummaryrefslogtreecommitdiffstats
path: root/stMemoryTestFiller.json
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2015-02-27 00:31:19 +0800
committerCJentzsch <jentzsch.software@gmail.com>2015-02-27 00:31:19 +0800
commitdfe567f20c6c48d2a2c4f18bcf378802e654dbfc (patch)
treeb68637e403ef017099ddd5db4fb03e2e104ce94f /stMemoryTestFiller.json
parent4b4de350df1ef7e504acace50534588006c8c2e5 (diff)
downloaddexon-solidity-dfe567f20c6c48d2a2c4f18bcf378802e654dbfc.tar.gz
dexon-solidity-dfe567f20c6c48d2a2c4f18bcf378802e654dbfc.tar.zst
dexon-solidity-dfe567f20c6c48d2a2c4f18bcf378802e654dbfc.zip
more calldatacopy return tests (for Pawel)
Diffstat (limited to 'stMemoryTestFiller.json')
-rw-r--r--stMemoryTestFiller.json38
1 files changed, 37 insertions, 1 deletions
diff --git a/stMemoryTestFiller.json b/stMemoryTestFiller.json
index 18af71c5..b9b69680 100644
--- a/stMemoryTestFiller.json
+++ b/stMemoryTestFiller.json
@@ -1493,5 +1493,41 @@
"secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
"data" : ""
}
- }
+ },
+
+ "memReturn": {
+ "env" : {
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6",
+ "currentNumber" : "0",
+ "currentGasLimit" : "42949672960",
+ "currentDifficulty" : "256",
+ "currentTimestamp" : "1",
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba"
+ },
+ "pre" : {
+ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
+ "balance" : "1000000000000000000",
+ "nonce" : "0",
+ "code" : "{ (CALLDATACOPY 0 0 (CALLDATASIZE)) (RETURN 0 (MSIZE)) } ",
+ "storage": {}
+ },
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "429496729600",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ }
+ },
+ "transaction" : {
+ "nonce" : "0",
+ "gasPrice" : "1",
+ "gasLimit" : "1342183320",
+ "to" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6",
+ "value" : "10",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "data" : "0xff55883355001144bbccddffeeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
+ }
+ },
+
+
}