snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
+27 -27
View File
@@ -38,18 +38,18 @@ futures = { workspace = true }
futures-timer = { workspace = true }
ip_network = { workspace = true }
libp2p = { features = [
"dns",
"identify",
"kad",
"macros",
"mdns",
"noise",
"ping",
"request-response",
"tcp",
"tokio",
"websocket",
"yamux",
"dns",
"identify",
"kad",
"macros",
"mdns",
"noise",
"ping",
"request-response",
"tcp",
"tokio",
"websocket",
"yamux",
], workspace = true }
linked_hash_set = { workspace = true }
litep2p = { workspace = true }
@@ -75,13 +75,13 @@ pezsp-core = { workspace = true, default-features = true }
pezsp-runtime = { workspace = true, default-features = true }
thiserror = { workspace = true }
tokio = { features = [
"macros",
"sync",
"macros",
"sync",
], workspace = true, default-features = true }
tokio-stream = { workspace = true }
unsigned-varint = { features = [
"asynchronous_codec",
"futures",
"asynchronous_codec",
"futures",
], workspace = true }
void = { workspace = true }
wasm-timer = { workspace = true }
@@ -98,13 +98,13 @@ bizinikiwi-test-runtime = { workspace = true }
bizinikiwi-test-runtime-client = { workspace = true }
tempfile = { workspace = true }
tokio = { features = [
"macros",
"rt-multi-thread",
"macros",
"rt-multi-thread",
], workspace = true, default-features = true }
tokio-util = { features = ["compat"], workspace = true }
criterion = { workspace = true, default-features = true, features = [
"async_tokio",
"async_tokio",
] }
[build-dependencies]
@@ -113,12 +113,12 @@ prost-build = { workspace = true }
[features]
default = []
runtime-benchmarks = [
"pezsc-block-builder/runtime-benchmarks",
"pezsc-client-api/runtime-benchmarks",
"pezsc-network-common/runtime-benchmarks",
"pezsp-blockchain/runtime-benchmarks",
"pezsp-consensus/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"bizinikiwi-test-runtime-client/runtime-benchmarks",
"bizinikiwi-test-runtime/runtime-benchmarks",
"pezsc-block-builder/runtime-benchmarks",
"pezsc-client-api/runtime-benchmarks",
"pezsc-network-common/runtime-benchmarks",
"pezsp-blockchain/runtime-benchmarks",
"pezsp-consensus/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"bizinikiwi-test-runtime-client/runtime-benchmarks",
"bizinikiwi-test-runtime/runtime-benchmarks",
]