Giulio2002 · GitHub

Merged

Merged

Conversation

This was referenced

Aug 4, 2023

Closed

Merged

@Giulio2002

banteg added a commit to banteg/evm-trace that referenced this pull request

Aug 31, 2023
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

Merged

4 tasks

antazoey pushed a commit to ApeWorX/evm-trace that referenced this pull request

Aug 31, 2023
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

AskAlexSharov pushed a commit that referenced this pull request

Sep 6, 2023
this 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

universal9622

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

Read the original on github.com ↗