Skip to content

v0.6.1

Compare
Choose a tag to compare
@wojciechos wojciechos released this 13 Sep 06:13
· 580 commits to main since this release
cb7f30c

🌟 Added

  • Monitoring Metrics:

    • latency metrics to the RPC server.
    • failed RPC requests.
    • additional sync metrics added by @Exca-DK
  • Versioned Documentation: Added versioned docs to ensure clarity across different versions.

🔄 Changed

  • Updated Pebble: Adopted the crl-release-23.1 branch of Pebble, resulting in optimized database operations.

  • Go Version: Upgraded the codebase to Go v1.21.

  • Rust Enhancements: Made multiple refinements in the Rust code, including reducing the number of allocations for trace serialization and removing unnecessary casts.

🛠 Fixed

  • Clear Query Bit: Addressed an issue with the clear query bit in deploy account transactions.

  • Enhanced Transaction Handling: Implemented the return of ErrTxnHashNotFound in juno_getTransactionStatus by @aminsato

  • Field Naming Consistency: Corrected the starknet_simulateTransactions wrongly named field, ensuring consistency with the specification by @tomek0123456789.

Full Changelog: v0.6.0...v0.6.1