Skip to content

Commit

Permalink
Bump synedrion to v0.2.0 release (#1186)
Browse files Browse the repository at this point in the history
* Bump synedrion to 0.2.0 release

* verifying key method on keyshare now returns option

* Update testing-utils

* Re-generate pre-generated keyshares

* Add timeout for waiting for reshare protocol

* Use timer for reshare deadline in test
  • Loading branch information
ameba23 authored Dec 3, 2024
1 parent 297469a commit 94e4454
Show file tree
Hide file tree
Showing 37 changed files with 99 additions and 62 deletions.
120 changes: 76 additions & 44 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/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ x25519-dalek ={ version="2.0.1", features=["static_secrets"], optional=true
entropy-protocol ={ version="0.3.0", path="../protocol", optional=true, default-features=false }
reqwest ={ version="0.12.9", features=["json", "stream"], optional=true }
base64 ={ version="0.22.0", optional=true }
synedrion ={ version="0.2.0-beta.0", optional=true }
synedrion ={ version="0.2.0", optional=true }
hex ={ version="0.4.3", optional=true }
parity-scale-codec={ version="3.6.3", default-features=false, optional=true }

Expand Down
2 changes: 1 addition & 1 deletion crates/kvdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ zeroize ={ version="1.8", features=["zeroize_derive"], default-features=
rpassword ={ version="7.3.1", default-features=false }
scrypt ={ version="0.11.0", default-features=false, features=["std"] }
chacha20poly1305={ version="0.9", features=["alloc"], default-features=false }
synedrion ={ version="0.2.0-beta.0" }
synedrion ="0.2.0"

# Async
tokio ={ version="1.41", features=["macros", "sync", "fs", "rt-multi-thread", "io-util"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition ='2021'
[dependencies]
async-trait ="0.1.83"
entropy-shared ={ version="0.3.0", path="../shared", default-features=false }
synedrion ={ version="0.2.0-beta.0" }
synedrion ="0.2.0"
serde ={ version="1.0", features=["derive"], default-features=false }
subxt ={ version="0.35.3", default-features=false }
sp-core ={ version="31.0.0", default-features=false, features=["full_crypto", "serde"] }
Expand Down
Loading

0 comments on commit 94e4454

Please sign in to comment.