This release candidate introduces significant updates with support for upcoming Starknet 0.13.0 and implements the JSON RPC for v0.6.0-rc4.
Key Updates
- Support for Starknet 0.13.0: Seamlessly integrated new features and updates compatible with Starknet 0.13.0.
- JSON RPC spec v0.6 Implementation: Newly added RPC version. v0.6 is now available at endpoints
/v0_6
and the default/
, replacing the previous default of v0.5. - Removal of RPC /v0_4: To maintain a streamlined and efficient service, we support only the two most recent RPC versions. With the introduction of RPC v0.6, we are removing support for the older RPC
/v0_4
. - Enhanced Database Cache Configuration: Added the capability to configure the pebble db cache size. The new
db-cache-size
flag determines the amount of memory (in megabytes) allocated for caching data. This enhancement boosts performance and scalability, allowing for more efficient resource management.
Full Changelog: v0.7.6-patch1...v0.7.7-rc1