Skip to content

@ethereumjs/client v0.7.1

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 24 Apr 09:03
· 1053 commits to master since this release
49c2d93

Features

  • New numBlocksPerIteration option to allow to set the number of blocks executed in bulk, other UX optimizations, PR #2586

Bugfixes / Maintenance

  • Stability and reorg improvements regarding safe and finalized blocks, PR #2585
  • Beacon sync fixes, PR #2584
  • Engine API timestamp checks, PR #2579
  • Ensure safe/finalized blocks are part of the canonical chain on Engine API forkchoiceUpdated, PR #2577
  • Engine API: ensure invalid blockhash status gets reported correctly, PR #2583
  • Turn off libp2p transport by default, PR #2557