blog

Updates to the Hiero JSON-RPC Relay Default Configuration for Ethereum-Style Alignment | April 2026

February 24, 2026
Luke Forrest
Luke Forrest

Developer Relations Engineer

The April 2026 release of the Hiero JSON-RPC Relay (v0.77.0), updates several default configuration values to better align the Relay’s behavior with what developers expect from standard Ethereum JSON-RPC implementations.

What’s Changing

ConfigurationCurrent DefaultUpdated Default
ENABLE_TX_POOLfalsetrue
REDIS_ENABLEDtruefalse
USE_ASYNC_TX_PROCESSINGtruefalse
RATE_LIMIT_DISABLEDfalsetrue
SUBSCRIPTIONS_ENABLEDfalsetrue
HBAR_RATE_LIMIT_TINYBAR25,000,000,0000

If you explicitly set these configuration values today, nothing changes for you. If you rely on defaults, your relay behavior will change after upgrading:

  • Transaction pool enabled by default (ENABLE_TX_POOL=true)
    Expect increased in-memory tracking of pending transactions versus previous defaults.
  • WebSocket subscriptions enabled by default (SUBSCRIPTIONS_ENABLED=true)
    Expect more long-lived connections and potentially higher resource usage depending on client behavior.
  • Redis is disabled by default (REDIS_ENABLED=false).
    Redis-backed behavior is not used with defaults after upgrading unless this setting is explicitly configured.
  • Async transaction processing is disabled by default (USE_ASYNC_TX_PROCESSING=false).
    Transaction processing runs synchronously by default, which shifts where load is handled and can change memory and CPU usage patterns compared to the previous default.
  • Relay internal rate limiting disabled by default (RATE_LIMIT_DISABLED=true, HBAR_RATE_LIMIT_TINYBAR=0)
    Any rate limiting for the endpoint would be handled outside the Relay unless these settings are explicitly configured. This may result in additional spend on metered instances.

Why Is This Change Happening?  

The relay is often used as the “Ethereum-like” interface for tools such as wallets, indexers, explorers, and dApp backends. Many of these tools implicitly assume common Ethereum node behaviors.

These default changes move the Relay closer to those expectations, while still allowing operators to override any setting.

What You Need to Do

Before you upgrade to the Hiero JSON-RPC Relay v0.77.0, decide whether you want the new defaults or to preserve the existing behavior.

Option A: Accept the new defaults

No action needed.

Option B: Preserve existing behavior

If you prefer to keep the existing behavior to avoid changes, you can explicitly set these values in your environment / Helm values / compose file:

code window background
# Preserve prior defaults
ENABLE_TX_POOL=false
REDIS_ENABLED=true
USE_ASYNC_TX_PROCESSING=true
RATE_LIMIT_DISABLED=false
SUBSCRIPTIONS_ENABLED=false
HBAR_RATE_LIMIT_TINYBAR=25000000000

Conclusion

If you are currently using the Hiero JSON-RPC Relay, review the changes above and explicitly set any values you want to preserve or update before upgrading to v0.77.0.

If you have any questions or need guidance during this transition, please reach out on the Hedera Discord server or other official community channels.

Back to Blog

discover

See more articles

April 10, 2026

Post-Quantum Cryptography and Blockchain: Where the Industry Stands

Public-key cryptography secures almost every blockchain and Distributed Ledger Technology (DLT) in production. An attacker with a cryptographically relevant quantum computer (CRQC) could derive a private key from a public
Read More
HederaCon Agenda Live
April 7, 2026

HederaCon 2026: Agenda Now Live 

On May 4 in Miami, HederaCon will convene leaders from global finance, policy, enterprise, technology, and digital assets, as this year’s agenda reflects a broader shift from exploration to implementation
Read More
April 6, 2026

Hedera Highlights March 2026

From motorsports to digital money. Explore the latest updates from Hedera.
Read More