-
Notifications
You must be signed in to change notification settings - Fork 838
merge: kiln🔥🧱 updates #1712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge: kiln🔥🧱 updates #1712
Conversation
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
Thanks to @g11tech for letting me know about this file for Lodestar pre/post merge testing: https://github.com/ChainSafe/lodestar/blob/master/packages/lodestar/test/sim/merge-interop.test.ts This branch successfully passes that file with just a few modifications (summarized below, or as seen in this commit on my fork):
The comment above this line says in We don't currently accept pkey via command line startup args, so this writes the account pkey to the ethereumjs process when requested. This is needed for unlocking the signer account for signing PoA blocks pre-merge.
Then make sure this branch (
Results: We don't currently have support for |
| try { | ||
| await findBlock(toBuffer(parentHash), this.validBlocks, this.chain) | ||
| } catch (error: any) { | ||
| // TODO if we can't find the parent, return ACCEPTED when optimistic sync is supported |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think 🤔 ACCEPTED is to be provided when payload doesn't extend canonical chain and can't be fully validated (because of no parent linkage available with the client yet or may be something else too), else SYNCING.
|
looks 🔥 🧱 ! 🚀 |
vm: add to supportedHardforks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ❤️
|
thanks for the review @g11tech, I will merge this into master since it currently works with devnet-4 and will start a new PR for kiln v2 updates |
Closes #1703
Updates (from @holgerd77):
preMergeHF toCommon