github NethermindEth/juno v0.3.0

latest releases: v0.11.7, v0.11.6, v0.11.5...
11 months ago

Added

  • Starknet v0.11.2 support
  • History for contracts, nonce, and class hash.
  • Implemented StateSnapshot.
  • New RPC endpoints:
    • starknet_syncing
    • starknet_getNonce
    • starknet_getStorageAt
    • starknet_getClassHashAt
    • starknet_getClass
    • starknet_getClassAt
    • starknet_getEvents

Note: For new RPC endpoints to fully work with data before the new version, the node needs to be resynced

Changed

  • Optimized TransactionStorage encoding and refactored memStorage.
  • Refactored RPC implementation for better organization and maintainability.
  • Parallelized and refactored sync tests for faster execution, improved readability, and maintainability.

Fixed

  • Updated handling of non-existent keys to return a zero value

Full Changelog: v0.2.2...v0.3.0

Don't miss a new juno release

NewReleases is sending notifications on new releases.