[DOG-396] Build DogeOS rollup-node image from DogeOS Reth - #2
Closed
vmarkushin wants to merge 3 commits into
Closed
Conversation
|
Superseded by #5 which pulled in some of this code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scroll-tech/reth.gitscroll-v91.7dependencies toDogeOS69/dogeos-rethrev4036577e10f25b53b49c80421b4adae00aa2d8ceCargo.lock, resolvingDogeOS69/dogeos-rethPR fix: harden runtime authorized signer refresh #7 andDogeOS69/dogeos-revm?rev=0b53feascrolltech/rollup-nodetodogeos69/rollup-nodeStack
main, which already includes feat: Tsuki hardfork #1 (feat/tsuki-hardfork, codec v11)4036577e10f25b53b49c80421b4adae00aa2d8ce0b53fea127862c994193d64a3e4ecb88aa4d33210b53fea..206c509has no tree diff, so PR fix: harden runtime authorized signer refresh #7's revm pin is code-equivalent to the current feat: Tsuki hardfork dogeos-revm#6 head after the gas-fix merge.Image tag
dogeos69/rollup-node:tsuki-762e47f-reth4036577Published digest:
sha256:196706b6e846018b127ee738fa4a31f795cc99d2f7ae9bbc6f3ec8c76e7334c9Validation
cargo check --locked --bin rollup-nodedocker buildx build --platform linux/amd64 -t dogeos69/rollup-node:tsuki-762e47f-reth4036577 --load .docker run --rm --platform linux/amd64 dogeos69/rollup-node:tsuki-762e47f-reth4036577 --helpdocker run --rm --platform linux/amd64 dogeos69/rollup-node:tsuki-762e47f-reth4036577 init --helpdocker push dogeos69/rollup-node:tsuki-762e47f-reth4036577Devnet update note
The devnet EKS cluster currently runs
l2-rpc-rethandl2-sequencer-2as Helm-managed StatefulSets usingscrolltech/rollup-node:v1.0.7-rc6. For a one-off rollout after this image is accepted, update those StatefulSet images to the tag above and wait for each rollout.Follow-up
Updating
.github/workflows/release.ymlfromscrolltech/rollup-nodetodogeos69/rollup-noderequires a GitHub token with theworkflowscope. The attempted push with that file changed was rejected by GitHub, so this PR leaves the workflow file untouched until someone with that scope can apply it.