-
Notifications
You must be signed in to change notification settings - Fork 781
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
Miscellaneous fixes/improvements for evm, client, consensus and crypto #2040
Conversation
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
@g11tech the library can be updated now, just pushed the release |
near merge block execution looks fixed 👍 : [07-14|20:59:58] INFO Executed blocks count=49 first=1450354 hash=0x5e6d…f19c td=16999208883641332 baseFee=7 hardfork=london last=1450403 hash=0xe35b…6ad6 txs=40
[07-14|20:59:58] INFO Merge hardfork reached 🐼 👉 👈 🐼 ! block=1450408 td=17000018015853232
[07-14|20:59:58] INFO First block for CL-framed execution: block=1450409
[07-14|20:59:58] INFO Merge hardfork reached, stopping block fetcher
[07-14|20:59:58] INFO Imported blocks count=6 first=1450403 last=1450408 hash=0xe35b…6ad6 baseFee=7 hardfork=merge peers=25
[07-14|20:59:58] INFO Executed blocks count=5 first=1450403 hash=0xe35b…6ad6 td=17000018015853232 baseFee=7 hardfork=london last=1450408 hash=0xd07c…7bc1 txs=0 |
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.
Nice, LGTM, will directly merge! 🙂
On desk for the next three hours, will write the release notes and general release PR now.
logger?.warn( | ||
`Starting client without --saveReceipts might lead to interop issues with a CL especially if the CL intends to propose blocks, omitting methods=${saveReceiptsMethods}` | ||
) | ||
} |
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.
👍
Various fixes and improvements to enable ethereumjs sync sepolia
WIP
- [ ] Replace kiln sync instructions with sepolia sync instructionsseparate PR to tackle this