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.tomlrequirement is unchanged (1.58.0)
- Docker images are upgraded to latest system packages before builds (#302)
- Split the internal
pedersencrate intostark_curveandstark_hashcrates (#282)
Fixed
- In
starknet_syncingthehighestvalues were laggingcurrentnear head of the chain (#296, #298)- It is still possible to receive incoherent values from
starknet_syncingafter 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.mdand--helpdisagreed on default rpc server binding address, removed environment variable table, expanded configuration section (#300, #307)--helpfor--data-directoryhad wrong format for value (path) (#301)rpc_examples.shcontained a non-functional example forstarknet_addInvokeTransaction(#305)