Skip to content

Commit 4fdd27c

Browse files
committed
Change the ironfish-frost dependency to use the crate from crates.io
1 parent e43cb00 commit 4fdd27c

File tree

5 files changed

+37
-30
lines changed

5 files changed

+37
-30
lines changed

Cargo.lock

Lines changed: 23 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ironfish-rust-nodejs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ stats = ["ironfish/note-encryption-stats", "jubjub/stats", "dep:signal-hook"]
3030
base64 = "0.13.0"
3131
fish_hash = "0.3.0"
3232
ironfish = { path = "../ironfish-rust" }
33-
ironfish-frost = { git = "https://github.com/iron-fish/ironfish-frost.git", branch = "main" }
33+
ironfish-frost = { version = "0.1.0" }
3434
napi = { version = "2.14.4", features = ["napi6"] }
3535
napi-derive = "2.14.6"
3636
jubjub = { git = "https://github.com/iron-fish/jubjub.git", branch = "blstrs", features = ["multiply-many"] }

ironfish-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ chacha20poly1305 = "0.10.1"
4343
crypto_box = { version = "0.9", features = ["std"] }
4444
ff = "0.12.0"
4545
group = "0.12.0"
46-
ironfish-frost = { git = "https://github.com/iron-fish/ironfish-frost.git", branch = "main" }
46+
ironfish-frost = { version = "0.1.0" }
4747
fish_hash = "0.3.0"
4848
ironfish_zkp = { version = "0.2.0", path = "../ironfish-zkp" }
4949
jubjub = { git = "https://github.com/iron-fish/jubjub.git", branch = "blstrs", features = ["multiply-many"] }

supply-chain/audits.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@ who = "Andrea <[email protected]>"
6363
criteria = "safe-to-deploy"
6464
delta = "1.9.3 -> 2.2.6"
6565

66+
[[audits.ironfish-frost]]
67+
who = "andrea <[email protected]>"
68+
criteria = "safe-to-deploy"
69+
version = "0.1.0"
70+
notes = "Crate owned by the Iron Fish organization"
71+
72+
[[audits.ironfish-reddsa]]
73+
who = "andrea <[email protected]>"
74+
criteria = "safe-to-deploy"
75+
version = "0.1.0"
76+
notes = "Crate owned by the Iron Fish organization"
77+
6678
[[audits.jubjub]]
6779
who = "Andrea <[email protected]>"
6880
criteria = "safe-to-deploy"

supply-chain/config.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ audit-as-crates-io = true
4040
[policy."jubjub:0.9.0@git:531157cfa7b81ade207e819ef50c563843b10e30"]
4141
audit-as-crates-io = true
4242

43-
[policy.reddsa]
44-
audit-as-crates-io = true
45-
4643
[policy.zcash_address]
4744
audit-as-crates-io = true
4845

@@ -614,10 +611,6 @@ criteria = "safe-to-deploy"
614611
version = "0.8.5"
615612
criteria = "safe-to-deploy"
616613

617-
[[exemptions.reddsa]]
618-
version = "0.5.1@git:ed49e9ca0699a6450f6d4a9fe62ff168f5ea1ead"
619-
criteria = "safe-to-deploy"
620-
621614
[[exemptions.redjubjub]]
622615
version = "0.5.0"
623616
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)