@ethereumjs/client v0.7.1
holgerd77
released this
24 Apr 09:03
·
1053 commits
to master
since this release
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