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

feat: Rebase to latest nitro-v3.3.2 commit #3

Merged
merged 353 commits into from
Jan 14, 2025
Merged

Conversation

ethenotethan
Copy link
Collaborator

No description provided.

AaronChen0 and others added 30 commits March 26, 2024 12:26
* tests: fix panic via state test runner using json logger

* tests: also invoke OnTxEnd
…201)

This addresses an edge-case (detailed in the code comment) where the computation of the intermediate trie root would force the unnecessary resolution of a hash node. The change makes it so that when we process changes from a block, we first process trie-updates and afterwards process trie-deletions.
* all: fix mismatched names in comments

* metrics: fix mismatched name in UpdateIfGt
core: add a simple verkle test

triedb, core: skip hash comparison in verkle

core: remove legacy daoFork logic in verkle chain maker

fix: nil pointer in tests

triedb/pathdb: add blob hex

core: less defensive

Co-authored-by: Ignacio Hagopian <[email protected]>
Co-authored-by: Martin HS <[email protected]>
Co-authored-by: Gary Rong <[email protected]>
Adds a flag `--trace.callframes` to t8n which will log info when entering or exiting a call frame in addition to the execution steps.

---------

Co-authored-by: Mario Vega <[email protected]>
core: using maps.Clone
tsahee and others added 27 commits November 6, 2024 19:33
Add a notion of zombies to preserve empty account behavior
Mark upstream go-ethereum v1.14.0 as merged
…ainsconfigs

Get rid of the hardcoded list of chains in config_arbitrum.go (geth) instead use arbitrum_chain_info.json (nitro)
Revert accidental change to tipReceipient
This fixes an issue for `debug_traceBlock*` methods where the BASEFEE opcode was returning always 0. This caused the method return invalid results.

Co-authored-by: Sina Mahmoodi <[email protected]>
@ethenotethan ethenotethan requested a review from litt3 January 14, 2025 20:44
@ethenotethan ethenotethan merged commit b8cbad7 into eigenda Jan 14, 2025
2 checks passed
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.