Release Notes
Radius Testnet Release Notes
2025-04-29 (27dc7a4)
Enhanced responses to block request methods
Improved observation in explorer
Improved search in explorer
Added additional fields in Receipts {
gas_price
,effective_gas_limit
)Internal efficiency upgrades
Bugfixes
NOTE:
Receipts will expire after some time, potentially in just a few minutes after the transaction. If long term storage is required, store the receipt locally (for example: retrieve the receipt using
cast receipt <TX_HASH> --rpc-url <YOUR_RPC_ENDPOINT>
and store the result in a file).
2025-04-24 (72e08c7)
Infrastructure changes to support non-disruptive upgrades in future releases
Corrected method name from
eth_getBlockTransactionByBlockHashAndIndex
toeth_getTransactionByBlockHashAndIndex
to align with Ethereum JSON-RPC specificationRPC calls with indices now accept hexadecimal values as well as numeric
Internal stability fixes
Developer Notes
Though unsupported in Radius, please update any client implementations using
eth_getBlockTransactionByBlockHashAndIndex
Last updated
Was this helpful?