Skip to content

22.1.1

Compare
Choose a tag to compare
@shemnon shemnon released this 25 Feb 00:05
· 2265 commits to main since this release
d7644c6

Additions and Improvements

  • Allow optional RPC methods that bypass authentication #3382
  • Execution layer (The Merge):
    • Extend block creation and mining to support The Merge #3412
    • Backward sync #3410
    • Extend validateAndProcessBlock to return an error message in case of failure, so it can be returned to the caller of ExecutePayload API #3411
    • Persist latest finalized block #2913
    • Add PostMergeContext, and stop syncing after the swith to PoS #3453
    • Add header validation rules needed to validate The Merge blocks #3454
    • Add core components: controller builder, protocol scheduler, coordinator, block creator and processor. #3461
    • Execution specific RPC endpoint #2914, #3350
  • QBFT consensus algorithm is production ready

Download Links