github NethermindEth/juno v0.2.0
Juno v0.2.0

latest releases: v0.12.2, v0.12.1, v0.12.0...
17 months ago

This release adds support for Staknet v0.11.0.

WARNING: This release has breaking changes and database is not compatible with the previous version.

Added

  • Starknet v0.11.0 support:
    • Add Poseidon hash for new state commitment.
    • Add DeclareTransaction version 2.
    • Add and Store Cairo 1/Sierra class definition and hash calculations.
  • pprof option is added for profiling and monitoring.
  • Verify Class Hashes.

Changed

  • Starknet v0.11.0 support:
    • Update InvokeTransaction version 1's contract address to sender address.
    • Update current JSON RPC endpoints to v.0.3.0-rc1.
  • Rename the verbosity option to log-level and log-level accepts string instead of uint8. See help for details.
  • network option accepts string instead of uint8. See help for details.
  • Database table is updated to account for Starknet v0.11.0 changes.

Removed

  • Remove metrics and eth-node options since it is not used.

Fixed

  • Graceful Shutdown: ensures all services have returned before exiting.

Full Changelog: v0.1.0...v0.2.0

Don't miss a new juno release

NewReleases is sending notifications on new releases.