Skip to content

Commit

Permalink
chore: bump poseidon377 to 0.6.0 (#2794)
Browse files Browse the repository at this point in the history
A bug was found in the 0.5.0 release:
penumbra-zone/poseidon377#52
  • Loading branch information
redshiftzero authored Jul 6, 2023
1 parent 854ef5b commit 853deec
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 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 crates/core/asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ penumbra-tct = { path = "../../crypto/tct/", features = ["r1cs"] }
# Git deps
decaf377 = {version = "0.4", features = ["r1cs"] }
decaf377-rdsa = { version = "0.6" }
poseidon377 = { version = "0.5", features = ["r1cs"] }
poseidon377 = { version = "0.6", features = ["r1cs"] }
f4jumble = { git = "https://github.com/zcash/librustzcash", rev = "2425a0869098e3b0588ccd73c42716bcf418612c" }

# Crates.io deps
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/dex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ penumbra-num = { path = "../../../core/num", default-features = false }
penumbra-keys = { path = "../../../core/keys", default-features = false }

# Penumbra dependencies
poseidon377 = { version = "0.5", features = ["r1cs"] }
poseidon377 = { version = "0.6", features = ["r1cs"] }
decaf377 = {version = "0.4", features = ["r1cs"] }

# Crates.io deps
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/shielded-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ decaf377-fmd = { path = "../../../crypto/decaf377-fmd/" }
# Penumbra dependencies
decaf377-rdsa = { version = "0.6" }
decaf377 = {version = "0.4", features = ["r1cs"] }
poseidon377 = { version = "0.5", features = ["r1cs"] }
poseidon377 = { version = "0.6", features = ["r1cs"] }

# Crates.io dependencies
base64 = "0.20"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ penumbra-keys = { path = "../keys" }
# Penumbra deps
decaf377 = {version = "0.4", features = ["r1cs"] }
decaf377-rdsa = { version = "0.6" }
poseidon377 = { version = "0.5", features = ["r1cs"] }
poseidon377 = { version = "0.6", features = ["r1cs"] }

# Crates.io deps
base64 = "0.20"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ penumbra-tct = { path = "../../crypto/tct/", features = ["r1cs"] }
# Git deps
decaf377 = {version = "0.4", features = ["r1cs"] }
decaf377-rdsa = { version = "0.6" }
poseidon377 = { version = "0.5", features = ["r1cs"] }
poseidon377 = { version = "0.6", features = ["r1cs"] }
f4jumble = { git = "https://github.com/zcash/librustzcash", rev = "2425a0869098e3b0588ccd73c42716bcf418612c" }

# Crates.io deps
Expand Down
2 changes: 1 addition & 1 deletion crates/core/num/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ penumbra-tct = { path = "../../crypto/tct/", features = ["r1cs"] }
# Git deps
decaf377 = {version = "0.4", features = ["r1cs"] }
decaf377-rdsa = { version = "0.6" }
poseidon377 = { version = "0.5", features = ["r1cs"] }
poseidon377 = { version = "0.6", features = ["r1cs"] }
f4jumble = { git = "https://github.com/zcash/librustzcash", rev = "2425a0869098e3b0588ccd73c42716bcf418612c" }

# Crates.io deps
Expand Down
2 changes: 1 addition & 1 deletion crates/core/transaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ibc-types2 = { git = "https://github.com/penumbra-zone/ibc-types", branch = "mai
ibc-proto = { version = "0.31.0", default-features = false }
decaf377 = "0.4"
decaf377-rdsa = { version = "0.6" }
poseidon377 = { version = "0.5", features = ["r1cs"] }
poseidon377 = { version = "0.6", features = ["r1cs"] }
base64 = "0.21"
ark-ff = { version = "0.4", default_features = false }
ark-serialize = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/crypto/tct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive", "rc"] }
parking_lot = "0.12"
ark-ff = { version = "0.4", default_features = false }
ark-serialize = "0.4"
poseidon377 = { version = "0.5", features = ["r1cs"] }
poseidon377 = { version = "0.6", features = ["r1cs"] }
decaf377 = { version = "0.4" }
tracing = { version = "0.1" }
async-trait = { version = "0.1" }
Expand Down

0 comments on commit 853deec

Please sign in to comment.