Skip to content

Commit

Permalink
Updating underlying library to support batch affine addition
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenKor committed Feb 2, 2024
1 parent 2d0ad2a commit 594be78
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libzkbob-rs-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ hex = "0.4.3"
git = "https://github.com/zkbob/fawkes-crypto"
branch = "master"
package = "fawkes-crypto-zkbob"
version = "4.6.0"
version = "4.7.0"
features = ["multicore"]
2 changes: 1 addition & 1 deletion libzkbob-rs-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ web-sys = "0.3.61"
git = "https://github.com/zkBob/fawkes-crypto"
branch = "master"
package = "fawkes-crypto-zkbob"
version = "4.6.0"
version = "4.7.0"
features = ["wasm", "serde_support"]


Expand Down
2 changes: 0 additions & 2 deletions libzkbob-rs-wasm/src/client/tx_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ pub struct DepositPermittableData {

impl JsTxType for IDepositPermittableData {
fn to_native(&self) -> Result<NativeTxType<Fr>, JsValue> {
use web_sys::console;

let DepositPermittableData {
base_fields,
amount,
Expand Down
2 changes: 1 addition & 1 deletion libzkbob-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ hex = { version = "0.4.3", features = ["serde"] }
git = "https://github.com/zkbob/libzeropool-zkbob"
branch = "enc-memo-message-tune"
package = "libzeropool-zkbob"
version = "1.4.0"
version = "1.5.0"
default-features = false
features = ["in3out127"]

Expand Down

0 comments on commit 594be78

Please sign in to comment.