v0.14.7
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 returns200 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 now5s
(was previously fixed at5s,
which disabled dynamic backoff); it now properly increases after failures
Full Changelog: v0.14.6...v0.14.7