Geth 1.13 (Deneb/Cancun) update #5
No reviewers
Labels
No Label
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/ipld-eth-statedb#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "update-geth-1.13"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Geth
core/state
andtrie
packages underwent a big refactor betweenv1.11.6
and1.13.14
.This code, which was adapted from those, needed corresponding updates. To do this I applied the diff patches from Geth directly where possible and in some places had to clone new parts of the Geth code and adapt them.
In order to make this process as straightforward as possible in the future, I've attempted to minimize the number of changes vs. Geth and added some documentation in the
trie_by_cid
package.6c2fdf5811
tobf48940e32
bf48940e32
to51803557ef
51803557ef
to55af7a545e
WIP: Geth 1.13 (Deneb/Cancun) updateto Geth 1.13 (Deneb/Cancun) updateThis is a bit too much to review head-on, particularly the trie_by_cid package. As long as we can functionally verified it works as part of cerc-io/ipld-eth-server#264 and the tests make sense, that should be enough.