Skip to content

v0.1.11-alpha

Compare
Choose a tag to compare
@koivunej koivunej released this 25 May 19:28
· 5805 commits to main since this release
3c09523

The release is mainly a bugfix release. We suggest everyone upgrades to it as soon as possible. Please see our repository README.md for docker and building from source instructions.

Changed

  • Docker images now use Rust 1.61.0 from 1.59.0 (#289, #302)
    • Cargo.toml requirement is unchanged (1.58.0)
  • Docker images are upgraded to latest system packages before builds (#302)
  • Split the internal pedersen crate into stark_curve and stark_hash crates (#282)

Fixed

  • In starknet_syncing the highest values were lagging current near head of the chain (#296, #298)
    • It is still possible to receive incoherent values from starknet_syncing after detecting a reorg and before continuing over it
  • Reorgs failed and stopped the process when using a snapshot provided by the team (#299)
    • Fix requires a database migration performed during startup, which can take a while
  • README.md and --help disagreed on default rpc server binding address, removed environment variable table, expanded configuration section (#300, #307)
  • --help for --data-directory had wrong format for value (path) (#301)
  • rpc_examples.sh contained a non-functional example for starknet_addInvokeTransaction (#305)