Geth 1.13 (Deneb/Cancun) update #264
No reviewers
Labels
No Label
bug
critical
documentation
duplicate
enhancement
Epic
good first issue
help wanted
Integration tests
invalid
question
v5
wontfix
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/ipld-eth-server#264
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?
Most notable change is the updates to the test contracts: due to https://eips.ethereum.org/EIPS/eip-6780, SELFDESTRUCT no longer destroys a contract (outside of the creating transaction), so CREATE2 can no longer redeploy contracts to the same address.
The rest is mainly various refactors.
Depends on:
WIP: Geth 1.13 (Deneb/Cancun) updateto Geth 1.13 (Deneb/Cancun) updateGeth 1.13 (Deneb/Cancun) updateto WIP: Geth 1.13 (Deneb/Cancun) updateThis needs some work to handle withdrawals.
c71f2f4071
to8c274d0ad4
WIP: Geth 1.13 (Deneb/Cancun) updateto Geth 1.13 (Deneb/Cancun) updateroysc referenced this pull request2024-05-13 04:57:49 +00:00
This all looks reasonable. Have you tried integrating the system tests yet https://git.vdb.to/cerc-io/system-tests?
I think it would be valuable, in addition to our other testing, to make sure that is in CI on both the plugeth-statediff and ipld-eth-server repos at least.
I was actually thinking of including them with #265, and adding a way to induce validator withdrawals to test that they are indexed. I will add a TODO there.