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
+19 -16
View File
@@ -7,6 +7,9 @@ edition.workspace = true
license.workspace = true
readme = "README.md"
publish = false
documentation = "https://docs.rs/pezkuwi-test-malus"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -36,9 +39,9 @@ color-eyre = { workspace = true }
futures = { workspace = true }
gum = { workspace = true, default-features = true }
pezkuwi-cli = { features = [
"malus",
"pezkuwichain-native",
"zagros-native",
"malus",
"pezkuwichain-native",
"zagros-native",
], workspace = true, default-features = true }
pezkuwi-erasure-coding = { workspace = true, default-features = true }
pezkuwi-node-network-protocol = { workspace = true, default-features = true }
@@ -66,17 +69,17 @@ bizinikiwi-build-script-utils = { workspace = true, default-features = true }
default = []
fast-runtime = ["pezkuwi-cli/fast-runtime"]
runtime-benchmarks = [
"gum/runtime-benchmarks",
"pezkuwi-cli/runtime-benchmarks",
"pezkuwi-erasure-coding/runtime-benchmarks",
"pezkuwi-node-core-pvf-common/runtime-benchmarks",
"pezkuwi-node-core-pvf-execute-worker/runtime-benchmarks",
"pezkuwi-node-core-pvf-prepare-worker/runtime-benchmarks",
"pezkuwi-node-network-protocol/runtime-benchmarks",
"pezkuwi-node-primitives/runtime-benchmarks",
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
"pezkuwi-node-subsystem-types/runtime-benchmarks",
"pezkuwi-node-subsystem-util/runtime-benchmarks",
"pezkuwi-node-subsystem/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
"gum/runtime-benchmarks",
"pezkuwi-cli/runtime-benchmarks",
"pezkuwi-erasure-coding/runtime-benchmarks",
"pezkuwi-node-core-pvf-common/runtime-benchmarks",
"pezkuwi-node-core-pvf-execute-worker/runtime-benchmarks",
"pezkuwi-node-core-pvf-prepare-worker/runtime-benchmarks",
"pezkuwi-node-network-protocol/runtime-benchmarks",
"pezkuwi-node-primitives/runtime-benchmarks",
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
"pezkuwi-node-subsystem-types/runtime-benchmarks",
"pezkuwi-node-subsystem-util/runtime-benchmarks",
"pezkuwi-node-subsystem/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
]