LogoLogo
  • Introduction
  • Radius testnet access
  • Quickstart
    • Command line
    • Go
    • JavaScript
    • Postman
    • Python
    • Rust
    • TypeScript
  • How to
    • Create a Private Key
    • Get testnet ETH tokens
    • Deploy a smart contract
  • Concepts
    • Ethereum transaction types
  • Tutorials
  • Radius SDKs
  • API Reference
    • eth_blockNumber
    • eth_call
    • eth_chainId
    • eth_createAccessList
    • eth_estimateGas
    • eth_feeHistory
    • eth_gasPrice
    • eth_getBalance
    • eth_getBlock
    • eth_getBlockByHash
    • eth_getBlockByNumber
    • eth_getBlockTransactionCountByHash
    • eth_getBlockTransactionCountByNumber
    • eth_getCode
    • eth_getLogs
    • eth_getStorageAt
    • eth_getTransactionByBlockHashAndIndex
    • eth_getTransactionByBlockNumberAndIndex
    • eth_getTransactionByHash
    • eth_getTransactionCount
    • eth_getTransactionReceipt
    • eth_sendRawTransaction
    • eth_sendTransaction
    • net_version
    • web3_clientVersion
    • web3_sha3
    • web3_getTransactionCount
  • Release Notes
  • Whitepaper
  • Radius Discord
Powered by GitBook
On this page
  • 2025-04-29 (27dc7a4)
  • 2025-04-24 (72e08c7)

Was this helpful?

Edit on GitHub

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 to eth_getTransactionByBlockHashAndIndex to align with Ethereum JSON-RPC specification

  • RPC 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

Previousweb3_getTransactionCount

Last updated 13 days ago

Was this helpful?