mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Remove monero-serai multisig for just monero-[clsag, wallet] multisig
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -5033,6 +5033,7 @@ dependencies = [
|
|||||||
"hex",
|
"hex",
|
||||||
"modular-frost",
|
"modular-frost",
|
||||||
"monero-address",
|
"monero-address",
|
||||||
|
"monero-clsag",
|
||||||
"monero-rpc",
|
"monero-rpc",
|
||||||
"monero-serai",
|
"monero-serai",
|
||||||
"monero-simple-request-rpc",
|
"monero-simple-request-rpc",
|
||||||
|
|||||||
@@ -53,5 +53,4 @@ std = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
compile-time-generators = ["curve25519-dalek/precomputed-tables", "monero-bulletproofs/compile-time-generators"]
|
compile-time-generators = ["curve25519-dalek/precomputed-tables", "monero-bulletproofs/compile-time-generators"]
|
||||||
multisig = ["monero-clsag/multisig", "std"]
|
|
||||||
default = ["std", "compile-time-generators"]
|
default = ["std", "compile-time-generators"]
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ frost = { package = "modular-frost", path = "../../../crypto/frost", default-fea
|
|||||||
|
|
||||||
hex = { version = "0.4", default-features = false, features = ["alloc"] }
|
hex = { version = "0.4", default-features = false, features = ["alloc"] }
|
||||||
|
|
||||||
|
monero-clsag = { path = "../ringct/clsag", default-features = false }
|
||||||
monero-serai = { path = "..", default-features = false }
|
monero-serai = { path = "..", default-features = false }
|
||||||
monero-rpc = { path = "../rpc", default-features = false }
|
monero-rpc = { path = "../rpc", default-features = false }
|
||||||
monero-address = { path = "./address", default-features = false }
|
monero-address = { path = "./address", default-features = false }
|
||||||
@@ -66,10 +67,11 @@ std = [
|
|||||||
"rand_chacha/std",
|
"rand_chacha/std",
|
||||||
"rand_distr/std",
|
"rand_distr/std",
|
||||||
|
|
||||||
|
"monero-clsag/std",
|
||||||
"monero-serai/std",
|
"monero-serai/std",
|
||||||
"monero-rpc/std",
|
"monero-rpc/std",
|
||||||
"monero-address/std",
|
"monero-address/std",
|
||||||
]
|
]
|
||||||
compile-time-generators = ["curve25519-dalek/precomputed-tables", "monero-serai/compile-time-generators"]
|
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"]
|
default = ["std", "compile-time-generators"]
|
||||||
|
|||||||
Reference in New Issue
Block a user