Skip to content

Releases: alpenlabs/zkaleido

v0.1.0-alpha-rc18

21 Nov 17:19
v0.1.0-alpha-rc18
cd7839e

Choose a tag to compare

v0.1.0-alpha-rc18 Pre-release
Pre-release

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

21 Oct 11:28
3cd4f23

Choose a tag to compare

v0.1.0-alpha-rc17 Pre-release
Pre-release

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

24 Sep 15:29
0144e0a

Choose a tag to compare

v0.1.0-alpha-rc16 Pre-release
Pre-release

What's Changed

  • chore(deps): monthly cargo update by @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

04 Sep 03:21
c420147

Choose a tag to compare

v0.1.0-alpha-rc15 Pre-release
Pre-release

What's Changed

  • chore(deps): monthly cargo update by @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

07 Jul 06:25
1c31aa3

Choose a tag to compare

v0.1.0-alpha-rc14 Pre-release
Pre-release
Add borsh-serialization to verifier (#60)

* feat: add borsh serialization to sp1 groth16 verifier

* feat: add no-op verifier

v0.1.0-alpha-rc12

01 Jul 13:38
0504e55

Choose a tag to compare

v0.1.0-alpha-rc12 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-alpha-rc11...v0.1.0-alpha-rc12

v0.1.0-alpha-rc10

29 Apr 14:12
efec0f3

Choose a tag to compare

v0.1.0-alpha-rc10 Pre-release
Pre-release

What's Changed

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)

02 Apr 07:25
ad17688

Choose a tag to compare

* 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

12 Mar 10:45
d49e58a

Choose a tag to compare

chore: update risc0 to v1.2.5 (#32)

v0.1.0-alpha-rc5: Separate guest and host into separate crates (#30)

04 Mar 04:32
fcc5817

Choose a tag to compare

* 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