github NethermindEth/juno v0.14.7

latest releases: v0.15.4, v0.15.3, v0.15.2...
2 months ago

This release fixes gas limit handling for simulations and fee estimation, improves Kubernetes readiness integration, and adds Prometheus metric descriptions for compatibility.

Added

  • New /live and /ready endpoints for Kubernetes probes:
    • /live: Always returns 200 OK (used in livenessProbe)
    • /ready: Returns 503 if the node is migrating or not yet synced (used in readinessProbe, considers synced if within 6 blocks)
  • Added # HELP descriptions to all Prometheus metrics for compatibility with legacy Prometheus libraries

Fixed

  • Corrected gas limit behavior for transaction simulations and estimations when SKIP_FEE_CHARGE is set
  • --gw-timeouts flag: default value is now 5s (was previously fixed at 5s, which disabled dynamic backoff); it now properly increases after failures

Full Changelog: v0.14.6...v0.14.7

Don't miss a new juno release

NewReleases is sending notifications on new releases.