From 55870b7966cf9089ef9c7f6e5f521585859851ab Mon Sep 17 00:00:00 2001 From: Malte Kliemann Date: Wed, 13 Dec 2023 01:07:03 +0100 Subject: [PATCH 1/3] Bump versions to v0.4.3 --- Cargo.lock | 42 +++++++++++++++--------------- node/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- runtime/battery-station/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- runtime/zeitgeist/Cargo.toml | 2 +- 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 +- zrml/rikiddo/Cargo.toml | 2 +- zrml/simple-disputes/Cargo.toml | 2 +- zrml/styx/Cargo.toml | 2 +- zrml/swaps/Cargo.toml | 2 +- 19 files changed, 39 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 258481776..0efdbcb38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "battery-station-runtime" -version = "0.4.2" +version = "0.4.3" dependencies = [ "cfg-if", "common-runtime", @@ -1205,7 +1205,7 @@ dependencies = [ [[package]] name = "common-runtime" -version = "0.4.2" +version = "0.4.3" dependencies = [ "cfg-if", "cumulus-pallet-xcmp-queue", @@ -14278,7 +14278,7 @@ dependencies = [ [[package]] name = "zeitgeist-node" -version = "0.4.2" +version = "0.4.3" dependencies = [ "battery-station-runtime", "cfg-if", @@ -14370,7 +14370,7 @@ dependencies = [ [[package]] name = "zeitgeist-primitives" -version = "0.4.2" +version = "0.4.3" dependencies = [ "arbitrary", "fixed", @@ -14392,7 +14392,7 @@ dependencies = [ [[package]] name = "zeitgeist-runtime" -version = "0.4.2" +version = "0.4.3" dependencies = [ "cfg-if", "common-runtime", @@ -14515,7 +14515,7 @@ dependencies = [ [[package]] name = "zrml-authorized" -version = "0.4.2" +version = "0.4.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -14532,7 +14532,7 @@ dependencies = [ [[package]] name = "zrml-court" -version = "0.4.2" +version = "0.4.3" dependencies = [ "arrayvec 0.7.4", "frame-benchmarking", @@ -14556,7 +14556,7 @@ dependencies = [ [[package]] name = "zrml-global-disputes" -version = "0.4.2" +version = "0.4.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -14576,7 +14576,7 @@ dependencies = [ [[package]] name = "zrml-liquidity-mining" -version = "0.4.2" +version = "0.4.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -14594,7 +14594,7 @@ dependencies = [ [[package]] name = "zrml-market-commons" -version = "0.4.2" +version = "0.4.3" dependencies = [ "frame-support", "frame-system", @@ -14610,7 +14610,7 @@ dependencies = [ [[package]] name = "zrml-neo-swaps" -version = "0.4.2" +version = "0.4.3" dependencies = [ "fixed", "frame-benchmarking", @@ -14654,7 +14654,7 @@ dependencies = [ [[package]] name = "zrml-orderbook" -version = "0.4.2" +version = "0.4.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -14687,7 +14687,7 @@ dependencies = [ [[package]] name = "zrml-parimutuel" -version = "0.4.2" +version = "0.4.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -14708,7 +14708,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets" -version = "0.4.2" +version = "0.4.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -14760,7 +14760,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets-runtime-api" -version = "0.4.2" +version = "0.4.3" dependencies = [ "parity-scale-codec", "sp-api", @@ -14769,7 +14769,7 @@ dependencies = [ [[package]] name = "zrml-rikiddo" -version = "0.4.2" +version = "0.4.3" dependencies = [ "arbitrary", "cfg-if", @@ -14802,7 +14802,7 @@ dependencies = [ [[package]] name = "zrml-simple-disputes" -version = "0.4.2" +version = "0.4.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -14822,7 +14822,7 @@ dependencies = [ [[package]] name = "zrml-styx" -version = "0.4.2" +version = "0.4.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -14838,7 +14838,7 @@ dependencies = [ [[package]] name = "zrml-swaps" -version = "0.4.2" +version = "0.4.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -14881,7 +14881,7 @@ dependencies = [ [[package]] name = "zrml-swaps-rpc" -version = "0.4.2" +version = "0.4.3" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14894,7 +14894,7 @@ dependencies = [ [[package]] name = "zrml-swaps-runtime-api" -version = "0.4.2" +version = "0.4.3" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/node/Cargo.toml b/node/Cargo.toml index 101edf598..59ef25dd7 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.2" +version = "0.4.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 903a91f70..0da9fe9e8 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.2" +version = "0.4.3" diff --git a/runtime/battery-station/Cargo.toml b/runtime/battery-station/Cargo.toml index 0d3543a38..caaaa77d2 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.2" +version = "0.4.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index ca53c3aff..2c750dc9d 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.2" +version = "0.4.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/zeitgeist/Cargo.toml b/runtime/zeitgeist/Cargo.toml index a51c91cbf..ac36d6635 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.2" +version = "0.4.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/zrml/authorized/Cargo.toml b/zrml/authorized/Cargo.toml index 616618158..41b3f5cc1 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.2" +version = "0.4.3" diff --git a/zrml/court/Cargo.toml b/zrml/court/Cargo.toml index f88784959..ad1afeb06 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.2" +version = "0.4.3" diff --git a/zrml/global-disputes/Cargo.toml b/zrml/global-disputes/Cargo.toml index 450dc0fd0..b4dc3f2f3 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.2" +version = "0.4.3" diff --git a/zrml/liquidity-mining/Cargo.toml b/zrml/liquidity-mining/Cargo.toml index e394c4dd4..841cd1155 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.2" +version = "0.4.3" diff --git a/zrml/market-commons/Cargo.toml b/zrml/market-commons/Cargo.toml index d26c4e86b..08395f4ac 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.2" +version = "0.4.3" diff --git a/zrml/neo-swaps/Cargo.toml b/zrml/neo-swaps/Cargo.toml index d0b87d52f..80c46703b 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.2" +version = "0.4.3" diff --git a/zrml/orderbook/Cargo.toml b/zrml/orderbook/Cargo.toml index f914b3d84..53d4fd744 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.2" +version = "0.4.3" diff --git a/zrml/parimutuel/Cargo.toml b/zrml/parimutuel/Cargo.toml index dae19e657..6fa24104b 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.2" +version = "0.4.3" diff --git a/zrml/prediction-markets/Cargo.toml b/zrml/prediction-markets/Cargo.toml index 3ce92c2f8..4b3e4e5b0 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.2" +version = "0.4.3" diff --git a/zrml/rikiddo/Cargo.toml b/zrml/rikiddo/Cargo.toml index 8e010ffd8..bf170bc08 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.2" +version = "0.4.3" diff --git a/zrml/simple-disputes/Cargo.toml b/zrml/simple-disputes/Cargo.toml index aaef49233..498705964 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.2" +version = "0.4.3" diff --git a/zrml/styx/Cargo.toml b/zrml/styx/Cargo.toml index d43ee274d..d809f5a8f 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.2" +version = "0.4.3" diff --git a/zrml/swaps/Cargo.toml b/zrml/swaps/Cargo.toml index 9eb5df1f7..a9d450555 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.2" +version = "0.4.3" From ca2d07c2b8271aacd3093d7b5b6acddcb006bdaa Mon Sep 17 00:00:00 2001 From: Malte Kliemann Date: Wed, 13 Dec 2023 01:12:53 +0100 Subject: [PATCH 2/3] Update spec versions --- runtime/battery-station/src/lib.rs | 2 +- runtime/zeitgeist/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/battery-station/src/lib.rs b/runtime/battery-station/src/lib.rs index e793cad60..441537d68 100644 --- a/runtime/battery-station/src/lib.rs +++ b/runtime/battery-station/src/lib.rs @@ -102,7 +102,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("zeitgeist"), impl_name: create_runtime_str!("zeitgeist"), authoring_version: 1, - spec_version: 51, + spec_version: 52, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 26, diff --git a/runtime/zeitgeist/src/lib.rs b/runtime/zeitgeist/src/lib.rs index 5d7bf6ae8..677c0afa2 100644 --- a/runtime/zeitgeist/src/lib.rs +++ b/runtime/zeitgeist/src/lib.rs @@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("zeitgeist"), impl_name: create_runtime_str!("zeitgeist"), authoring_version: 1, - spec_version: 51, + spec_version: 52, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 26, From 29403386eeaffbb33ae0ec70bee97c9bc866fdbd Mon Sep 17 00:00:00 2001 From: Malte Kliemann Date: Wed, 13 Dec 2023 01:16:34 +0100 Subject: [PATCH 3/3] Add missing version bumps --- zrml/prediction-markets/runtime-api/Cargo.toml | 2 +- zrml/swaps/rpc/Cargo.toml | 2 +- zrml/swaps/runtime-api/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zrml/prediction-markets/runtime-api/Cargo.toml b/zrml/prediction-markets/runtime-api/Cargo.toml index d4873b2a0..24211e93d 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.2" +version = "0.4.3" diff --git a/zrml/swaps/rpc/Cargo.toml b/zrml/swaps/rpc/Cargo.toml index eeb1d9331..f162e166d 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.2" +version = "0.4.3" diff --git a/zrml/swaps/runtime-api/Cargo.toml b/zrml/swaps/runtime-api/Cargo.toml index 63d545d46..00c0c3276 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.2" +version = "0.4.3"