Skip to content

v0.21.0

Latest
Compare
Choose a tag to compare
@SchmErik SchmErik released this 12 Mar 16:55
02fad7a

馃洜 Fixes

  • Fix an issue where the temporary directory is not being removed when the
    Session goes out of scope. This helps prevent the depletion of disk space.

  • Verification of groth16 receipts in rust that are compatible with Bonsai

鈿★笍 Features

  • Add an improved Poseidon2 hashing function that replaces Poseidon for recursive proofs.

馃毃 Breaking Changes

  • For recursive proofs, the Poseidon hash function is replaced by the Poseidon2 hash function. Users can still create receipts using the older Poseidon hash function but these receipts will not be usable by Bonsai or any proof composition or rollup use cases.