Skip to content

v0.16.6

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 12:29
· 13 commits to main since this release
50be36d

This release brings support for Starknet 0.14.4.

Streaming is back as the default way to download a Juno snapshot.

Finally, this update does a migration on start-up. Migration time is estimated at 50 minutes for full nodes and a few seconds for pruned nodes.

Added

  • RPC requests for pre-confirmed blocks can now access recently declared classes still not included in the blockchain. #3821
  • Juno is now aware about how much memory it has available for bounding max concurrent compilation jobs. Set via --node-memory-reserve. #3764
    • Max concurrent compilation defaults can be overridden with --max-concurrent-compilations.
  • --disable-sync flag to disable L2 synchronization (incompatible with pruning). #3912

Changed

Fixed

  • Juno now answers correctly CONTRACT_NOT_FOUND when querying for system contracts, matching the spec. #3788
  • Sync status is now reported correctly when Juno is ran with --prune-node. #3864
  • Bound Gzip decoding to avoid a decompression bomb. #3976

New Contributors

Full Changelog: v0.16.5...v0.16.6-rc.4