github NethermindEth/juno v0.12.0

latest releases: v0.12.2, v0.12.1
one month ago

This release focuses on supporting Starknet 0.13.2.

⚠️ Important Upgrade Notice ⚠️

You must upgrade to this release before Starknet 0.13.2 is rolled out on the testnet and mainnet. Failing to do so will result in the inability to sync new (Starknet 0.13.2) blocks.

Added

  • Support for Starknet v0.13.2: Ensuring compatibility and enhanced performance with the latest version.
  • New Flag: Introduced the --versioned-constants-file flag to load a custom versioned constants JSON file.
  • DB Size Subcommand: Added the db-size subcommand to the Juno command, allowing users to check the database size.
  • P2P Peers Storage: We now store P2P peers in a database for quick startup in P2P sync.
  • Interruptible Migrations: Heavy migrations can be interrupted by sending SIGINT (Ctrl-C).

Fixed

  • L1 RPC Subscription: Fixed the issue to avoid spam calls to the L1 RPC subscription.

Full Changelog: v0.11.9...v0.12.0

Don't miss a new juno release

NewReleases is sending notifications on new releases.