Commit e60e04b
Respond with information on VM revert (#591)
* Add rpcResponseRevert
* Change response on EVMC_REVERT
* Preserve pc counter after a reverted transaction
* Update acctCreationRevert test
* Revert "Preserve pc counter after a reverted transaction"
This reverts commit 711d123.
* Store PC and use it in the error message
* Update expected output of tests with revert
* Update tests/failing.web3
* Update expected outputs for full erc20capped and tokentimelock tests
* Rename rpcResponseRevert -> rpcResponseSuccessException
* web3: formatting
* web3: more formatting1 parent 58cab80 commit e60e04b
File tree
7 files changed
+97
-123
lines changed- tests
- web3
- erc20
7 files changed
+97
-123
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
11 | 22 | | |
12 | 23 | | |
13 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
| 191 | + | |
| 192 | + | |
196 | 193 | | |
197 | 194 | | |
198 | 195 | | |
0 commit comments