Release notes
Latest changes to the Radius Network. New features, improvements and bug fixes will be posted here.
2026-03-30 (b0d6dd06)
BREAKING CHANGES
- The Mainnet Chain ID has been updated from
723to723487.
New features
- Method requests referring to old states will now return an error. Radius does not store historical state and such requests succeeding may be misleading. Note: block numbers within the last 1000 seconds will be treated as "current" for tooling compatibility.
- Supports
eth_maxPriorityFeePerGas.
Improvements
- Internal Performance Improvements
Bug Fixes
- Logs in receipts will correctly populate block hash, block number and transaction index.
- Return
nullinstead of0x0for thetofield in contract creation transaction receipts. - Return
nullfor invalid block hashes, in requests toeth_getBlockByHash.
2026-03-26 (89b06f15)
New features
- Support for
eth_sendRawTransactionSync - You can now trigger the turnstile by sending gas tokens directly, rather than just allowin the turnstile to cover gas fees.
- E.g.
cast send --value 0.1ether ...will trigger the turnstile if you do not have enough gas tokens to cover the transaction, up to a limit of 10 RUSD.
- E.g.
Improvements
- Internal Performance Improvements
Bug fixes
- Fixes a bug where in some cases receipt requests would return the incorrect receipt. This occurred in cases of very high load on transactions involving conflicting state.
Docs
- Added release notes page