Skip to content

Commit

Permalink
Remove monero-serai multisig for just monero-[clsag, wallet] multisig
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Sep 12, 2024
1 parent 0d399ec commit 875c669
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion networks/monero/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ std = [
]

compile-time-generators = ["curve25519-dalek/precomputed-tables", "monero-bulletproofs/compile-time-generators"]
multisig = ["monero-clsag/multisig", "std"]
default = ["std", "compile-time-generators"]
4 changes: 3 additions & 1 deletion networks/monero/wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ frost = { package = "modular-frost", path = "../../../crypto/frost", default-fea

hex = { version = "0.4", default-features = false, features = ["alloc"] }

monero-clsag = { path = "../ringct/clsag", default-features = false }
monero-serai = { path = "..", default-features = false }
monero-rpc = { path = "../rpc", default-features = false }
monero-address = { path = "./address", default-features = false }
Expand Down Expand Up @@ -66,10 +67,11 @@ std = [
"rand_chacha/std",
"rand_distr/std",

"monero-clsag/std",
"monero-serai/std",
"monero-rpc/std",
"monero-address/std",
]
compile-time-generators = ["curve25519-dalek/precomputed-tables", "monero-serai/compile-time-generators"]
multisig = ["transcript", "group", "dalek-ff-group", "frost", "monero-serai/multisig", "std"]
multisig = ["std", "transcript", "group", "dalek-ff-group", "frost", "monero-clsag/multisig"]
default = ["std", "compile-time-generators"]

0 comments on commit 875c669

Please sign in to comment.