1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

Merge pull request #880 from Zokrates/deploy

Merge back 0.7.2 0.7.3
This commit is contained in:
Thibaut Schaeffer 2021-05-20 09:54:22 +02:00 committed by GitHub
commit 6e1ce97162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 17 additions and 10 deletions

View file

@ -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.7.3] - 2021-05-19
### Release
- https://github.com/Zokrates/ZoKrates/releases/tag/0.7.3
### Changes
- Remove substitution in `one_liner.sh` script which caused `Bad substitution` error with `sh`/`dash` (#877, @dark64)
- Put branch isolator behind a compilation flag in the static analyzer (#877, @dark64)
## [0.7.2] - 2021-05-18
### Release

4
Cargo.lock generated
View file

@ -2269,7 +2269,7 @@ dependencies = [
[[package]]
name = "zokrates_cli"
version = "0.7.2"
version = "0.7.3"
dependencies = [
"assert_cli",
"bincode",
@ -2294,7 +2294,7 @@ version = "0.1.0"
[[package]]
name = "zokrates_core"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"ark-bls12-377",
"ark-bn254",

View file

@ -1,2 +0,0 @@
Remove substitution in `one_liner.sh` script which caused `Bad substitution` error with `sh`/`dash`
Put branch isolator behind a compilation flag in the static analyzer

View file

@ -69,4 +69,4 @@ from "../../../mycode" import foo
### Absolute Imports
Absolute imports don't start with `./` or `../` in the path and are used to import components from the ZoKrates standard library. Please check the according [section](./stdlib.html) for more details.
Absolute imports don't start with `./` or `../` in the path and are used to import components from the ZoKrates standard library. Please check the according [section](/toolbox/stdlib.html) for more details.

View file

@ -1,6 +1,6 @@
## Standard library
ZoKrates comes with a number of reusable components in the form of a Standard Library. In order to import it as described in the [imports](./imports.html) section, the `$ZOKRATES_HOME` environment variable must be set to the `stdlib` folder.
ZoKrates comes with a number of reusable components in the form of a Standard Library. In order to import it as described in the [imports](/language/imports.html) section, the `$ZOKRATES_STDLIB` environment variable must be set to the `stdlib` folder.
The full ZoKrates Standard Library can be found [here](https://github.com/Zokrates/ZoKrates/tree/latest/zokrates_stdlib/stdlib).

View file

@ -1,6 +1,6 @@
[package]
name = "zokrates_cli"
version = "0.7.2"
version = "0.7.3"
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>", "Thibaut Schaeffer <thibaut@schaeff.fr>"]
repository = "https://github.com/JacobEberhardt/ZoKrates.git"
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "zokrates_core"
version = "0.6.2"
version = "0.6.3"
edition = "2018"
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>"]
repository = "https://github.com/JacobEberhardt/ZoKrates"

View file

@ -1,6 +1,6 @@
[package]
name = "zokrates_js"
version = "1.0.31"
version = "1.0.32"
authors = ["Darko Macesic"]
edition = "2018"

View file

@ -2,7 +2,7 @@
"name": "zokrates-js",
"main": "index.js",
"author": "Darko Macesic <darem966@gmail.com>",
"version": "1.0.31",
"version": "1.0.32",
"keywords": [
"zokrates",
"wasm-bindgen",