Skip to content

Commit bd02f7a

Browse files
committed
cryptonite is archived, and the crypton fork continues the library.
1 parent 63f4e26 commit bd02f7a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/crypto/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
- vector >0.12 && <0.14
2323
- containers >0.6 && <0.7
2424
- uuid-types >1.0 && <1.1
25-
- cryptonite >0.22 && <0.31
25+
- crypton >0.30 && <1.0
2626
- bytestring >0.10 && <0.12
2727
- memory-hexstring >=1.0 && <1.1
2828

packages/crypto/web3-crypto.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ library
5151
, base >4.11 && <4.18
5252
, bytestring >0.10 && <0.12
5353
, containers >0.6 && <0.7
54-
, cryptonite >0.22 && <0.31
54+
, crypton >0.30 && <1.0
5555
, memory >0.14 && <0.19
5656
, memory-hexstring ==1.0.*
5757
, text >1.2 && <2.1
@@ -92,7 +92,7 @@ test-suite tests
9292
, base >4.11 && <4.18
9393
, bytestring >0.10 && <0.12
9494
, containers >0.6 && <0.7
95-
, cryptonite >0.22 && <0.31
95+
, crypton >0.30 && <1.0
9696
, hspec >=2.4.4 && <2.11
9797
, hspec-contrib >=0.4.0 && <0.6
9898
, hspec-discover >=2.4.4 && <2.11

packages/polkadot/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- memory >0.14 && <0.19
2121
- microlens >0.4 && <0.5
2222
- containers >0.6 && <0.7
23-
- cryptonite >0.22 && <0.31
23+
- crypton >0.30 && <1.0
2424
- bytestring >0.10 && <0.12
2525
- base58-bytestring >=0.1 && <0.2
2626
- cases >0.1 && <0.2

packages/polkadot/web3-polkadot.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ library
7777
, bytestring >0.10 && <0.12
7878
, cases >0.1 && <0.2
7979
, containers >0.6 && <0.7
80-
, cryptonite >0.22 && <0.31
80+
, crypton >0.30 && <1.0
8181
, generics-sop >0.3 && <0.6
8282
, jsonrpc-tinyclient ==1.0.*
8383
, memory >0.14 && <0.19
@@ -154,7 +154,7 @@ test-suite tests
154154
, bytestring >0.10 && <0.12
155155
, cases >0.1 && <0.2
156156
, containers >0.6 && <0.7
157-
, cryptonite >0.22 && <0.31
157+
, crypton >0.30 && <1.0
158158
, generics-sop >0.3 && <0.6
159159
, hspec >=2.4.4 && <2.11
160160
, hspec-contrib >=0.4.0 && <0.6

0 commit comments

Comments
 (0)