mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 23:51:05 +00:00
Bandersnatch tweaks after backend update (#1482)
This commit is contained in:
Generated
+8
-8
@@ -513,7 +513,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ark-secret-scalar"
|
||||
version = "0.0.2"
|
||||
source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"
|
||||
source = "git+https://github.com/w3f/ring-vrf?rev=f4fe253#f4fe2534ccc6d916cd10d9c16891e673728ec8b4"
|
||||
dependencies = [
|
||||
"ark-ec",
|
||||
"ark-ff",
|
||||
@@ -561,7 +561,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ark-transcript"
|
||||
version = "0.0.2"
|
||||
source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"
|
||||
source = "git+https://github.com/w3f/ring-vrf?rev=f4fe253#f4fe2534ccc6d916cd10d9c16891e673728ec8b4"
|
||||
dependencies = [
|
||||
"ark-ff",
|
||||
"ark-serialize",
|
||||
@@ -1240,13 +1240,12 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "bandersnatch_vrfs"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"
|
||||
source = "git+https://github.com/w3f/ring-vrf?rev=f4fe253#f4fe2534ccc6d916cd10d9c16891e673728ec8b4"
|
||||
dependencies = [
|
||||
"ark-bls12-381",
|
||||
"ark-ec",
|
||||
"ark-ed-on-bls12-381-bandersnatch",
|
||||
"ark-ff",
|
||||
"ark-scale",
|
||||
"ark-serialize",
|
||||
"ark-std",
|
||||
"dleq_vrf",
|
||||
@@ -2704,7 +2703,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "common"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213"
|
||||
source = "git+https://github.com/w3f/ring-proof?rev=8657210#86572101f4210647984ab4efedba6b3fcc890895"
|
||||
dependencies = [
|
||||
"ark-ec",
|
||||
"ark-ff",
|
||||
@@ -2713,6 +2712,7 @@ dependencies = [
|
||||
"ark-std",
|
||||
"fflonk",
|
||||
"merlin 3.0.0",
|
||||
"rand_chacha 0.3.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -4424,7 +4424,7 @@ checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632"
|
||||
[[package]]
|
||||
name = "dleq_vrf"
|
||||
version = "0.0.2"
|
||||
source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"
|
||||
source = "git+https://github.com/w3f/ring-vrf?rev=f4fe253#f4fe2534ccc6d916cd10d9c16891e673728ec8b4"
|
||||
dependencies = [
|
||||
"ark-ec",
|
||||
"ark-ff",
|
||||
@@ -13961,13 +13961,14 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ring"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213"
|
||||
source = "git+https://github.com/w3f/ring-proof?rev=8657210#86572101f4210647984ab4efedba6b3fcc890895"
|
||||
dependencies = [
|
||||
"ark-ec",
|
||||
"ark-ff",
|
||||
"ark-poly",
|
||||
"ark-serialize",
|
||||
"ark-std",
|
||||
"blake2",
|
||||
"common",
|
||||
"fflonk",
|
||||
"merlin 3.0.0",
|
||||
@@ -16971,7 +16972,6 @@ name = "sp-core"
|
||||
version = "21.0.0"
|
||||
dependencies = [
|
||||
"array-bytes",
|
||||
"arrayvec 0.7.4",
|
||||
"bandersnatch_vrfs",
|
||||
"bitflags 1.3.2",
|
||||
"blake2",
|
||||
|
||||
Reference in New Issue
Block a user