mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-17 00:07:55 +00:00
d7798328b6
Instead of asking for one block at a time, we ask for batches of blocks, which significantly speeds up getting blocks.
15 lines
249 B
TOML
15 lines
249 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"common",
|
|
"consensus",
|
|
"cryptonight",
|
|
"random-x",
|
|
#"cuprate",
|
|
# "database",
|
|
"net/levin",
|
|
"net/monero-wire",
|
|
# "p2p",
|
|
# "p2p/sync-states"
|
|
]
|