Skip to content

v0.5.0-rc0

Compare
Choose a tag to compare
@wojciechos wojciechos released this 01 Aug 08:32
· 780 commits to main since this release

This release adds support for the upcoming Starknet v0.12.1 upgrade and includes compatibility with v0.4.0-rc3 of the RPC specification.

Added

  • Support for Starknet v0.12.1,
  • Compatibility with v0.4.0-rc3 of the RPC specification,
  • New RPC method: starknet_estimateMessageFee.
  • Health Check Endpoint: A GET request to the / endpoint will now return a 200 status code for a healthy Juno node.

Changed

  • Adjusted worker number for sync process, improving performance.

Fixed

  • Resolved issues causing context cancelled errors in write RPC methods.
  • Mapped gateway errors to write API RPC errors, improving error handling.

Full Changelog: v0.4.1...v0.5.0-rc0