Rebase statediffing geth onto v1.10.18 #231
Labels
No Label
bug
critical
duplicate
enhancement
epic
help wanted
in progress
invalid
low priority
question
rebase
v1
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/go-ethereum#231
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
1.10.18 has been released, we need to update our custom geth client to work on top of this release.
We need to perform the rebase for both the v3 and v4 versions
git checkout -b v1.10.18-statediff-3.2.1
)git checkout -b v1.10.18-statediff-4.0.1-alpha
)After cutting a release, we will to update the following repos to use these releases:
We will also need to update and release versions of the following repos that use the root v1.10.18 release:
Some changes that necessitate changes in our stack, aside from rebasing our release of this repo and propagating those:
Somethings that potentially warrant further discussion:
eth_getProof
wasn't actually working for storage nodes until this release: https://github.com/ethereum/go-ethereum/pull/24684So the first step is creating the new releases here, the next step will be to work through all the linked issues/repos, find the ones that are next in the dependency tree (aka there is no note in the issue that you will/may also need to update dependency on another repo as well; e.g. ipfs-ethdb, go-eth-state-node-validator, leveldb-ethdb-rpc) and perform those updates and releases, and then move up the dependency tree to repos which depend on the new release of vdb geth + other repos that were updated in the previous step.
@i-norden - We might want to tackle this ticket as well: https://github.com/vulcanize/go-ethereum/issues/181
I would create a pipeline using the stack orchestrator, similar to: https://github.com/vulcanize/ipld-ethcl-indexer/blob/main/.github/workflows/on-pr.yml#L32
I have created two releases:
I tested both by utilizing the stack orchestrator. It was straightforward for
v3
but I had to hack together a solution using the new migration process inv4
.To validate I did the following:
eth.header_cids
table.@i-norden + @ashwinphatak - I have completed all the rebases. Please let me know if you find any errors, issues, or have any thoughts for future releases.
@ashwinphatak and his team will do the V3 release for the following repo as there are some complexities between v3 and v4: https://github.com/vulcanize/eth-statediff-fill-service/issues/3