mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Make the output distribution cache only available under a feature
Enables a mode with reduced memory usage *and* increased safety given current unsafety of the cache. Relevant to https://github.com/serai-dex/serai/issues/415.
This commit is contained in:
@@ -91,7 +91,7 @@ std = [
|
||||
|
||||
"monero-generators/std",
|
||||
|
||||
"futures/std",
|
||||
"futures?/std",
|
||||
|
||||
"hex/std",
|
||||
"serde/std",
|
||||
@@ -100,6 +100,7 @@ std = [
|
||||
"base58-monero/std",
|
||||
]
|
||||
|
||||
cache-distribution = ["futures"]
|
||||
http-rpc = ["digest_auth", "simple-request", "tokio"]
|
||||
multisig = ["transcript", "frost", "dleq", "std"]
|
||||
binaries = ["tokio/rt-multi-thread", "tokio/macros", "http-rpc"]
|
||||
|
||||
Reference in New Issue
Block a user