The first release candidate for Starknet's JSON-RPC version that is compatible with Starknet v0.13.0. This version covers all information gaps between the feeder-gateway and the RPC, making the node's API more robust towards the feeder gateway deprecation.
Changelog
- Extract broadcasted declare txn out of the declare txn by @yair-starkware in #122
- fix references to other files by @ShahakShama in #126
- added required to write api's results by @ShahakShama in #127
- fix: pending block & pending block w hash schema fix by @nagmo-starkware in #129
- reintroduce broadcasted txn & allow query version by @ArielElp in #125
- add v3 transactions and missing fields to receipts & block header by @ArielElp in #131
** Introduced v3 transaction types that will be used in v0.13.0.
** Added thestarknet_specVersion
endpoint that returns the currently used version of the spec.
** Addedtype
field to the transaction trace objects.
** Added theorder
field to events and messages within the transaction trace.
** Added thel1_gas_price
and `starknet_version fields to the block header
** Split the transaction receipt objects by type and added the execution_resources field to all transaction receipts
New Contributors
- @yair-starkware made their first contribution in #122
Full Changelog: v0.4.0...v0.5.0-rc0