Skip to content

Commit 157a824

Browse files
authored
Merge pull request #1355 from Zokrates/rc/0.8.8
Release 0.8.8
2 parents c537a80 + 91fb3cb commit 157a824

118 files changed

Lines changed: 2607 additions & 923 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,6 @@ jobs:
4848
no_output_timeout: 1h
4949
command: RUSTFLAGS="-D warnings" ./test.sh
5050
- save-sccache-cache
51-
wasm_test:
52-
docker:
53-
- image: zokrates/env:latest
54-
resource_class: large
55-
steps:
56-
- checkout
57-
- run:
58-
name: Version information
59-
command: rustc --version; cargo --version; rustup --version
60-
- setup-sccache
61-
- restore-sccache-cache
62-
- run:
63-
name: Test on firefox
64-
command: |
65-
cd zokrates_test
66-
wasm-pack test --firefox --headless
67-
- save-sccache-cache
6851
integration_test:
6952
docker:
7053
- image: zokrates/env:latest
@@ -250,7 +233,6 @@ workflows:
250233
jobs:
251234
- build
252235
- test
253-
# - wasm_test
254236
- integration_test
255237
- zokrates_js_build
256238
- zokrates_js_test
@@ -308,7 +290,6 @@ workflows:
308290
requires:
309291
- build
310292
- test
311-
# - wasm_test
312293
- integration_test
313294
- zokrates_js_build
314295
- zokrates_js_test

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
## [Unreleased]
55
https://github.com/Zokrates/ZoKrates/compare/latest...develop
66

7+
## [0.8.8] - 2023-11-09
8+
9+
### Release
10+
- https://github.com/Zokrates/ZoKrates/releases/tag/0.8.8 <!-- markdown-link-check-disable-line -->
11+
12+
### Changes
13+
- Improve safety in range checks (#1309, @dark64)
14+
- Remove expensive and buggy branch isolation (#1353, @dark64)
15+
- Short-circuit on compile-time constant branch conditions (#1315, @schaeff)
16+
- Fix invalid constant in mimc7 (#1317, @dark64)
17+
- Allow composite type in assembly assignment statement (#1318, @dark64)
18+
- Fix panic in case of nested assembly blocks (#1322, @dark64)
19+
- Detect division by zero on compile-time (#1326, @dark64)
20+
- Set webcrypto only if crypto instance is not available (nodejs) (#1338, @dark64)
21+
- Add missing source information (#1340, @dark64)
22+
- Propagate embed call (#1313, @schaeff)
23+
724
## [0.8.7] - 2023-04-22
825

926
### Release

0 commit comments

Comments
 (0)