diff --git a/Cargo.lock b/Cargo.lock index df083d7b..fc0ad492 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12083,8 +12083,6 @@ name = "pezframe-metadata-hash-extension" version = "0.1.0" dependencies = [ "array-bytes 6.2.3", - "bizinikiwi-test-runtime-client", - "bizinikiwi-wasm-builder", "const-hex", "docify", "frame-metadata", @@ -12096,7 +12094,6 @@ dependencies = [ "pezsp-api", "pezsp-runtime", "pezsp-tracing", - "pezsp-transaction-pool", "scale-info", ] diff --git a/bizinikiwi/pezframe/metadata-hash-extension/Cargo.toml b/bizinikiwi/pezframe/metadata-hash-extension/Cargo.toml index cf0dd427..c506feb4 100644 --- a/bizinikiwi/pezframe/metadata-hash-extension/Cargo.toml +++ b/bizinikiwi/pezframe/metadata-hash-extension/Cargo.toml @@ -20,11 +20,8 @@ pezframe-system = { workspace = true } pezsp-runtime = { features = ["serde"], workspace = true } scale-info = { features = ["derive", "serde"], workspace = true } +# Dev-dependencies with test-runtime-client and wasm-builder moved to integration tests [dev-dependencies] -bizinikiwi-test-runtime-client = { workspace = true } -bizinikiwi-wasm-builder = { features = [ - "metadata-hash", -], workspace = true, default-features = true } frame-metadata = { features = [ "current", "unstable", @@ -32,7 +29,6 @@ frame-metadata = { features = [ merkleized-metadata = { workspace = true } pezsp-api = { workspace = true, default-features = true } pezsp-tracing = { workspace = true, default-features = true } -pezsp-transaction-pool = { workspace = true, default-features = true } [features] default = ["std"] @@ -46,11 +42,8 @@ std = [ "scale-info/std", ] runtime-benchmarks = [ - "bizinikiwi-test-runtime-client/runtime-benchmarks", - "bizinikiwi-wasm-builder/runtime-benchmarks", "pezframe-support/runtime-benchmarks", "pezframe-system/runtime-benchmarks", "pezsp-api/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", - "pezsp-transaction-pool/runtime-benchmarks", ]