Skip to content

Commit

Permalink
Merge pull request #1355 from Zokrates/rc/0.8.8
Browse files Browse the repository at this point in the history
Release 0.8.8
  • Loading branch information
Schaeff authored Nov 10, 2023
2 parents c537a80 + 91fb3cb commit 157a824
Show file tree
Hide file tree
Showing 118 changed files with 2,607 additions and 923 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,6 @@ jobs:
no_output_timeout: 1h
command: RUSTFLAGS="-D warnings" ./test.sh
- save-sccache-cache
wasm_test:
docker:
- image: zokrates/env:latest
resource_class: large
steps:
- checkout
- run:
name: Version information
command: rustc --version; cargo --version; rustup --version
- setup-sccache
- restore-sccache-cache
- run:
name: Test on firefox
command: |
cd zokrates_test
wasm-pack test --firefox --headless
- save-sccache-cache
integration_test:
docker:
- image: zokrates/env:latest
Expand Down Expand Up @@ -250,7 +233,6 @@ workflows:
jobs:
- build
- test
# - wasm_test
- integration_test
- zokrates_js_build
- zokrates_js_test
Expand Down Expand Up @@ -308,7 +290,6 @@ workflows:
requires:
- build
- test
# - wasm_test
- integration_test
- zokrates_js_build
- zokrates_js_test
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
https://github.com/Zokrates/ZoKrates/compare/latest...develop

## [0.8.8] - 2023-11-09

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

### Changes
- Improve safety in range checks (#1309, @dark64)
- Remove expensive and buggy branch isolation (#1353, @dark64)
- Short-circuit on compile-time constant branch conditions (#1315, @schaeff)
- Fix invalid constant in mimc7 (#1317, @dark64)
- Allow composite type in assembly assignment statement (#1318, @dark64)
- Fix panic in case of nested assembly blocks (#1322, @dark64)
- Detect division by zero on compile-time (#1326, @dark64)
- Set webcrypto only if crypto instance is not available (nodejs) (#1338, @dark64)
- Add missing source information (#1340, @dark64)
- Propagate embed call (#1313, @schaeff)

## [0.8.7] - 2023-04-22

### Release
Expand Down
Loading

0 comments on commit 157a824

Please sign in to comment.