Skip to content

v0.6.2

Compare
Choose a tag to compare
@wojciechos wojciechos released this 18 Sep 10:32
· 743 commits to main since this release
d548f1a

🔄 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