Deneb upgrade for fixturenet-plugeth
#789
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
in progress
invalid
question
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/stack-orchestrator#789
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "roy/fnet-eth-deneb-upgrade"
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?
Updates fixturenet-plugeth stack configuration for the Deneb fork based on Geth v1.13.x:
ethereum-genesis-generator
can be used for a from-genesis Merged chain.Geth-based statediff is stuck atv1.11.6
, and config options are changing (e.g. theminer.threads
option was dropped) Since these will probably continue to diverge, I copied the run script over.a5139dc145
toe9b6d312a5
WIP: Deneb upgrade for `fixturenet-plugeth`to Deneb upgrade for `fixturenet-plugeth`e9b6d312a5
to6de08ecc7b
lgtm
@ -18,2 +15,3 @@
# Build genesis config
RUN apk add --no-cache make bash envsubst jq
COPY genesis /opt/genesis
The rearranged lines are just for better build caching
@ -17,4 +14,1 @@
COPY --from=lcli /usr/local/bin/lcli /usr/local/bin/lcli
COPY --from=ethgen /usr/local/bin/eth2-testnet-genesis /usr/local/bin/eth2-testnet-genesis
COPY --from=ethgen /usr/local/bin/eth2-val-tools /usr/local/bin/eth2-val-tools
Not used for CL
@ -5,2 +5,3 @@
&& apt-get clean && rm -rf /var/lib/apt/lists/*
WORKDIR /root/
WORKDIR /root
See https://github.com/moby/moby/issues/47627