github NethermindEth/juno v0.6.2

latest releases: v0.12.2, v0.12.1, v0.12.0...
12 months ago

🔄 Changed

  • Configurable Host Address:

    • Introduced the ability to customize host addresses with new parameters:
      • --http-host
      • --metrics-host
      • --ws-host
      • --pprof-host
      • --grpc-host
    • By default, these are set to localhost. To make them public, set the address to 0.0.0.0.
  • Pending Block Storage:

    • Adjusted the storage of the pending block to store an empty version instead of deleting its key. This change aims to decrease "block not found" errors during transaction simulations against the pending block.
  • Library Update:

    • Bumped to the latest version of gnark-crypto.

🛠 Fixed

  • Transaction Version Handling:
    • Resolved the handling of the query bit when determining the transaction version for hashing, ensuring precise transaction version identification.

Full Changelog: v0.6.1...v0.6.2

Don't miss a new juno release

NewReleases is sending notifications on new releases.