Skip to content

v0.11.8

Compare
Choose a tag to compare
@wojciechos wojciechos released this 21 May 11:16
· 163 commits to main since this release
37d0e4b

Key Updates:

  • Trace Log Level: Added a "trace" log level to capture all incoming RPC requests, providing more detailed logging than the debug level. (by @KananGiovanni, @LordGhostX in #1822 and #1868)
  • P2P Message Size Increase: Increased the possible size of P2P messages, fixing a sync issue on Sepolia at block 57928. (by @kirugan in #1869)
  • Update zstd version: Resolved memory management issues, allowing the use of zstd compression. (by @ashu26jha in #1862)
  • Deprecated Code Removal: Partially removed deprecated code related to Goerli and Goerli2 networks. (by @stefanalfbo, @pnowosie in #1791, #1808, and #1861)
  • Trie Proof Implementation: Implemented getProof and verifyProof methods on the trie. (by @rianhughes in #1852)

Full Changelog: v0.11.7...v0.11.8