forked from zeropoolnetwork/libzeropool-rs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging the develop branch into the main branch (rs v1.4.0, node v1.1…
….0, wasm v1.4.0) This merge contains the following set of changes: - Pick up recent update of fawkes-crypto to add ability to preparse gates(#60) - Bump versions `libzkbob-rs` to `v1.4.0`, `libzkbob-rs-node` to `v1.1.0`, `libzkbob-rs-wasm` to `v1.4.0` (#65)
- Loading branch information
Showing
10 changed files
with
116 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "libzkbob-rs-node" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
authors = ["Dmitry Vdovin <[email protected]>"] | ||
repository = "https://github.com/zkBob/libzkbob-rs/" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -11,7 +11,7 @@ exclude = ["index.node"] | |
crate-type = ["cdylib"] | ||
|
||
[dependencies] | ||
libzkbob-rs = { version = "1.0.0", features = ["native"] } | ||
libzkbob-rs = { version = "1.4.0", features = ["native"] } | ||
#libzkbob-rs = { path = "../libzkbob-rs", features = ["native"] } | ||
neon = { version = "0.10.0", default-features = false, features = ["channel-api", "napi-6", "promise-api", "task-api"] } | ||
# FIXME: Using a random fork for now | ||
|
@@ -23,5 +23,5 @@ hex = "0.4.3" | |
git = "https://github.com/zkbob/fawkes-crypto" | ||
branch = "master" | ||
package = "fawkes-crypto-zkbob" | ||
version = "4.5.0" | ||
version = "4.6.0" | ||
features = ["multicore"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "libzkbob-rs-wasm" | ||
description = "A higher level zkBob API for Wasm" | ||
version = "1.3.0" | ||
version = "1.4.0" | ||
authors = ["Dmitry Vdovin <[email protected]>"] | ||
repository = "https://github.com/zkBob/libzkbob-rs/" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -57,7 +57,7 @@ web-sys = "0.3.61" | |
git = "https://github.com/zkBob/fawkes-crypto" | ||
branch = "master" | ||
package = "fawkes-crypto-zkbob" | ||
version = "4.5.0" | ||
version = "4.6.0" | ||
features = ["wasm", "serde_support"] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "libzkbob-rs" | ||
description = "A higher level zkBob API" | ||
version = "1.3.0" | ||
version = "1.4.0" | ||
authors = ["Dmitry Vdovin <[email protected]>"] | ||
repository = "https://github.com/zkBob/libzkbob-rs/" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -26,7 +26,7 @@ hex = { version = "0.4.3", features = ["serde"] } | |
git = "https://github.com/zkbob/libzeropool-zkbob" | ||
branch = "master" | ||
package = "libzeropool-zkbob" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
default-features = false | ||
features = ["in3out127"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters