Skip to content

Juno v0.2.0

Compare
Choose a tag to compare
@wojciechos wojciechos released this 12 Apr 15:01
· 783 commits to main since this release
4a14bf0

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