diff --git a/Cargo.lock b/Cargo.lock index 9522a5c8..ea0789e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15435,7 +15435,6 @@ name = "pezpallet-bags-list" version = "27.0.0" dependencies = [ "aquamarine", - "bizinikiwi-test-utils", "docify", "log", "parity-scale-codec", @@ -16111,7 +16110,6 @@ dependencies = [ name = "pezpallet-elections-phragmen" version = "29.0.0" dependencies = [ - "bizinikiwi-test-utils", "log", "parity-scale-codec", "pezframe-benchmarking", @@ -17319,7 +17317,6 @@ dependencies = [ name = "pezpallet-scheduler" version = "29.0.0" dependencies = [ - "bizinikiwi-test-utils", "docify", "log", "parity-scale-codec", @@ -17424,7 +17421,6 @@ dependencies = [ name = "pezpallet-staking" version = "28.0.0" dependencies = [ - "bizinikiwi-test-utils", "log", "parity-scale-codec", "pezframe-benchmarking", @@ -17454,7 +17450,6 @@ name = "pezpallet-staking-async" version = "0.1.0" dependencies = [ "anyhow", - "bizinikiwi-test-utils", "env_logger 0.11.8", "log", "parity-scale-codec", diff --git a/Cargo.toml b/Cargo.toml index b35a7e1f..9f94102f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -820,7 +820,7 @@ fnv = { version = "1.0.6" } foldhash = { version = "0.1.5", default-features = false } forwarded-header-value = { version = "0.1.1" } fraction = { version = "0.13.1" } -frame = { path = "bizinikiwi/pezframe", default-features = false, package = "pezkuwi-sdk-frame" } +frame = { version = "0.1.0", path = "bizinikiwi/pezframe", default-features = false, package = "pezkuwi-sdk-frame" } frame-decode = { version = "0.15.0", default-features = false } frame-metadata = { version = "23.0.0", default-features = false } frame-storage-access-test-runtime = { path = "bizinikiwi/utils/pezframe/storage-access-test-runtime", version = "0.1.0", default-features = false } diff --git a/bizinikiwi/pezframe/bags-list/Cargo.toml b/bizinikiwi/pezframe/bags-list/Cargo.toml index 4af2403d..47297785 100644 --- a/bizinikiwi/pezframe/bags-list/Cargo.toml +++ b/bizinikiwi/pezframe/bags-list/Cargo.toml @@ -40,8 +40,8 @@ pezsp-core = { optional = true, workspace = true } pezsp-io = { optional = true, workspace = true } pezsp-tracing = { optional = true, workspace = true } +# bizinikiwi-test-utils moved to integration tests to break circular dependency [dev-dependencies] -bizinikiwi-test-utils = { workspace = true } pezframe-benchmarking = { workspace = true, default-features = true } pezframe-election-provider-support = { workspace = true, default-features = true } pezpallet-balances = { workspace = true, default-features = true } diff --git a/bizinikiwi/pezframe/elections-phragmen/Cargo.toml b/bizinikiwi/pezframe/elections-phragmen/Cargo.toml index b053bd11..61c4ede8 100644 --- a/bizinikiwi/pezframe/elections-phragmen/Cargo.toml +++ b/bizinikiwi/pezframe/elections-phragmen/Cargo.toml @@ -29,8 +29,8 @@ pezsp-runtime = { workspace = true } pezsp-staking = { workspace = true } scale-info = { features = ["derive"], workspace = true } +# bizinikiwi-test-utils moved to integration tests to break circular dependency [dev-dependencies] -bizinikiwi-test-utils = { workspace = true } pezpallet-balances = { workspace = true, default-features = true } pezsp-core = { workspace = true, default-features = true } pezsp-tracing = { workspace = true, default-features = true } diff --git a/bizinikiwi/pezframe/scheduler/Cargo.toml b/bizinikiwi/pezframe/scheduler/Cargo.toml index 4c78da68..bf5dccd0 100644 --- a/bizinikiwi/pezframe/scheduler/Cargo.toml +++ b/bizinikiwi/pezframe/scheduler/Cargo.toml @@ -25,8 +25,8 @@ pezsp-runtime = { workspace = true } pezsp-weights = { workspace = true } scale-info = { features = ["derive"], workspace = true } +# bizinikiwi-test-utils moved to integration tests to break circular dependency [dev-dependencies] -bizinikiwi-test-utils = { workspace = true } pezpallet-preimage = { workspace = true, default-features = true } pezsp-core = { workspace = true, default-features = true } diff --git a/bizinikiwi/pezframe/staking-async/Cargo.toml b/bizinikiwi/pezframe/staking-async/Cargo.toml index 50cafee9..f03655cd 100644 --- a/bizinikiwi/pezframe/staking-async/Cargo.toml +++ b/bizinikiwi/pezframe/staking-async/Cargo.toml @@ -36,9 +36,9 @@ serde = { features = ["alloc", "derive"], workspace = true } # Optional imports for benchmarking pezframe-benchmarking = { optional = true, workspace = true } +# bizinikiwi-test-utils moved to integration tests to break circular dependency [dev-dependencies] anyhow = { workspace = true } -bizinikiwi-test-utils = { workspace = true } env_logger = { workspace = true } pezframe-benchmarking = { workspace = true, default-features = true } pezframe-support = { features = [ diff --git a/bizinikiwi/pezframe/staking/Cargo.toml b/bizinikiwi/pezframe/staking/Cargo.toml index 3dd6a759..2644dcc8 100644 --- a/bizinikiwi/pezframe/staking/Cargo.toml +++ b/bizinikiwi/pezframe/staking/Cargo.toml @@ -35,8 +35,8 @@ serde = { features = ["alloc", "derive"], workspace = true } pezframe-benchmarking = { optional = true, workspace = true } rand_chacha = { optional = true, workspace = true } +# bizinikiwi-test-utils moved to integration tests to break circular dependency [dev-dependencies] -bizinikiwi-test-utils = { workspace = true } pezframe-benchmarking = { workspace = true, default-features = true } pezframe-election-provider-support = { workspace = true, default-features = true } pezframe-support = { features = [