github hiero-ledger/hiero-json-rpc-relay v0.52.1

latest releases: v0.71.0, v0.71.0-rc1, v0.70.1...
14 months ago

Overview

The latest update to the Hedera JSON RPC Relay, version 0.52.1, introduces a solution to preemptively limit HBAR expenses based on the callDataSize of an eth_sendRawTransaction. This solution estimates the total transaction fee required to complete the eth_sendRawTransaction request based on the callDataSize. It then ensures that the transaction fee does not exceed the remaining budget of the relay operator's account beforehand. If the estimated fee surpasses the available budget, an HBAR_RATE_LIMIT_PREEMPTIVE_EXCEEDED error is triggered. This update represents another step in securing, patching, and improving issues related to HBAR leakage.

What's Changed

Enhancements

feat: added preemtiveCheck for HBAR ratelimit #2751

Contributors

Thank you to all the contributors who worked on this release:

@quiet-node

Full Changelog: https://github.com/hashgraph/hedera-json-rpc-relay/compare/v0.52.0...v0.52.1

Don't miss a new hiero-json-rpc-relay release

NewReleases is sending notifications on new releases.