From 01465b1bc2c0b4bd93295857bb07522ebe54b7eb Mon Sep 17 00:00:00 2001 From: Achim Schneider Date: Fri, 28 Apr 2023 12:53:45 +0200 Subject: [PATCH] versioning --- Cargo.lock | 3 --- curves/bls12_377/Cargo.toml | 2 -- curves/bls12_381/Cargo.toml | 2 -- curves/bw6_761/Cargo.toml | 2 -- curves/ed_on_bls12_377/Cargo.toml | 2 +- curves/ed_on_bls12_381_bandersnatch/Cargo.toml | 2 +- 6 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94d98ba..2d91aae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2168,7 +2168,6 @@ dependencies = [ "ark-std", "parity-scale-codec", "sp-ark-models", - "sp-arkworks", "sp-io", ] @@ -2186,7 +2185,6 @@ dependencies = [ "hex", "parity-scale-codec", "sp-ark-models", - "sp-arkworks", "sp-io", ] @@ -2203,7 +2201,6 @@ dependencies = [ "ark-std", "parity-scale-codec", "sp-ark-models", - "sp-arkworks", "sp-io", ] diff --git a/curves/bls12_377/Cargo.toml b/curves/bls12_377/Cargo.toml index 59e84e6..1a0ab84 100644 --- a/curves/bls12_377/Cargo.toml +++ b/curves/bls12_377/Cargo.toml @@ -17,7 +17,6 @@ ark-r1cs-std = { version="0.4.0-alpha", optional = true, default-features = fals ark-std = { version = "0.4.0", default-features = false } ark-bls12-377 = { version = "0.4.0", features = ["curve"], default-features = false } sp-ark-models = { path = "../../models", version = "0.4.0-alpha", default-features = false } -sp-arkworks = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "0.4.0", default-features = false } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } ark-scale = { git = "https://github.com/w3f/ark-scale", version = "0.0.2", features = ["hazmat"], default-features = false } sp-io = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "7.0.0", default-features = false } @@ -37,7 +36,6 @@ std = [ "ark-std/std", "ark-bls12-377/std", "sp-ark-models/std", - "sp-arkworks/std", "codec/std", "ark-scale/std", "sp-io/std", diff --git a/curves/bls12_381/Cargo.toml b/curves/bls12_381/Cargo.toml index b9adabf..4b7465b 100644 --- a/curves/bls12_381/Cargo.toml +++ b/curves/bls12_381/Cargo.toml @@ -16,7 +16,6 @@ ark-ff = { version = "0.4.0", default-features = false } ark-std = { version = "0.4.0", default-features = false } ark-bls12-381 = { version = "0.4.0",features = [ "curve" ], default-features = false } sp-ark-models = { path = "../../models", version = "0.4.0-alpha", default-features = false } -sp-arkworks = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "0.4.0", default-features = false } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } ark-scale = { git = "https://github.com/w3f/ark-scale", version = "0.0.2", default-features = false } ark-serialize = { version = "0.4.0", default-features = false } @@ -34,7 +33,6 @@ std = [ "ark-std/std", "ark-bls12-381/std", "sp-ark-models/std", - "sp-arkworks/std", "codec/std", "ark-scale/std", "ark-serialize/std", diff --git a/curves/bw6_761/Cargo.toml b/curves/bw6_761/Cargo.toml index d0e306b..1ff9b67 100644 --- a/curves/bw6_761/Cargo.toml +++ b/curves/bw6_761/Cargo.toml @@ -16,7 +16,6 @@ ark-ff = { version="0.4.0-alpha", default-features = false } ark-std = { version = "0.4.0", default-features = false } ark-bw6-761 = { version = "0.4.0",default-features = false } sp-ark-models = { path = "../../models", version = "0.4.0-alpha", default-features = false } -sp-arkworks = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "0.4.0", default-features = false } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } ark-scale = { git = "https://github.com/w3f/ark-scale", version = "0.0.2", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "7.0.0", default-features = false } @@ -33,7 +32,6 @@ std = [ "ark-std/std", "ark-bw6-761/std", "sp-ark-models/std", - "sp-arkworks/std", "codec/std", "ark-scale/std", "sp-io/std", diff --git a/curves/ed_on_bls12_377/Cargo.toml b/curves/ed_on_bls12_377/Cargo.toml index 4a169a6..f964d1c 100644 --- a/curves/ed_on_bls12_377/Cargo.toml +++ b/curves/ed_on_bls12_377/Cargo.toml @@ -20,7 +20,7 @@ ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } sp-ark-models = { path = "../../models", version = "0.4.0-alpha", default-features = false } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } ark-scale = { git = "https://github.com/w3f/ark-scale", version = "0.0.2", features = ["hazmat"], default-features = false } -sp-io = { version = "7.0.0", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "7.0.0", default-features = false } [dev-dependencies] ark-relations = { version = "0.4.0", default-features = false } diff --git a/curves/ed_on_bls12_381_bandersnatch/Cargo.toml b/curves/ed_on_bls12_381_bandersnatch/Cargo.toml index 1757d56..a174d60 100644 --- a/curves/ed_on_bls12_381_bandersnatch/Cargo.toml +++ b/curves/ed_on_bls12_381_bandersnatch/Cargo.toml @@ -19,7 +19,7 @@ sp-ark-models = { path = "../../models", version = "0.4.0-alpha", default-featur codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } ark-scale = { git = "https://github.com/w3f/ark-scale", version = "0.0.2", features = ["hazmat"], default-features = false } ark-ed-on-bls12-381-bandersnatch = { version = "0.4.0", default-features = false } -sp-io = { version = "7.0.0", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "7.0.0", default-features = false } ark-ec = { version = "0.4.0", default-features = false } [dev-dependencies]