Skip to content

v0.8.0

Compare
Choose a tag to compare
@wojciechos wojciechos released this 07 Dec 16:35
· 394 commits to main since this release
3ec3bce

This final release of v0.8.0 is fully compatible with upcoming Starknet 0.13.0 and implements the JSON RPC for v0.6.0, ensuring a smooth and efficient experience.

Key Updates

  • Support for Starknet 0.13.0: Fully integrated new features and updates compatible with Starknet 0.13.0.
  • JSON RPC spec v0.6 Implementation: RPC v0.6 is now available at endpoints /v0_6 and the default /, replacing the previous default of v0.5.
  • Removal of RPC /v0_4: Streamlining our service by supporting only the two most recent RPC versions. RPC /v0_4 is no longer supported.
  • Enhanced Database Cache Configuration: The db-cache-size flag allows for custom configuration of the pebble db cache size, optimizing performance and resource management.

Full Changelog: v0.7.6-patch1...v0.8.0