Skip to content

Commit

Permalink
Merge pull request #1301 from Zokrates/rc/0.8.7
Browse files Browse the repository at this point in the history
Release 0.8.7
  • Loading branch information
Schaeff authored Apr 21, 2023
2 parents e1bf115 + b7d1468 commit c537a80
Show file tree
Hide file tree
Showing 77 changed files with 2,836 additions and 4,970 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- restore-sccache-cache
- run:
name: Build
no_output_timeout: "30m"
command: RUSTFLAGS="-D warnings" ./build.sh
- save-sccache-cache
test:
Expand Down Expand Up @@ -192,7 +193,7 @@ commands:
steps:
- restore_cache:
name: Restore sccache cache
key: sccache-cache-stable-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
key: sccache-cache-stable-{{ .Environment.CACHE_VERSION }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
save-sccache-cache:
steps:
- save_cache:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ out
out.ztf
abi.json
proof.json
init.json
steps.json
proving.key
verification.key
verifier.sol
proof.json
universal_setup.dat
witness
witness.json
nova.params
running_instance.json

# ZoKrates source files at the root of the repository
/*.zok
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
https://github.com/Zokrates/ZoKrates/compare/latest...develop

## [0.8.7] - 2023-04-22

### Release
- https://github.com/Zokrates/ZoKrates/releases/tag/0.8.7 <!-- markdown-link-check-disable-line -->

### Changes
- Reduce memory usage of compilation (#1296, @schaeff)
- Add initial support for the Nova proving scheme (#1235, @schaeff)

## [0.8.6] - 2023-04-13

### Release
Expand Down
Loading

0 comments on commit c537a80

Please sign in to comment.