You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.10.0 of the Hedera JSON RPC Relay adds support to a new endpoint eth_maxPriorityFeePerGas as well as improvements to IHederaTokenService precompile contract access, rate limiting, subgraph support and metamask NFT support.
The eth_maxPriorityFeePerGas API endpoint was added to increase our coverage of the RPC API methods expected by tools.
The relay was updated to support direct calls to the IHederaTokenService precompile contract. eth_getCode calls to the IHederaTokenService contract won't fail and in this way developers can make calls to the contract from their dev tools using the contract address without requiring a wrapper contract on ledger to route the call.
Rate limiting logic continues to be improved, in this release a bug was fixed in which some clients were unnecessarily being throttled.
Subgraph support was also expanded and documentation updated to highlight the current extent of support - The Graph Integration. Advancements will continue to be made as they become possible with the Mirror EVM Archive Node.
A metamask issue was also resolved in which NFTs being loaded into Metamask were witnessing a UI stall due to limited Metamask logic. The relay was updating to support additional logic to better report serial details and support Metamask RPC calls.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
v0.10.0 of the Hedera JSON RPC Relay adds support to a new endpoint
eth_maxPriorityFeePerGas
as well as improvements toIHederaTokenService
precompile contract access, rate limiting, subgraph support and metamask NFT support.The
eth_maxPriorityFeePerGas
API endpoint was added to increase our coverage of the RPC API methods expected by tools.The relay was updated to support direct calls to the
IHederaTokenService
precompile contract.eth_getCode
calls to theIHederaTokenService
contract won't fail and in this way developers can make calls to the contract from their dev tools using the contract address without requiring a wrapper contract on ledger to route the call.Rate limiting logic continues to be improved, in this release a bug was fixed in which some clients were unnecessarily being throttled.
Subgraph support was also expanded and documentation updated to highlight the current extent of support - The Graph Integration. Advancements will continue to be made as they become possible with the Mirror EVM Archive Node.
A metamask issue was also resolved in which NFTs being loaded into Metamask were witnessing a UI stall due to limited Metamask logic. The relay was updating to support additional logic to better report serial details and support Metamask RPC calls.
Enhancements
eth_getLogs()
#616Bug Fixes
gas_used
from contract results #610null
gas_used #606EthImpl.emptyBloom
ifreceiptResponse.bloom == EthImpl.emptyHex
#599eth_getCode
to return the redirect bytecode for HTS tokens #598eth_getCode
to return the redirect bytecode for HTS tokens #594Full Changelog: v0.9.0...v0.10.0
Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.10.0.
Beta Was this translation helpful? Give feedback.
All reactions