Skip to content

Commit

Permalink
Change the ironfish-frost dependency to use the crate from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
andiflabs committed Oct 24, 2024
1 parent e43cb00 commit 4fdd27c
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 30 deletions.
44 changes: 23 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ironfish-rust-nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stats = ["ironfish/note-encryption-stats", "jubjub/stats", "dep:signal-hook"]
base64 = "0.13.0"
fish_hash = "0.3.0"
ironfish = { path = "../ironfish-rust" }
ironfish-frost = { git = "https://github.com/iron-fish/ironfish-frost.git", branch = "main" }
ironfish-frost = { version = "0.1.0" }
napi = { version = "2.14.4", features = ["napi6"] }
napi-derive = "2.14.6"
jubjub = { git = "https://github.com/iron-fish/jubjub.git", branch = "blstrs", features = ["multiply-many"] }
Expand Down
2 changes: 1 addition & 1 deletion ironfish-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ chacha20poly1305 = "0.10.1"
crypto_box = { version = "0.9", features = ["std"] }
ff = "0.12.0"
group = "0.12.0"
ironfish-frost = { git = "https://github.com/iron-fish/ironfish-frost.git", branch = "main" }
ironfish-frost = { version = "0.1.0" }
fish_hash = "0.3.0"
ironfish_zkp = { version = "0.2.0", path = "../ironfish-zkp" }
jubjub = { git = "https://github.com/iron-fish/jubjub.git", branch = "blstrs", features = ["multiply-many"] }
Expand Down
12 changes: 12 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ who = "Andrea <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.9.3 -> 2.2.6"

[[audits.ironfish-frost]]
who = "andrea <[email protected]>"
criteria = "safe-to-deploy"
version = "0.1.0"
notes = "Crate owned by the Iron Fish organization"

[[audits.ironfish-reddsa]]
who = "andrea <[email protected]>"
criteria = "safe-to-deploy"
version = "0.1.0"
notes = "Crate owned by the Iron Fish organization"

[[audits.jubjub]]
who = "Andrea <[email protected]>"
criteria = "safe-to-deploy"
Expand Down
7 changes: 0 additions & 7 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ audit-as-crates-io = true
[policy."jubjub:0.9.0@git:531157cfa7b81ade207e819ef50c563843b10e30"]
audit-as-crates-io = true

[policy.reddsa]
audit-as-crates-io = true

[policy.zcash_address]
audit-as-crates-io = true

Expand Down Expand Up @@ -614,10 +611,6 @@ criteria = "safe-to-deploy"
version = "0.8.5"
criteria = "safe-to-deploy"

[[exemptions.reddsa]]
version = "0.5.1@git:ed49e9ca0699a6450f6d4a9fe62ff168f5ea1ead"
criteria = "safe-to-deploy"

[[exemptions.redjubjub]]
version = "0.5.0"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 4fdd27c

Please sign in to comment.