github NethermindEth/juno v0.5.0

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

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

Added

  • Support for Starknet v0.12.1
  • Compatibility with v0.4.0 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
  • Added Prometheus metrics support: Use --metrics and --metrics-port to enable this feature

Changed

  • Adjusted worker number for sync process, improving performance
  • Updated blockifier for starknet v0.12.1

Fixed

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

Docker Image

You can pull the Docker image for this release with:

docker pull nethermind/juno:v0.5.0

Full Changelog: v0.4.1...v0.5.0

Don't miss a new juno release

NewReleases is sending notifications on new releases.