This release introduces support for the JSON RPC v0.7.0-rc2.
Key Updates
- Compatibility with JSON RPC v0.7.0-rc2: Juno now supports JSON RPC v0.7.0-rc2, available at endpoints
/v0_7
,rpc/v0_7
and the default/
. - Deprecation of RPC v0.5: Streamlining our service by supporting only the two most recent RPC versions. RPC
/v0_5
is no longer supported. - Ongoing Support for RPC v0.6: To ensure a seamless transition and maintain a reliable service, RPC v0.6 will continue to be supported, available at its dedicated endpoint
/v0_6
.
Full Changelog: v0.11.0-rc0...v0.11.0-rc1