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 intostark_curve
andstark_hash
crates (#282)
Fixed
- In
starknet_syncing
thehighest
values were laggingcurrent
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
- It is still possible to receive incoherent values from
- 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 forstarknet_addInvokeTransaction
(#305)