Release Notes
Radius Testnet Release Notes
2025-08-13 (0cc51fb)
Gas price specified in transaction now honored in transaction, rather than always evaluating to 0
Implication: Transactions with specified gas price will debit the gas spent from the sender account
System gas price is still set to 0, however if a transaction specifies higher, that amount of gas will be debited.
Stability and performance upgrades
Support for
trace_call
2025-06-30 (723a03e)
Migrated domain from tryradi.us to radiustech.xyz.
Internal stability fixes
NOTE:
The testnet.tryradi.us domain is now set to redirect to testnet.radiustech.xyz with the intent of preserving the functionality of existing applications. Some libraries may not follow the redirect however and return an error with the 308 http status code. In this case it's best to simply update testnet.tryradi.us references to testnet.radiustech.xyz.
2025-06-18 (7fc64a4)
Internal stability fixes
2025-05-22 (9ac77c8)
Internal stability fixes
Support for
eth_getLogs
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?