The latest release candidate for Starknet's JSON-RPC v0.8.0. This version is aimed to be supported by nodes after the Starknet upgrade to v0.13.4, although dapps can keep communicating with nodes over v0.7.0 (and above) of the specs. This version introduces various improvements, such as a websockets API, improved errors, and several methods that were requested by the community.
Note that v0.13.4 is the version in which the notion of l2_gas will be introduced. This version no longer speaks in terms of low-level resources such as Cairo steps or builtins.
Spec updates
- Remove option for pending from all subsriptions by @amanusk in #272
- Update inner-call resources description by @ArielElp in #273
- bump versions to rc3 by @ArielElp in #274
- Revert entry point offset change by @ArielElp in #275
Full Changelog: v0.8.0-rc2...v0.8.0-rc3