Skip to content

v0.77.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 02:07
· 275 commits to main since this release
v0.77.0
ce66327

Release Notes

Features

  • Rework block root hashing to a fixed 16-slot merkle tree #26918 by @derektriley
  • (0.77) SystemContracts input size limit #26426 #26652 by @akdev
  • improve BN comms coverage #26428 by @petreze
  • #26310 - encapsulate virtual pipeline
  • enable all wraps and cutover HapiTests in XTS #26268 by @petreze
  • EIP-3860 add support for init code limit validation #26308 by @stoyanov-st
  • #26258 - reuse virtual map constructor
  • #26256 - add hashAsync() to VirtualHasher
  • Take weights into account when checking if node has fallen behind #26218 by @abies
  • Support for Ethereum Pectra Release #25309 by @gkozyryatskyy
  • Remove unchecked submit #26162 by @Grigorov-Georgi
  • #26164 - Extract VirtualMapSyncConfig from ReconnectConfig
  • #26115 - skip WRAPS proving key download when artifacts already present #26144 by @ibankov
  • #26089 - remove rate limiter on teacher reconnect
  • #25318 - cleanup reconnect metrics
  • add enhanced observability for block streaming #25861 by @Grigorov-Georgi
  • 25739 - improve workgroup error handling
  • switch block stream and TSS configs defaults for 0.77 #25928 by @petreze
  • #26023 - file exporter for new metrics framework
  • 25950 - move hashChunkHeight from VirtualMapConfig to MerkleDbConfig
  • 25821: New MerkleDb LongList implementation based on memory segments mapped from a specified file #25903 by @artemananiev
  • 25754 - simplify reconnect tasks termination
  • Change default number of max other parents to 4 #25669 by @abies
  • switch dispatcher and queries to simple fees #25888 by @aderevets
  • Support Free Simple Fees #25704 by @joshmarinacci

Bug Fixes

Other Changes

Build System

Chores

Continuous Integration

Documentation Updates

Refactoring

Tests