diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stRevertTest')
17 files changed, 19 insertions, 19 deletions
diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertDepth2Filler.json b/src/GeneralStateTestsFiller/stRevertTest/RevertDepth2Filler.json index 62cfa9ce1..049099b06 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertDepth2Filler.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertDepth2Filler.json @@ -87,7 +87,7 @@ } }, "transaction" : { - "data" : "In transaction T to A, A call B call C, then A call D calls C, D fails after calling C.", + "// data" : "In transaction T to A, A call B call C, then A call D calls C, D fails after calling C.", "data" : [ "" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json index 48c6dcf1a..03a554083 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json @@ -142,8 +142,8 @@ } }, "transaction" : { - "data" : "Call with value to address A, then another call X, in the call X CREATE of account A, OOG -> revert call X.", - "data" : "d0g0 - double OOG, d0g1 - OOG inside subcall, d1g0 - OOG after subcall, d1g1 - no OOG", + "// data" : "Call with value to address A, then another call X, in the call X CREATE of account A, OOG -> revert call X.", + "// data" : "d0g0 - double OOG, d0g1 - OOG inside subcall, d1g0 - OOG after subcall, d1g1 - no OOG", "data" : [ "0x000000000000000000000000000000000000000000000000000000000000ea60", "0x000000000000000000000000000000000000000000000000000000000001ea60" diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json index a17ef9c54..255518bc7 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json @@ -157,8 +157,8 @@ } }, "transaction" : { - "data" : "Call with value to address A, then another call X, in the call X CREATE of account A, OOG -> revert call X.", - "data" : "d0g0 - double OOG, d0g1 - OOG inside subcall, d1g0 - OOG after subcall, d1g1 - no OOG", + "//data" : "Call with value to address A, then another call X, in the call X CREATE of account A, OOG -> revert call X.", + "// data" : "d0g0 - double OOG, d0g1 - OOG inside subcall, d1g0 - OOG after subcall, d1g1 - no OOG", "data" : [ "0x000000000000000000000000000000000000000000000000000000000000ea60", "0x000000000000000000000000000000000000000000000000000000000001ea60" diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInInitFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInInitFiller.json index ab64c1de0..083e3ae4f 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInInitFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInInitFiller.json @@ -101,7 +101,7 @@ } }, "transaction" : { - "data" : "{ [[0]] 1 (REVERT 0 1) [[1]] 12 }", + "// data" : "{ [[0]] 1 (REVERT 0 1) [[1]] 12 }", "data" : [ "0x600160005560016000fd6011600155" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeWithBigOutputInInitFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeWithBigOutputInInitFiller.json index ca650e856..58fc63354 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeWithBigOutputInInitFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeWithBigOutputInInitFiller.json @@ -104,7 +104,7 @@ } }, "transaction" : { - "data" : "{ [[0]] 1 (REVERT 0 24600) [[1]] 12 }", + "// data" : "{ [[0]] 1 (REVERT 0 24600) [[1]] 12 }", "data" : [ "0x600160005560016000fd6011600155" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundCallFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundCallFiller.json index 6e6ad2da5..a7c6e4e93 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundCallFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundCallFiller.json @@ -86,7 +86,7 @@ } }, "transaction" : { - "data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", + "// data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", "data" : [ "" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundCallOOGFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundCallOOGFiller.json index ae1d04147..1202cc928 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundCallOOGFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundCallOOGFiller.json @@ -52,7 +52,7 @@ } }, "transaction" : { - "data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", + "// data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", "data" : [ "" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyCallFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyCallFiller.json index abdeb3eaf..56950a489 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyCallFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyCallFiller.json @@ -82,7 +82,7 @@ } }, "transaction" : { - "data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", + "// data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", "data" : [ "" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyCallOOGFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyCallOOGFiller.json index 107cbb940..ecbdb63af 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyCallOOGFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyCallOOGFiller.json @@ -52,7 +52,7 @@ } }, "transaction" : { - "data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", + "// data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", "data" : [ "" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyFiller.json index 6e44439cf..7a064fa26 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyFiller.json @@ -86,7 +86,7 @@ } }, "transaction" : { - "data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", + "// data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", "data" : [ "" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyOOGFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyOOGFiller.json index 739613c5f..758af9c04 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyOOGFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundEmptyOOGFiller.json @@ -52,7 +52,7 @@ } }, "transaction" : { - "data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", + "// data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", "data" : [ "" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundFiller.json index 965988417..ce905ff10 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundFiller.json @@ -86,7 +86,7 @@ } }, "transaction" : { - "data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", + "// data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", "data" : [ "" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundOOGFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundOOGFiller.json index d6e2541d0..7a81abd62 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundOOGFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertPrefoundOOGFiller.json @@ -52,7 +52,7 @@ } }, "transaction" : { - "data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", + "// data" : "so X has nothing but the balance Transaction calls A A creates X A went OOG", "data" : [ "" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertRemoteSubCallStorageOOG2Filler.json b/src/GeneralStateTestsFiller/stRevertTest/RevertRemoteSubCallStorageOOG2Filler.json index 2306da4e7..cdd9e834a 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertRemoteSubCallStorageOOG2Filler.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertRemoteSubCallStorageOOG2Filler.json @@ -102,7 +102,7 @@ } }, "transaction" : { - "data" : "contract A calls itself. In the sub-call, storage is modified, the calls returns successfully. After that, storage is modified again and then an exception occurs. 0xc0406226 == sha(run())", + "// data" : "contract A calls itself. In the sub-call, storage is modified, the calls returns successfully. After that, storage is modified again and then an exception occurs. 0xc0406226 == sha(run())", "data" : [ "0xc0406226" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertRemoteSubCallStorageOOGFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertRemoteSubCallStorageOOGFiller.json index 1c88a5579..a04132332 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertRemoteSubCallStorageOOGFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertRemoteSubCallStorageOOGFiller.json @@ -100,7 +100,7 @@ } }, "transaction" : { - "data" : "contract A calls itself. In the sub-call, storage is modified, the calls returns successfully. After that, storage is modified again and then an exception occurs. 0xc0406226 == sha(run())", + "// data" : "contract A calls itself. In the sub-call, storage is modified, the calls returns successfully. After that, storage is modified again and then an exception occurs. 0xc0406226 == sha(run())", "data" : [ "0xc0406226" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertSubCallStorageOOG2Filler.json b/src/GeneralStateTestsFiller/stRevertTest/RevertSubCallStorageOOG2Filler.json index b813d8f68..b273397e0 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertSubCallStorageOOG2Filler.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertSubCallStorageOOG2Filler.json @@ -90,7 +90,7 @@ } }, "transaction" : { - "data" : "contract A calls itself. In the sub-call, storage is modified, the calls returns successfully. After that, storage is modified again and then an exception occurs. 0xc0406226 == sha(run())", + "// data" : "contract A calls itself. In the sub-call, storage is modified, the calls returns successfully. After that, storage is modified again and then an exception occurs. 0xc0406226 == sha(run())", "data" : [ "0xc0406226" ], diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertSubCallStorageOOGFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertSubCallStorageOOGFiller.json index 513f1f74b..20ddd970a 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertSubCallStorageOOGFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertSubCallStorageOOGFiller.json @@ -92,7 +92,7 @@ } }, "transaction" : { - "data" : "contract A calls itself. In the sub-call, storage is modified, the calls returns successfully. After that, storage is modified again and then an exception occurs. 0xc0406226 == sha(run())", + "// data" : "contract A calls itself. In the sub-call, storage is modified, the calls returns successfully. After that, storage is modified again and then an exception occurs. 0xc0406226 == sha(run())", "data" : [ "0xc0406226" ], |