diff --git a/Cargo.lock b/Cargo.lock index c375cf5b07..24c376ec1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -963,7 +963,7 @@ dependencies = [ [[package]] name = "common-helpers" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "apache-avro", "common-primitives", @@ -976,7 +976,7 @@ dependencies = [ [[package]] name = "common-primitives" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "enumflags2", "frame-support", @@ -995,7 +995,7 @@ dependencies = [ [[package]] name = "common-runtime" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-primitives", "cumulus-primitives-core", @@ -2722,7 +2722,7 @@ dependencies = [ [[package]] name = "frequency" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "frequency-cli", "frequency-service", @@ -2731,7 +2731,7 @@ dependencies = [ [[package]] name = "frequency-cli" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "clap", "common-primitives", @@ -2780,7 +2780,7 @@ dependencies = [ [[package]] name = "frequency-runtime" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-primitives", "common-runtime", @@ -2851,7 +2851,7 @@ dependencies = [ [[package]] name = "frequency-service" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "clap", "common-helpers", @@ -5337,7 +5337,7 @@ dependencies = [ [[package]] name = "pallet-capacity" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-primitives", "common-runtime", @@ -5519,7 +5519,7 @@ dependencies = [ [[package]] name = "pallet-frequency-tx-payment" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-primitives", "frame-benchmarking", @@ -5633,7 +5633,7 @@ dependencies = [ [[package]] name = "pallet-messages" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "cid 0.10.1", "common-primitives", @@ -5657,7 +5657,7 @@ dependencies = [ [[package]] name = "pallet-messages-rpc" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-helpers", "common-primitives", @@ -5675,7 +5675,7 @@ dependencies = [ [[package]] name = "pallet-messages-runtime-api" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-primitives", "frame-support", @@ -5702,7 +5702,7 @@ dependencies = [ [[package]] name = "pallet-msa" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-primitives", "common-runtime", @@ -5723,7 +5723,7 @@ dependencies = [ [[package]] name = "pallet-msa-rpc" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-helpers", "common-primitives", @@ -5742,7 +5742,7 @@ dependencies = [ [[package]] name = "pallet-msa-runtime-api" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-primitives", "frame-support", @@ -5973,7 +5973,7 @@ dependencies = [ [[package]] name = "pallet-schemas" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-primitives", "common-runtime", @@ -5996,7 +5996,7 @@ dependencies = [ [[package]] name = "pallet-schemas-rpc" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-helpers", "common-primitives", @@ -6017,7 +6017,7 @@ dependencies = [ [[package]] name = "pallet-schemas-runtime-api" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-primitives", "frame-support", @@ -6140,7 +6140,7 @@ dependencies = [ [[package]] name = "pallet-stateful-storage" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-primitives", "env_logger 0.10.0", @@ -6161,7 +6161,7 @@ dependencies = [ [[package]] name = "pallet-stateful-storage-rpc" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-helpers", "common-primitives", @@ -6182,7 +6182,7 @@ dependencies = [ [[package]] name = "pallet-stateful-storage-runtime-api" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-primitives", "frame-support", @@ -6206,7 +6206,7 @@ dependencies = [ [[package]] name = "pallet-time-release" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "chrono", "frame-benchmarking", @@ -11335,7 +11335,7 @@ dependencies = [ [[package]] name = "system-runtime-api" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" dependencies = [ "common-primitives", "frame-support", diff --git a/common/helpers/Cargo.toml b/common/helpers/Cargo.toml index b46abb36b4..9fc38f59e2 100644 --- a/common/helpers/Cargo.toml +++ b/common/helpers/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "common-helpers" publish = false repository = "https://github.com/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/common/primitives/Cargo.toml b/common/primitives/Cargo.toml index e00cfaf2f2..49a5c3f419 100644 --- a/common/primitives/Cargo.toml +++ b/common/primitives/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "common-primitives" publish = false repository = "https://github.com/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/node/Cargo.toml b/node/Cargo.toml index 8e95c9564a..f1b73f5635 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://frequency.xyz" license = "Apache-2.0" name = "frequency" repository = "https://github.com/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [[bin]] name = "frequency" diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index d3d7fba59a..8c116549ed 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://frequency.xyz/" license = "Apache-2.0" name = "frequency-cli" repository = "https://github.com/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [dependencies] clap = { version = "4.0.17", features = ["derive"] } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 3a2d3de9e7..f824c04cbd 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://frequency.xyz" license = "Apache-2.0" name = "frequency-service" repository = "https://github.com/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [dependencies] clap = { version = "4.0.29", features = ["derive"] } diff --git a/pallets/capacity/Cargo.toml b/pallets/capacity/Cargo.toml index 80ef0cf58e..02092489e3 100644 --- a/pallets/capacity/Cargo.toml +++ b/pallets/capacity/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-capacity" publish = false repository = "https://github.com/libertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/frequency-tx-payment/Cargo.toml b/pallets/frequency-tx-payment/Cargo.toml index 70a4feaad2..977ece1d8d 100644 --- a/pallets/frequency-tx-payment/Cargo.toml +++ b/pallets/frequency-tx-payment/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-frequency-tx-payment" publish = false repository = "https://github.com/libertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/messages/Cargo.toml b/pallets/messages/Cargo.toml index d5af736729..da63028359 100644 --- a/pallets/messages/Cargo.toml +++ b/pallets/messages/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-messages" publish = false repository = "https://github.com/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/messages/src/rpc/Cargo.toml b/pallets/messages/src/rpc/Cargo.toml index abd4c1dc08..a4947967cd 100644 --- a/pallets/messages/src/rpc/Cargo.toml +++ b/pallets/messages/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-messages-rpc" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" description = "A package that adds RPC to Messages pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/messages/src/runtime-api/Cargo.toml b/pallets/messages/src/runtime-api/Cargo.toml index 62ca927346..f7e7bc074f 100644 --- a/pallets/messages/src/runtime-api/Cargo.toml +++ b/pallets/messages/src/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-messages-runtime-api" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" description = "A package that adds Runtime Api for Messages pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/msa/Cargo.toml b/pallets/msa/Cargo.toml index 2743e1ab4a..899fc93da0 100644 --- a/pallets/msa/Cargo.toml +++ b/pallets/msa/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-msa" publish = false repository = "https://github.com/libertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/msa/src/rpc/Cargo.toml b/pallets/msa/src/rpc/Cargo.toml index 5f2c121b5d..980b3fd5b4 100644 --- a/pallets/msa/src/rpc/Cargo.toml +++ b/pallets/msa/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-msa-rpc" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" description = "A package that adds RPC to Msa pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/msa/src/runtime-api/Cargo.toml b/pallets/msa/src/runtime-api/Cargo.toml index 82f87d9257..158e14f168 100644 --- a/pallets/msa/src/runtime-api/Cargo.toml +++ b/pallets/msa/src/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-msa-runtime-api" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" description = "A package that adds Runtime Api for Msa pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/schemas/Cargo.toml b/pallets/schemas/Cargo.toml index a653da9c1f..7f88024cfc 100644 --- a/pallets/schemas/Cargo.toml +++ b/pallets/schemas/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-schemas" publish = false repository = "https://github.com/libertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/schemas/src/rpc/Cargo.toml b/pallets/schemas/src/rpc/Cargo.toml index dca3fa25e1..91341fc554 100644 --- a/pallets/schemas/src/rpc/Cargo.toml +++ b/pallets/schemas/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-schemas-rpc" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" description = "RPC package for schemas" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/schemas/src/runtime-api/Cargo.toml b/pallets/schemas/src/runtime-api/Cargo.toml index 66fdef1139..9175d0fcec 100644 --- a/pallets/schemas/src/runtime-api/Cargo.toml +++ b/pallets/schemas/src/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-schemas-runtime-api" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" description = "RPC runtime package for schemas" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/stateful-storage/Cargo.toml b/pallets/stateful-storage/Cargo.toml index f061187b07..25e9a35313 100644 --- a/pallets/stateful-storage/Cargo.toml +++ b/pallets/stateful-storage/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-stateful-storage" publish = false repository = "https://github.com/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/stateful-storage/src/rpc/Cargo.toml b/pallets/stateful-storage/src/rpc/Cargo.toml index 46255c94c7..fc87ab9cfc 100644 --- a/pallets/stateful-storage/src/rpc/Cargo.toml +++ b/pallets/stateful-storage/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-stateful-storage-rpc" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" description = "RPC package for stateful storage" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/stateful-storage/src/runtime-api/Cargo.toml b/pallets/stateful-storage/src/runtime-api/Cargo.toml index 792b72748d..fc570bf64f 100644 --- a/pallets/stateful-storage/src/runtime-api/Cargo.toml +++ b/pallets/stateful-storage/src/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-stateful-storage-runtime-api" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" description = "A package that adds Runtime Api for the Stateful Storage pallet" authors = ["Frequency"] license = "Apache-2.0" diff --git a/pallets/time-release/Cargo.toml b/pallets/time-release/Cargo.toml index 232bf8c905..1446a37661 100644 --- a/pallets/time-release/Cargo.toml +++ b/pallets/time-release/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://frequency.xyz" license = "Apache-2.0" repository = "https://github.com/LibertyDSNP/frequency/" publish = false -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index cb1e35526e..006d593537 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://frequency.xyz" license = "Apache-2.0" name = "common-runtime" repository = "https://github.com/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/frequency/Cargo.toml b/runtime/frequency/Cargo.toml index df549ec2d1..85dcee71fc 100644 --- a/runtime/frequency/Cargo.toml +++ b/runtime/frequency/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://frequency.xyz" license = "Apache-2.0" name = "frequency-runtime" repository = "https://github.com/LibertyDSNP/frequency/" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/system-runtime-api/Cargo.toml b/runtime/system-runtime-api/Cargo.toml index 2ff5a68a9d..0c8fc8f303 100644 --- a/runtime/system-runtime-api/Cargo.toml +++ b/runtime/system-runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system-runtime-api" -version = "0.0.0" +version = "1.5.2+polkadot0.9.36" description = "Additional RPC package for Frequency" authors = ["Frequency"] license = "Apache-2.0"