From 7adc4e99514abf85c73cc72e06d4bc91c24d74e1 Mon Sep 17 00:00:00 2001 From: Harald Heckmann Date: Thu, 26 Oct 2023 23:53:49 +0200 Subject: [PATCH] Update versions (#1168) --- Cargo.lock | 42 +++++++++---------- node/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- runtime/battery-station/Cargo.toml | 2 +- runtime/battery-station/src/lib.rs | 4 +- runtime/common/Cargo.toml | 2 +- runtime/zeitgeist/Cargo.toml | 2 +- runtime/zeitgeist/src/lib.rs | 4 +- zrml/authorized/Cargo.toml | 2 +- zrml/court/Cargo.toml | 2 +- zrml/global-disputes/Cargo.toml | 2 +- zrml/liquidity-mining/Cargo.toml | 2 +- zrml/market-commons/Cargo.toml | 2 +- zrml/neo-swaps/Cargo.toml | 2 +- zrml/orderbook/Cargo.toml | 2 +- zrml/parimutuel/Cargo.toml | 2 +- zrml/prediction-markets/Cargo.toml | 2 +- .../prediction-markets/runtime-api/Cargo.toml | 2 +- zrml/rikiddo/Cargo.toml | 2 +- zrml/simple-disputes/Cargo.toml | 2 +- zrml/styx/Cargo.toml | 2 +- zrml/swaps/Cargo.toml | 2 +- zrml/swaps/rpc/Cargo.toml | 2 +- zrml/swaps/runtime-api/Cargo.toml | 2 +- 24 files changed, 46 insertions(+), 46 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7e33ea0a..258481776 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "battery-station-runtime" -version = "0.4.1" +version = "0.4.2" dependencies = [ "cfg-if", "common-runtime", @@ -1205,7 +1205,7 @@ dependencies = [ [[package]] name = "common-runtime" -version = "0.4.1" +version = "0.4.2" dependencies = [ "cfg-if", "cumulus-pallet-xcmp-queue", @@ -14278,7 +14278,7 @@ dependencies = [ [[package]] name = "zeitgeist-node" -version = "0.4.1" +version = "0.4.2" dependencies = [ "battery-station-runtime", "cfg-if", @@ -14370,7 +14370,7 @@ dependencies = [ [[package]] name = "zeitgeist-primitives" -version = "0.4.1" +version = "0.4.2" dependencies = [ "arbitrary", "fixed", @@ -14392,7 +14392,7 @@ dependencies = [ [[package]] name = "zeitgeist-runtime" -version = "0.4.1" +version = "0.4.2" dependencies = [ "cfg-if", "common-runtime", @@ -14515,7 +14515,7 @@ dependencies = [ [[package]] name = "zrml-authorized" -version = "0.4.1" +version = "0.4.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -14532,7 +14532,7 @@ dependencies = [ [[package]] name = "zrml-court" -version = "0.4.1" +version = "0.4.2" dependencies = [ "arrayvec 0.7.4", "frame-benchmarking", @@ -14556,7 +14556,7 @@ dependencies = [ [[package]] name = "zrml-global-disputes" -version = "0.4.1" +version = "0.4.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -14576,7 +14576,7 @@ dependencies = [ [[package]] name = "zrml-liquidity-mining" -version = "0.4.1" +version = "0.4.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -14594,7 +14594,7 @@ dependencies = [ [[package]] name = "zrml-market-commons" -version = "0.4.1" +version = "0.4.2" dependencies = [ "frame-support", "frame-system", @@ -14610,7 +14610,7 @@ dependencies = [ [[package]] name = "zrml-neo-swaps" -version = "0.4.1" +version = "0.4.2" dependencies = [ "fixed", "frame-benchmarking", @@ -14654,7 +14654,7 @@ dependencies = [ [[package]] name = "zrml-orderbook" -version = "0.4.1" +version = "0.4.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -14687,7 +14687,7 @@ dependencies = [ [[package]] name = "zrml-parimutuel" -version = "0.4.1" +version = "0.4.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -14708,7 +14708,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets" -version = "0.4.1" +version = "0.4.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -14760,7 +14760,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets-runtime-api" -version = "0.4.1" +version = "0.4.2" dependencies = [ "parity-scale-codec", "sp-api", @@ -14769,7 +14769,7 @@ dependencies = [ [[package]] name = "zrml-rikiddo" -version = "0.4.1" +version = "0.4.2" dependencies = [ "arbitrary", "cfg-if", @@ -14802,7 +14802,7 @@ dependencies = [ [[package]] name = "zrml-simple-disputes" -version = "0.4.1" +version = "0.4.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -14822,7 +14822,7 @@ dependencies = [ [[package]] name = "zrml-styx" -version = "0.4.1" +version = "0.4.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -14838,7 +14838,7 @@ dependencies = [ [[package]] name = "zrml-swaps" -version = "0.4.1" +version = "0.4.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -14881,7 +14881,7 @@ dependencies = [ [[package]] name = "zrml-swaps-rpc" -version = "0.4.1" +version = "0.4.2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14894,7 +14894,7 @@ dependencies = [ [[package]] name = "zrml-swaps-runtime-api" -version = "0.4.1" +version = "0.4.2" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/node/Cargo.toml b/node/Cargo.toml index bf169fa24..101edf598 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -187,7 +187,7 @@ description = "An evolving blockchain for prediction markets and futarchy." edition = "2021" homepage = "https://zeitgeist.pm" name = "zeitgeist-node" -version = "0.4.1" +version = "0.4.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index bca638965..903a91f70 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -37,4 +37,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zeitgeist-primitives" -version = "0.4.1" +version = "0.4.2" diff --git a/runtime/battery-station/Cargo.toml b/runtime/battery-station/Cargo.toml index 5cc792b90..0d3543a38 100644 --- a/runtime/battery-station/Cargo.toml +++ b/runtime/battery-station/Cargo.toml @@ -417,7 +417,7 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "battery-station-runtime" -version = "0.4.1" +version = "0.4.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/battery-station/src/lib.rs b/runtime/battery-station/src/lib.rs index 1475c43e7..e793cad60 100644 --- a/runtime/battery-station/src/lib.rs +++ b/runtime/battery-station/src/lib.rs @@ -102,10 +102,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("zeitgeist"), impl_name: create_runtime_str!("zeitgeist"), authoring_version: 1, - spec_version: 50, + spec_version: 51, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 25, + transaction_version: 26, state_version: 1, }; diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 1e6d468f3..ca53c3aff 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -80,7 +80,7 @@ std = [ authors = ["Zeitgeist PM "] edition = "2021" name = "common-runtime" -version = "0.4.1" +version = "0.4.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/zeitgeist/Cargo.toml b/runtime/zeitgeist/Cargo.toml index 170503a16..a51c91cbf 100644 --- a/runtime/zeitgeist/Cargo.toml +++ b/runtime/zeitgeist/Cargo.toml @@ -406,7 +406,7 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zeitgeist-runtime" -version = "0.4.1" +version = "0.4.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/zeitgeist/src/lib.rs b/runtime/zeitgeist/src/lib.rs index 1e8a0b2ea..5d7bf6ae8 100644 --- a/runtime/zeitgeist/src/lib.rs +++ b/runtime/zeitgeist/src/lib.rs @@ -90,10 +90,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("zeitgeist"), impl_name: create_runtime_str!("zeitgeist"), authoring_version: 1, - spec_version: 50, + spec_version: 51, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 25, + transaction_version: 26, state_version: 1, }; diff --git a/zrml/authorized/Cargo.toml b/zrml/authorized/Cargo.toml index 743f29e8c..616618158 100644 --- a/zrml/authorized/Cargo.toml +++ b/zrml/authorized/Cargo.toml @@ -38,4 +38,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-authorized" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/court/Cargo.toml b/zrml/court/Cargo.toml index 66e6961b0..f88784959 100644 --- a/zrml/court/Cargo.toml +++ b/zrml/court/Cargo.toml @@ -46,4 +46,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-court" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/global-disputes/Cargo.toml b/zrml/global-disputes/Cargo.toml index 0d089b5d7..450dc0fd0 100644 --- a/zrml/global-disputes/Cargo.toml +++ b/zrml/global-disputes/Cargo.toml @@ -45,4 +45,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-global-disputes" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/liquidity-mining/Cargo.toml b/zrml/liquidity-mining/Cargo.toml index 67a143ddf..e394c4dd4 100644 --- a/zrml/liquidity-mining/Cargo.toml +++ b/zrml/liquidity-mining/Cargo.toml @@ -40,4 +40,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-liquidity-mining" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/market-commons/Cargo.toml b/zrml/market-commons/Cargo.toml index ce8462107..d26c4e86b 100644 --- a/zrml/market-commons/Cargo.toml +++ b/zrml/market-commons/Cargo.toml @@ -31,4 +31,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-market-commons" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/neo-swaps/Cargo.toml b/zrml/neo-swaps/Cargo.toml index 828247a0a..d0b87d52f 100644 --- a/zrml/neo-swaps/Cargo.toml +++ b/zrml/neo-swaps/Cargo.toml @@ -106,4 +106,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-neo-swaps" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/orderbook/Cargo.toml b/zrml/orderbook/Cargo.toml index 8eba77144..f914b3d84 100644 --- a/zrml/orderbook/Cargo.toml +++ b/zrml/orderbook/Cargo.toml @@ -54,4 +54,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-orderbook" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/parimutuel/Cargo.toml b/zrml/parimutuel/Cargo.toml index abcb8e765..dae19e657 100644 --- a/zrml/parimutuel/Cargo.toml +++ b/zrml/parimutuel/Cargo.toml @@ -44,4 +44,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-parimutuel" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/prediction-markets/Cargo.toml b/zrml/prediction-markets/Cargo.toml index d88f30b77..3ce92c2f8 100644 --- a/zrml/prediction-markets/Cargo.toml +++ b/zrml/prediction-markets/Cargo.toml @@ -95,4 +95,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-prediction-markets" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/prediction-markets/runtime-api/Cargo.toml b/zrml/prediction-markets/runtime-api/Cargo.toml index 0d98717a6..d4873b2a0 100644 --- a/zrml/prediction-markets/runtime-api/Cargo.toml +++ b/zrml/prediction-markets/runtime-api/Cargo.toml @@ -15,4 +15,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-prediction-markets-runtime-api" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/rikiddo/Cargo.toml b/zrml/rikiddo/Cargo.toml index 1f1d0c5e1..8e010ffd8 100644 --- a/zrml/rikiddo/Cargo.toml +++ b/zrml/rikiddo/Cargo.toml @@ -42,4 +42,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-rikiddo" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/simple-disputes/Cargo.toml b/zrml/simple-disputes/Cargo.toml index d50e3ca88..aaef49233 100644 --- a/zrml/simple-disputes/Cargo.toml +++ b/zrml/simple-disputes/Cargo.toml @@ -41,4 +41,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-simple-disputes" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/styx/Cargo.toml b/zrml/styx/Cargo.toml index 3454d3e80..d43ee274d 100644 --- a/zrml/styx/Cargo.toml +++ b/zrml/styx/Cargo.toml @@ -36,4 +36,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-styx" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/swaps/Cargo.toml b/zrml/swaps/Cargo.toml index 84cdca827..9eb5df1f7 100644 --- a/zrml/swaps/Cargo.toml +++ b/zrml/swaps/Cargo.toml @@ -66,4 +66,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-swaps" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/swaps/rpc/Cargo.toml b/zrml/swaps/rpc/Cargo.toml index b290453ef..eeb1d9331 100644 --- a/zrml/swaps/rpc/Cargo.toml +++ b/zrml/swaps/rpc/Cargo.toml @@ -11,4 +11,4 @@ zrml-swaps-runtime-api = { workspace = true, features = ["default"] } authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-swaps-rpc" -version = "0.4.1" +version = "0.4.2" diff --git a/zrml/swaps/runtime-api/Cargo.toml b/zrml/swaps/runtime-api/Cargo.toml index 31130f1a7..63d545d46 100644 --- a/zrml/swaps/runtime-api/Cargo.toml +++ b/zrml/swaps/runtime-api/Cargo.toml @@ -18,4 +18,4 @@ std = [ authors = ["Zeitgeist PM "] edition = "2021" name = "zrml-swaps-runtime-api" -version = "0.4.1" +version = "0.4.2"