mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 23:44:48 +02:00
feat: WIP new multisig threshold scheme
with a tree like structure allowing nested m of n schemes. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
8ce8f5bccb
commit
e2b64d5519
19 changed files with 1138 additions and 173 deletions
|
@ -54,6 +54,7 @@ sha2 = "0.10.8"
|
|||
signature = "2.2.0"
|
||||
teepot = { path = "crates/teepot" }
|
||||
testaso = "0.1.0"
|
||||
test-log = "0.2.16"
|
||||
thiserror = "1.0.59"
|
||||
tokio = { version = "1", features = ["sync", "macros", "rt-multi-thread", "fs", "time"] }
|
||||
tracing = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue