Skip to content

v0.14.7

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 15:16
· 6 commits to main since this release
ee6eb39

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