Merged
Merged
Conversation
This was referenced
Aug 4, 2023Closed
Merged
banteg added a commit to banteg/evm-trace that referenced this pull request
Aug 31, 2023add a workaround for a bug present in latest stable erigon v2.48.1. it is fixed in devel release, so we should remove the fix when erigon makes a new stable release. erigontech/erigon#7970
Merged
4 tasks
antazoey pushed a commit to ApeWorX/evm-trace that referenced this pull request
Aug 31, 2023add a workaround for a bug present in latest stable erigon v2.48.1. it is fixed in devel release, so we should remove the fix when erigon makes a new stable release. erigontech/erigon#7970
AskAlexSharov pushed a commit that referenced this pull request
Sep 6, 2023this fixes vmtrace after shanghai
before:
```python
VMOperation(pc=24, cost=2, ex=VMExecutedOperation(used=1942085, push=[], mem=None, store=None), sub=None, op='PUSH0', idx='14-644-13')
```
after:
```python
VMOperation(pc=24, cost=2, ex=VMExecutedOperation(used=1942085, push=[HexBytes('0x00')], mem=None, store=None), sub=None, op='PUSH0', idx='14-644-13')
```
xtoben22 pushed a commit to xtoben22/evm-trace that referenced this pull request
Apr 29, 2024
add a workaround for a bug present in latest stable erigon v2.48.1. it is fixed in devel release, so we should remove the fix when erigon makes a new stable release. erigontech/erigon#7970
Labels
None yet