Commit 555d520
authored
fix(giga): bail on wrong nonce as v2 does (#2963)
## Describe your changes and provide context
Reopening #2877 against main
fixes mismatch of [this block](https://seiscan.io/txs?block=193119398).
there are 2 txs (don't show up on seiscan) that have invalid nonces:
```
V2's log: "nonce too high: address 0x6a9dE37D180C56b7E9362d7688ACa8B7acEb425C, tx: 23213 state: 23211"
V2's log: "nonce too high: address 0x4A7d9e41340d1dba4d157fdE37Ed1697E42CBC7b, tx: 7423188 state: 7423187"
```
In this case we just bail WITHOUT bumping the nonce.
## Testing performed to validate your change
tests pass, get us past the block in question.1 parent c06d478 commit 555d520
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1746 | 1746 | | |
1747 | 1747 | | |
1748 | 1748 | | |
| 1749 | + | |
| 1750 | + | |
| 1751 | + | |
| 1752 | + | |
| 1753 | + | |
| 1754 | + | |
| 1755 | + | |
| 1756 | + | |
| 1757 | + | |
| 1758 | + | |
| 1759 | + | |
| 1760 | + | |
| 1761 | + | |
| 1762 | + | |
| 1763 | + | |
| 1764 | + | |
| 1765 | + | |
| 1766 | + | |
1749 | 1767 | | |
1750 | 1768 | | |
1751 | 1769 | | |
| |||
0 commit comments