From 91627e3385677120d7998ef1561b845fa3cd12cc Mon Sep 17 00:00:00 2001 From: Malte Kliemann Date: Mon, 8 Jul 2024 10:15:32 +0200 Subject: [PATCH] Update version to v0.5.3 (#1334) * Update dependencies (#1319) * Update dependencies to polkadot-v1.1.0 * Format code * Remove duplicate dependencies * Update zrml-asset-router (#1321) * Update zrml-primitives * Partially update asset-router * Finalize logic adjustments in asset-router * Make asset-router tests compilable * Correct Inspect routing for market assets in Currencies * Directly invoke Inspect API for Currencies * Add tests for remaining Unbalances functions * Update remaining Zeitgeist pallets (#1322) * Update zrml-asset-router (#1321) * Upgrade zrml-market-commons * Upgrade zrml-authorized && use MockBlock instead of MockBlockU32 * Upgrade zrml-court * Upgrade zrml-global-disputes * Upgrade liquidity mining * Upgrade zrml-rikiddo * Upgrade zrml-simple-disputes * Upgrade zrml-styx * Upgrade zrml-orderbook * Upgrade zrml-parimutuel * Upgrade zrml-swaps * Upgrade zrml-prediction-markets * Upgrade zrml-neo-swaps * Upgrade zrml-hybrid-router * Update license headers * Update runtime (#1323) * Update weight files & Runtime enum * Use workspace metadata * Always use serde serialization for asset types * Make battery station standalone runtime compilable * Make benchmark and try-runtime feature compilable * Make BS build with all features * Make parachain tests compile * Partially fix xcm tests * Use safe xcm version 2 * Update Zeitgeist runtime (except xcm tests) * Format code * Remove deprecated comment * Fix rpc and work on client update * Finalize standalone client * Integrate new xcm-emulator (#1324) * Integrate new xcm-emulator environment * Utilize new xcm-emulator interfaces * Spawn relay-para network using patched xcm-emulator * Use proper collator genesis config * Fix Rococo tests * Finalize Battery Station XCM tests * Finalize Zeitgeist XCM tests * Update parachain client * Use same try-runtime subcommand in every case * Satisfy Clippy * Update client (#1327) * Fix rpc and work on client update * Finalize standalone client * Update parachain client * Use same try-runtime subcommand in every case * Update node/src/cli.rs Co-authored-by: Malte Kliemann * Update try-runtime* Makefile targets --------- Co-authored-by: Malte Kliemann * Fix benchmarks * Add migrations * Satisfy Clippy * Update moonkit depedencies * Free disk space more aggressively * Update versions to v0.5.3 * Bump spec version --------- Co-authored-by: Harald Heckmann --- Cargo.lock | 48 +++++++++---------- macros/Cargo.toml | 2 +- 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/asset-router/Cargo.toml | 2 +- zrml/authorized/Cargo.toml | 2 +- zrml/court/Cargo.toml | 2 +- zrml/global-disputes/Cargo.toml | 2 +- zrml/hybrid-router/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 +- 25 files changed, 48 insertions(+), 48 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 432acaf5c..b2d23edff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "battery-station-runtime" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if", "common-runtime", @@ -1451,7 +1451,7 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] name = "common-runtime" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if", "cumulus-pallet-xcmp-queue", @@ -14836,11 +14836,11 @@ dependencies = [ [[package]] name = "zeitgeist-macros" -version = "0.5.2" +version = "0.5.3" [[package]] name = "zeitgeist-node" -version = "0.5.2" +version = "0.5.3" dependencies = [ "battery-station-runtime", "cfg-if", @@ -14934,7 +14934,7 @@ dependencies = [ [[package]] name = "zeitgeist-primitives" -version = "0.5.2" +version = "0.5.3" dependencies = [ "arbitrary", "fixed", @@ -14958,7 +14958,7 @@ dependencies = [ [[package]] name = "zeitgeist-runtime" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if", "common-runtime", @@ -15110,7 +15110,7 @@ dependencies = [ [[package]] name = "zrml-asset-router" -version = "0.4.1" +version = "0.5.3" dependencies = [ "frame-support", "frame-system", @@ -15130,7 +15130,7 @@ dependencies = [ [[package]] name = "zrml-authorized" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15148,7 +15148,7 @@ dependencies = [ [[package]] name = "zrml-court" -version = "0.5.2" +version = "0.5.3" dependencies = [ "arrayvec 0.7.4", "env_logger 0.10.2", @@ -15175,7 +15175,7 @@ dependencies = [ [[package]] name = "zrml-global-disputes" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15197,7 +15197,7 @@ dependencies = [ [[package]] name = "zrml-hybrid-router" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if", "env_logger 0.10.2", @@ -15238,7 +15238,7 @@ dependencies = [ [[package]] name = "zrml-liquidity-mining" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15258,7 +15258,7 @@ dependencies = [ [[package]] name = "zrml-market-commons" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-support", @@ -15277,7 +15277,7 @@ dependencies = [ [[package]] name = "zrml-neo-swaps" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if", "env_logger 0.10.2", @@ -15323,7 +15323,7 @@ dependencies = [ [[package]] name = "zrml-orderbook" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15361,7 +15361,7 @@ dependencies = [ [[package]] name = "zrml-parimutuel" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15387,7 +15387,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if", "env_logger 0.10.2", @@ -15441,7 +15441,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets-runtime-api" -version = "0.5.2" +version = "0.5.3" dependencies = [ "parity-scale-codec", "sp-api", @@ -15450,7 +15450,7 @@ dependencies = [ [[package]] name = "zrml-rikiddo" -version = "0.5.2" +version = "0.5.3" dependencies = [ "arbitrary", "cfg-if", @@ -15484,7 +15484,7 @@ dependencies = [ [[package]] name = "zrml-simple-disputes" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15505,7 +15505,7 @@ dependencies = [ [[package]] name = "zrml-styx" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15522,7 +15522,7 @@ dependencies = [ [[package]] name = "zrml-swaps" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15565,7 +15565,7 @@ dependencies = [ [[package]] name = "zrml-swaps-rpc" -version = "0.5.2" +version = "0.5.3" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15578,7 +15578,7 @@ dependencies = [ [[package]] name = "zrml-swaps-runtime-api" -version = "0.5.2" +version = "0.5.3" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 903bd3b33..64b219445 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -2,4 +2,4 @@ authors = ["Zeitgeist PM "] edition.workspace = true name = "zeitgeist-macros" -version = "0.5.2" +version = "0.5.3" diff --git a/node/Cargo.toml b/node/Cargo.toml index 22907791d..2067dac5f 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -188,7 +188,7 @@ description = "An evolving blockchain for prediction markets and futarchy." edition.workspace = true homepage = "https://zeitgeist.pm" name = "zeitgeist-node" -version = "0.5.2" +version = "0.5.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 55040397a..508801557 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -40,4 +40,4 @@ std = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zeitgeist-primitives" -version = "0.5.2" +version = "0.5.3" diff --git a/runtime/battery-station/Cargo.toml b/runtime/battery-station/Cargo.toml index 417f6bd41..6cad18f89 100644 --- a/runtime/battery-station/Cargo.toml +++ b/runtime/battery-station/Cargo.toml @@ -439,7 +439,7 @@ force-debug = ["sp-debug-derive/force-debug"] authors = ["Zeitgeist PM "] edition.workspace = true name = "battery-station-runtime" -version = "0.5.2" +version = "0.5.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 7cc61bdc0..d1c481e52 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -82,7 +82,7 @@ std = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "common-runtime" -version = "0.5.2" +version = "0.5.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/zeitgeist/Cargo.toml b/runtime/zeitgeist/Cargo.toml index 4a3b046f8..bc48adbc3 100644 --- a/runtime/zeitgeist/Cargo.toml +++ b/runtime/zeitgeist/Cargo.toml @@ -429,7 +429,7 @@ force-debug = ["sp-debug-derive/force-debug"] authors = ["Zeitgeist PM "] edition.workspace = true name = "zeitgeist-runtime" -version = "0.5.2" +version = "0.5.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/zrml/asset-router/Cargo.toml b/zrml/asset-router/Cargo.toml index c37c1f494..8cb64f93a 100644 --- a/zrml/asset-router/Cargo.toml +++ b/zrml/asset-router/Cargo.toml @@ -36,4 +36,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-asset-router" -version = "0.4.1" +version = "0.5.3" diff --git a/zrml/authorized/Cargo.toml b/zrml/authorized/Cargo.toml index aa6655625..4a2a3728d 100644 --- a/zrml/authorized/Cargo.toml +++ b/zrml/authorized/Cargo.toml @@ -39,4 +39,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-authorized" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/court/Cargo.toml b/zrml/court/Cargo.toml index cc79a5433..12ffa1d20 100644 --- a/zrml/court/Cargo.toml +++ b/zrml/court/Cargo.toml @@ -49,4 +49,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-court" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/global-disputes/Cargo.toml b/zrml/global-disputes/Cargo.toml index b828dc30e..5dff6bfb8 100644 --- a/zrml/global-disputes/Cargo.toml +++ b/zrml/global-disputes/Cargo.toml @@ -47,4 +47,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-global-disputes" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/hybrid-router/Cargo.toml b/zrml/hybrid-router/Cargo.toml index 07d238d0d..430caa5c0 100644 --- a/zrml/hybrid-router/Cargo.toml +++ b/zrml/hybrid-router/Cargo.toml @@ -99,4 +99,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-hybrid-router" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/liquidity-mining/Cargo.toml b/zrml/liquidity-mining/Cargo.toml index 9f6886add..e0d684b27 100644 --- a/zrml/liquidity-mining/Cargo.toml +++ b/zrml/liquidity-mining/Cargo.toml @@ -42,4 +42,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-liquidity-mining" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/market-commons/Cargo.toml b/zrml/market-commons/Cargo.toml index 5ce9fd31d..20101e801 100644 --- a/zrml/market-commons/Cargo.toml +++ b/zrml/market-commons/Cargo.toml @@ -34,4 +34,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-market-commons" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/neo-swaps/Cargo.toml b/zrml/neo-swaps/Cargo.toml index 241e008fd..334cb6173 100644 --- a/zrml/neo-swaps/Cargo.toml +++ b/zrml/neo-swaps/Cargo.toml @@ -109,4 +109,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-neo-swaps" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/orderbook/Cargo.toml b/zrml/orderbook/Cargo.toml index 300476788..acb38ba4c 100644 --- a/zrml/orderbook/Cargo.toml +++ b/zrml/orderbook/Cargo.toml @@ -63,4 +63,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-orderbook" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/parimutuel/Cargo.toml b/zrml/parimutuel/Cargo.toml index 548f0d880..eab897897 100644 --- a/zrml/parimutuel/Cargo.toml +++ b/zrml/parimutuel/Cargo.toml @@ -51,4 +51,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-parimutuel" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/prediction-markets/Cargo.toml b/zrml/prediction-markets/Cargo.toml index 170205d39..8579fcdb0 100644 --- a/zrml/prediction-markets/Cargo.toml +++ b/zrml/prediction-markets/Cargo.toml @@ -100,4 +100,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-prediction-markets" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/prediction-markets/runtime-api/Cargo.toml b/zrml/prediction-markets/runtime-api/Cargo.toml index 4e914db2e..2b9698de4 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.workspace = true name = "zrml-prediction-markets-runtime-api" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/rikiddo/Cargo.toml b/zrml/rikiddo/Cargo.toml index f6187b517..49f497771 100644 --- a/zrml/rikiddo/Cargo.toml +++ b/zrml/rikiddo/Cargo.toml @@ -44,4 +44,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-rikiddo" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/simple-disputes/Cargo.toml b/zrml/simple-disputes/Cargo.toml index 271a019f4..2d3ca8a22 100644 --- a/zrml/simple-disputes/Cargo.toml +++ b/zrml/simple-disputes/Cargo.toml @@ -42,4 +42,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-simple-disputes" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/styx/Cargo.toml b/zrml/styx/Cargo.toml index f2c45f4c2..524904d2e 100644 --- a/zrml/styx/Cargo.toml +++ b/zrml/styx/Cargo.toml @@ -37,4 +37,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-styx" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/swaps/Cargo.toml b/zrml/swaps/Cargo.toml index a92d3b7df..dbbb83102 100644 --- a/zrml/swaps/Cargo.toml +++ b/zrml/swaps/Cargo.toml @@ -65,4 +65,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-swaps" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/swaps/rpc/Cargo.toml b/zrml/swaps/rpc/Cargo.toml index ec05f2a59..ca1ea8299 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.workspace = true name = "zrml-swaps-rpc" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/swaps/runtime-api/Cargo.toml b/zrml/swaps/runtime-api/Cargo.toml index 2e102db34..93589b717 100644 --- a/zrml/swaps/runtime-api/Cargo.toml +++ b/zrml/swaps/runtime-api/Cargo.toml @@ -18,4 +18,4 @@ std = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-swaps-runtime-api" -version = "0.5.2" +version = "0.5.3"