Starknet's JSON-RPC v0.7.0. This version captures the changes associated with Starknet v0.13.1, allowing nodes to externalize information related to EIP4844. Dapps that communicate with nodes over v0.6.0 of the specs will continue to work, but will not enjoy the lower fee estimates resulting by the introduction of blobdata.
Changelog
- Add EIP-4844 related fields by @ArielElp in #188, #193, #194
- Add data consumption to receipts and traces by @ArielElp in #187
- Add getBlockWithReceipts method by @ArielElp in #189, #191
- Spec organization: Introduce TXN_RECEIPT_WITH_BLOCK_INFO and remove the pending receipts objects by @ShahakShama in #195
- fix: change l1_handler version to enum by @ArielElp in #190
- fix: make revert_reason required in reverted transaction traces by @ShahakShama in #198
- fix: make revert_reason required in receipts of reverted transactions @ShahakShama in #197
- fix storage key pattern by @ShahakShama in #199
- add a comment explaining the execution_resources property name @ShahakShama in #200
Full Changelog: v0.6.0...v0.7.0