Skip to content

Commit 15626f0

Browse files
committed
tezos-bls12-381-polynomial not compatible with bls12-381 >= 6.0.0
FFT's have been removed in 6.0.0
1 parent 9f81617 commit 15626f0

File tree

3 files changed

+3
-3
lines changed
  • packages/tezos-bls12-381-polynomial
    • tezos-bls12-381-polynomial.0.1.0
    • tezos-bls12-381-polynomial.0.1.1
    • tezos-bls12-381-polynomial.0.1.2

3 files changed

+3
-3
lines changed

packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license: "MIT"
99
depends: [
1010
"ocaml" { >= "4.12.0" }
1111
"dune" { >= "2.8" }
12-
"bls12-381" {>= "4.0.0" & < "6.1.0"}
12+
"bls12-381" {>= "4.0.0" & < "6.0.0"}
1313
"data-encoding"
1414
"alcotest" { with-test & >= "1.1.0" }
1515
"qcheck-alcotest" { with-test }

packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bug-reports: "https://gitlab.com/nomadic-labs/privacy-team/issues"
88
depends: [
99
"ocaml" {>= "4.12.0"}
1010
"dune" {>= "2.8"}
11-
"bls12-381" {>= "4.0.0" & < "6.1.0"}
11+
"bls12-381" {>= "4.0.0" & < "6.0.0"}
1212
"data-encoding"
1313
"alcotest" {with-test & >= "1.1.0"}
1414
"qcheck-alcotest" {with-test}

packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.0.1.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bug-reports: "https://gitlab.com/nomadic-labs/privacy-team/-/issues"
88
depends: [
99
"dune" {>= "2.8"}
1010
"ocaml" {>= "4.12.0"}
11-
"bls12-381" {>= "4.0.0" & < "6.1.0"}
11+
"bls12-381" {>= "4.0.0" & < "6.0.0"}
1212
"data-encoding"
1313
"alcotest" {with-test & >= "1.1.0"}
1414
"qcheck-alcotest" {with-test}

0 commit comments

Comments
 (0)