Skip to content

Commit

Permalink
finalize ceremony keys and update to v.78.0 deps (#1354)
Browse files Browse the repository at this point in the history
* finalize ceremony keys and update crate deps

* update download-keys script

* changeset
  • Loading branch information
TalDerei authored Jun 26, 2024
1 parent 4161587 commit e207faa
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 64 deletions.
6 changes: 6 additions & 0 deletions .changeset/many-rice-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@penumbra-zone/keys': minor
'@penumbra-zone/wasm': minor
---

finalize ceremony proving keys and update crate deps (v0.78.0)
2 changes: 1 addition & 1 deletion packages/keys/download-keys
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

defaultKeysVersion="v0.77.4"
defaultKeysVersion="v0.78.0"

scriptDir=$(dirname "$(readlink -f -- "$0")")
cacheDir="$scriptDir/keys"
Expand Down
7 changes: 0 additions & 7 deletions packages/keys/shasums/v0.77.4.shasum

This file was deleted.

7 changes: 7 additions & 0 deletions packages/keys/shasums/v0.78.0.shasum
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ba3bb4880898c6150e94a253db0ac4e2bdcd8857b8a9b84df4f54f87e989eca1 convert_pk.bin
66fe0f560a329364606fa010d303c6b9c72182547edae352acff86576992bc7a delegator_vote_pk.bin
7bf18d60024126eee34a377470a450d9f2f609b250411859dd06f1c384cdb2dc nullifier_derivation_pk.bin
c9e97866edd6c815a7bcb2f3b5493713794369692bb96e5a2e682613c330e4a8 output_pk.bin
87eca85bef562803fb9684c56c0a6db84aa6d0791b1c00b909e6f2a5c2cff452 spend_pk.bin
71282e499248bca62ba163de8fc2b6e4a8f08233a57b36a82aa9ddb2e93fe1c5 swap_pk.bin
aa96bc99381e9f3af062d8af4014e99926f1a240b8713e8d2856209e6f51cc1f swapclaim_pk.bin
85 changes: 43 additions & 42 deletions packages/wasm/crate/Cargo.lock

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

28 changes: 14 additions & 14 deletions packages/wasm/crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ default = ["console_error_panic_hook"]
mock-database = []

[dependencies]
penumbra-auction = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-auction", default-features = false }
penumbra-asset = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-asset" }
penumbra-compact-block = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-compact-block", default-features = false }
penumbra-dex = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-dex", default-features = false }
penumbra-fee = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-fee", default-features = false }
penumbra-keys = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-keys" }
penumbra-num = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-num" }
penumbra-proof-params = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-proof-params", default-features = false }
penumbra-proto = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-proto", default-features = false }
penumbra-sct = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-sct", default-features = false }
penumbra-shielded-pool = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-shielded-pool", default-features = false }
penumbra-stake = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-stake", default-features = false }
penumbra-tct = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-tct" }
penumbra-transaction = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.77.4", package = "penumbra-transaction", default-features = false }
penumbra-auction = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-auction", default-features = false }
penumbra-asset = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-asset" }
penumbra-compact-block = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-compact-block", default-features = false }
penumbra-dex = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-dex", default-features = false }
penumbra-fee = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-fee", default-features = false }
penumbra-keys = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-keys" }
penumbra-num = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-num" }
penumbra-proof-params = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-proof-params", default-features = false }
penumbra-proto = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-proto", default-features = false }
penumbra-sct = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-sct", default-features = false }
penumbra-shielded-pool = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-shielded-pool", default-features = false }
penumbra-stake = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-stake", default-features = false }
penumbra-tct = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-tct" }
penumbra-transaction = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.78.0", package = "penumbra-transaction", default-features = false }

anyhow = "1.0.86"
ark-ff = { version = "0.4.2", features = ["std"] }
Expand Down
1 change: 1 addition & 0 deletions packages/wasm/crate/tests/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ mod tests {
is_enabled: true,
max_hops: 5u32,
max_positions_per_pair: 0,
max_execution_budget: 0u32,
};

let app_params = AppParameters {
Expand Down

0 comments on commit e207faa

Please sign in to comment.