Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync upstream 2.60.10 #231

Open
wants to merge 5 commits into
base: op-erigon
Choose a base branch
from
Open

Sync upstream 2.60.10 #231

wants to merge 5 commits into from

Conversation

mininny
Copy link
Member

@mininny mininny commented Nov 12, 2024

Upstream sync from erigontech's 2.60.10 release: https://github.com/erigontech/erigon/releases/tag/v2.60.10

yperbasis and others added 5 commits October 29, 2024 08:44
Cherry pick erigontech#12375 into `release/2.60`

Co-authored-by: Alex Sharov <[email protected]>
…tech#12559)

Prior to this PR in `callManyTransactions` (invoked by `trace_block`)
changes made by `InitializeBlockExecution` were discarded, leading to
issues like erigontech#12432. That was immaterial before since no much was
happening at the beginning of a block. But that changed in Dencun with
[EIP-4788](https://eips.ethereum.org/EIPS/eip-4788) – see `(s *Merge)
Initialize`.
…r reason (erigontech#12547)

Erigon2 v2.6x add correct **error reason** to some json rpc api
responses.
Previously, the expected reason for the error was "{}".

Affected apis are `debug_traceCall`, `debug_traceCallMany`,
`debug_traceTransaction`.

This PR uses a new branch of the rpc-tests repo that has been updated
with these changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants