Releases: alpenlabs/zkaleido
Releases · alpenlabs/zkaleido
v0.1.0-alpha-rc18
What's Changed
- dependabot: add dependabot file by @storopoli in #76
- feat: Add blanket impls for remote and perf traits + NativeHost remote support by @evgenyzdanovich in #81
Full Changelog: v0.1.0-alpha-rc17...v0.1.0-alpha-rc18
v0.1.0-alpha-rc17
What's Changed
- Expose SP1 Groth16 types by @prajwolrg in #70
- feat(sp1-groth16-verifier): add serde and borsh serialization with compression support by @prajwolrg in #72
Full Changelog: v0.1.0-alpha-rc16...v0.1.0-alpha-rc17
v0.1.0-alpha-rc16
What's Changed
- chore(deps): monthly
cargo updateby @github-actions[bot] in #67 - chore: use SPN as a default option for SP1 adapter by @evgenyzdanovich in #69
Full Changelog: v0.1.0-alpha-rc15...v0.1.0-alpha-rc16
v0.1.0-alpha-rc15
What's Changed
- chore(deps): monthly
cargo updateby @github-actions[bot] in #57 - chore: update risc0 and sp1 to latest version by @prajwolrg in #63
- Update risc0 v3.0.1 by @prajwolrg in #65
Full Changelog: v0.1.0-alpha-rc14...v0.1.0-alpha-rc15
v0.1.0-alpha-rc14
Add borsh-serialization to verifier (#60) * feat: add borsh serialization to sp1 groth16 verifier * feat: add no-op verifier
v0.1.0-alpha-rc12
What's Changed
- Feat/sp1 groth16 verifier by @prajwolrg in #49
- Include
ZkVminProofReceiptby @prajwolrg in #50 - feat: fix saving trace profiles by @prajwolrg in #52
- Add groth16 verifier programs in examples by @prajwolrg in #51
- update risc0 to v2.1.0 by @prajwolrg in #53
- Optimize SP1 Groth16 Verifier by @prajwolrg in #54
- Risc0 groth16 verifier by @prajwolrg in #55
- Refactor zkvm verifier trait by @prajwolrg in #56
- Create a new struct to encapsulate proof receipt with metadata by @prajwolrg in #58
Full Changelog: v0.1.0-alpha-rc11...v0.1.0-alpha-rc12
v0.1.0-alpha-rc10
What's Changed
- Update CI by @prajwolrg in #46
- fix(risc0): use updated proof after v2.0.0 by @prajwolrg in #44
- Update sp1 to v4.2.0 by @prajwolrg in #45
Full Changelog: v0.1.0-alpha-rc9...v0.1.0-alpha-rc10
v0.1.0-alpha-rc9: Update risc0 to v2.0.1 and sp1 to v4.1.7 (#42)
* chore: update risc0-groth16 v1.4.0 -> v2.0.0 * chore: update sp1: v4.1.6->v4.1.7 * chore: update sp1-build to v4.1.7 * chore: update risc0-build to v2.1.0 * chore: update Cargo.lock * chore: update risc0 to v2.0.1
v0.1.0-alpha-rc6
chore: update risc0 to v1.2.5 (#32)
v0.1.0-alpha-rc5: Separate guest and host into separate crates (#30)
* wip: split adapter into guest and host * fix: update template files * fix(sp1-groth16-verifier): fix tests * fix: remove redundant features * refactor: better toml deps * docs: update docstring for each crate * rm unused test * fix lint * refactor: remove mock as a feature from runner * feat: use entrypoint macro for guest programs