-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate docker responses for ft tests
- Loading branch information
Showing
202 changed files
with
374,334 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
123 changes: 123 additions & 0 deletions
123
tools/full-tracer-tests/geth-traces/addmodNonConst_1_defaultTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
{ | ||
"gas": 23520, | ||
"failed": false, | ||
"returnValue": "", | ||
"structLogs": [ | ||
{ | ||
"pc": 0, | ||
"op": "PUSH20", | ||
"gas": 379000, | ||
"gasCost": 3, | ||
"depth": 1, | ||
"stack": [], | ||
"memory": [] | ||
}, | ||
{ | ||
"pc": 21, | ||
"op": "BALANCE", | ||
"gas": 378997, | ||
"gasCost": 100, | ||
"depth": 1, | ||
"stack": [ | ||
"0x95e7baea6a6c7c4c2dfeb977efac326af552d87" | ||
], | ||
"memory": [] | ||
}, | ||
{ | ||
"pc": 22, | ||
"op": "PUSH20", | ||
"gas": 378897, | ||
"gasCost": 3, | ||
"depth": 1, | ||
"stack": [ | ||
"0x1" | ||
], | ||
"memory": [] | ||
}, | ||
{ | ||
"pc": 43, | ||
"op": "BALANCE", | ||
"gas": 378894, | ||
"gasCost": 100, | ||
"depth": 1, | ||
"stack": [ | ||
"0x1", | ||
"0x95e7baea6a6c7c4c2dfeb977efac326af552d87" | ||
], | ||
"memory": [] | ||
}, | ||
{ | ||
"pc": 44, | ||
"op": "PUSH20", | ||
"gas": 378794, | ||
"gasCost": 3, | ||
"depth": 1, | ||
"stack": [ | ||
"0x1", | ||
"0x1" | ||
], | ||
"memory": [] | ||
}, | ||
{ | ||
"pc": 65, | ||
"op": "BALANCE", | ||
"gas": 378791, | ||
"gasCost": 100, | ||
"depth": 1, | ||
"stack": [ | ||
"0x1", | ||
"0x1", | ||
"0x95e7baea6a6c7c4c2dfeb977efac326af552d87" | ||
], | ||
"memory": [] | ||
}, | ||
{ | ||
"pc": 66, | ||
"op": "ADDMOD", | ||
"gas": 378691, | ||
"gasCost": 8, | ||
"depth": 1, | ||
"stack": [ | ||
"0x1", | ||
"0x1", | ||
"0x1" | ||
], | ||
"memory": [] | ||
}, | ||
{ | ||
"pc": 67, | ||
"op": "PUSH1", | ||
"gas": 378683, | ||
"gasCost": 3, | ||
"depth": 1, | ||
"stack": [ | ||
"0x0" | ||
], | ||
"memory": [] | ||
}, | ||
{ | ||
"pc": 69, | ||
"op": "SSTORE", | ||
"gas": 378680, | ||
"gasCost": 2200, | ||
"depth": 1, | ||
"stack": [ | ||
"0x0", | ||
"0x0" | ||
], | ||
"memory": [], | ||
"storage": { | ||
"0000000000000000000000000000000000000000000000000000000000000000": "0000000000000000000000000000000000000000000000000000000000000000" | ||
} | ||
}, | ||
{ | ||
"pc": 70, | ||
"op": "STOP", | ||
"gas": 376480, | ||
"gasCost": 0, | ||
"depth": 1, | ||
"stack": [], | ||
"memory": [] | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
tools/full-tracer-tests/geth-traces/op-invalid_0_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x186a0", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0x96e2fd4c", | ||
"error": "invalid opcode: INVALID", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
9 changes: 9 additions & 0 deletions
9
tools/full-tracer-tests/geth-traces/op-log-pc-msize_0_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0xa962", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0x8ce6b8f1", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
9 changes: 9 additions & 0 deletions
9
tools/full-tracer-tests/geth-traces/op-log-pc-msize_1_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x57c8", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0x6ab9b19a", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
9 changes: 9 additions & 0 deletions
9
tools/full-tracer-tests/geth-traces/op-log-pc-msize_2_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x5c5d", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0x6fa30aab", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
9 changes: 9 additions & 0 deletions
9
tools/full-tracer-tests/geth-traces/op-log-pc-msize_3_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x6012", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0xbd3ff5d1", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
9 changes: 9 additions & 0 deletions
9
tools/full-tracer-tests/geth-traces/op-log-pc-msize_4_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x5f36", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0x5a7559a1", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
9 changes: 9 additions & 0 deletions
9
tools/full-tracer-tests/geth-traces/op-log-pc-msize_5_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x6189", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0xa59af52a", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
9 changes: 9 additions & 0 deletions
9
tools/full-tracer-tests/geth-traces/op-log_0_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x5569", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0xecc5544a", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
9 changes: 9 additions & 0 deletions
9
tools/full-tracer-tests/geth-traces/op-log_0_callTracer_1_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x56cd", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0xe44f413d", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
9 changes: 9 additions & 0 deletions
9
tools/full-tracer-tests/geth-traces/op-log_0_callTracer_2_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x5848", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0x22e62e29", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
9 changes: 9 additions & 0 deletions
9
tools/full-tracer-tests/geth-traces/op-log_0_callTracer_3_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x59ac", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0x0de4d6c0", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
9 changes: 9 additions & 0 deletions
9
tools/full-tracer-tests/geth-traces/op-log_0_callTracer_4_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x5b25", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0xc7c969db", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
10 changes: 10 additions & 0 deletions
10
tools/full-tracer-tests/geth-traces/op-log_1_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x6e5a", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0xf8b3e8e0", | ||
"error": "execution reverted", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
21 changes: 21 additions & 0 deletions
21
tools/full-tracer-tests/geth-traces/op-log_2_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x6718", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0xf4c02e6b", | ||
"calls": [ | ||
{ | ||
"from": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"gas": "0x12853", | ||
"gasUsed": "0x7c9", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0x84f232d3", | ||
"error": "execution reverted", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} | ||
], | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
20 changes: 20 additions & 0 deletions
20
tools/full-tracer-tests/geth-traces/op-log_3_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x66e0", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0x6f990b24", | ||
"calls": [ | ||
{ | ||
"from": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"gas": "0x12852", | ||
"gasUsed": "0x790", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0x3db17295", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} | ||
], | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
9 changes: 9 additions & 0 deletions
9
tools/full-tracer-tests/geth-traces/op-msl_0_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0xb1de", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0x8035d35b", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
22 changes: 22 additions & 0 deletions
22
tools/full-tracer-tests/geth-traces/op-msl_10_callTracer_0_geth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"from": "0x4d5cf5032b2a844602278b01199ed191a86c93ff", | ||
"gas": "0x186a0", | ||
"gasUsed": "0x6bed", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0xaffc63c7", | ||
"output": "0x0000000000000000000000000000000000000000000000000000000123456789", | ||
"calls": [ | ||
{ | ||
"from": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"gas": "0x12d77", | ||
"gasUsed": "0x1c0", | ||
"to": "0x1275fbb540c8efc58b812ba83b0d0b8b9917ae98", | ||
"input": "0x6aecbc33", | ||
"output": "0x0000000000000000000000000000000000000000000000000000000123456789", | ||
"value": "0x0", | ||
"type": "CALL" | ||
} | ||
], | ||
"value": "0x0", | ||
"type": "CALL" | ||
} |
Oops, something went wrong.