Commit dd7b4c7
test: add nested precompile reversion test case (#535)
* add nested precompile reversion test case
adds complex precompile reversions that occur within nested try catch blocks to test for cache stack reversions to specific IDs
* changelog
* Update tests/integration/precompiles/staking/test_integration.go
Co-authored-by: Tyler <[email protected]>
* remove changelog entry for test
---------
Co-authored-by: Tyler <[email protected]>
Co-authored-by: Alex | Interchain Labs <[email protected]>1 parent 1518fe3 commit dd7b4c7
File tree
5 files changed
+138
-3
lines changed- contracts/solidity/precompiles/testutil/contracts
- precompiles/testutil/contracts
- tests/integration/precompiles/staking
- x/vm/types
5 files changed
+138
-3
lines changedLines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
52 | 82 | | |
53 | 83 | | |
54 | 84 | | |
| |||
0 commit comments