From c530b1f8b7ce2ab06b628e6da2754deac6f86be0 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 11:00:47 +1300 Subject: [PATCH 01/15] add repo --- oracle/runtime-api/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/oracle/runtime-api/Cargo.toml b/oracle/runtime-api/Cargo.toml index 8646cbac9..3f212d7b9 100644 --- a/oracle/runtime-api/Cargo.toml +++ b/oracle/runtime-api/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" description = "Runtime API module for orml-oracle." +repository = "https://github.com/open-web3-stack/open-runtime-module-library" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"] } From c0e0868b4e8b15114fb286fb48b03dc9edfe51b3 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 11:04:44 +1300 Subject: [PATCH 02/15] fix --- tokens/runtime-api/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tokens/runtime-api/Cargo.toml b/tokens/runtime-api/Cargo.toml index 67c10a54d..4b140c363 100644 --- a/tokens/runtime-api/Cargo.toml +++ b/tokens/runtime-api/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" description = "Runtime API module for orml-tokens." +repository = "https://github.com/open-web3-stack/open-runtime-module-library" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"] } From c37117b8e7a617bed6475cd06ea97b37f01cbe94 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 11:08:40 +1300 Subject: [PATCH 03/15] fix --- asset-registry/Cargo.toml | 8 ++++---- authority/Cargo.toml | 2 +- benchmarking/Cargo.toml | 2 +- currencies/Cargo.toml | 2 +- gradually-update/Cargo.toml | 2 +- nft/Cargo.toml | 2 +- oracle/Cargo.toml | 2 +- payments/Cargo.toml | 2 +- rewards/Cargo.toml | 2 +- tokens/Cargo.toml | 2 +- traits/Cargo.toml | 2 +- unknown-tokens/Cargo.toml | 2 +- utilities/Cargo.toml | 2 +- vesting/Cargo.toml | 2 +- xcm/Cargo.toml | 2 +- xtokens/Cargo.toml | 10 +++++----- 16 files changed, 23 insertions(+), 23 deletions(-) diff --git a/asset-registry/Cargo.toml b/asset-registry/Cargo.toml index e4e09e1e9..724032fb9 100644 --- a/asset-registry/Cargo.toml +++ b/asset-registry/Cargo.toml @@ -51,10 +51,10 @@ polkadot-runtime-common = { workspace = true, features = ["std"] } xcm-simulator = { workspace = true } # orml -orml-tokens = { path = "../tokens" } -orml-xcm = { path = "../xcm" } -orml-xcm-support = { path = "../xcm-support", default-features = false } -orml-xtokens = { path = "../xtokens" } +orml-tokens = { path = "../tokens", version = "0.5.0-dev" } +orml-xcm = { path = "../xcm", version = "0.5.0-dev" } +orml-xcm-support = { path = "../xcm-support", version = "0.5.0-dev", default-features = false } +orml-xtokens = { path = "../xtokens", version = "0.5.0-dev" } [features] default = ["std"] diff --git a/authority/Cargo.toml b/authority/Cargo.toml index 77977f845..329108ce1 100644 --- a/authority/Cargo.toml +++ b/authority/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { version = "1.0.145", optional = true } frame-support = { workspace = true } diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index 37d1107a1..c325a53cd 100644 --- a/benchmarking/Cargo.toml +++ b/benchmarking/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" parity-scale-codec = { workspace = true } log = { workspace = true } paste = "1.0.7" -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-benchmarking = { workspace = true } diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index 5f01f96d5..19bdd6e86 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/gradually-update/Cargo.toml b/gradually-update/Cargo.toml index 0ff276452..a143d5626 100644 --- a/gradually-update/Cargo.toml +++ b/gradually-update/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/nft/Cargo.toml b/nft/Cargo.toml index df3813f1a..56eb959ff 100644 --- a/nft/Cargo.toml +++ b/nft/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index 3bf96cbc5..40b7c5d42 100644 --- a/oracle/Cargo.toml +++ b/oracle/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/payments/Cargo.toml b/payments/Cargo.toml index 187e5d6a9..d8373e307 100644 --- a/payments/Cargo.toml +++ b/payments/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [dependencies] parity-scale-codec = { workspace = true } log = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } frame-support = { workspace = true } frame-system = { workspace = true } diff --git a/rewards/Cargo.toml b/rewards/Cargo.toml index 08538c38a..55141fade 100644 --- a/rewards/Cargo.toml +++ b/rewards/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 382f94b36..cc0578495 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["max-encoded-len"] } log = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 2f20ae568..5e1480b17 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } parity-scale-codec = { workspace = true } num-traits = { version = "0.2.14", default-features = false } diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index 744be3f13..c5d9cd834 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index 7c44f7d5e..297ae1b5a 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { version = "1.0.136", optional = true, features = ["derive"] } parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"] } diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index 132ce5ec6..8845390ae 100644 --- a/vesting/Cargo.toml +++ b/vesting/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index f88d296a1..e7ce565d2 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } frame-support = { workspace = true } frame-system = { workspace = true } diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index 2bd620a35..0513c00dc 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] parity-scale-codec = { workspace = true } log = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } # substrate @@ -29,8 +29,8 @@ xcm = { workspace = true } xcm-executor = { workspace = true } # orml -orml-traits = { path = "../traits", default-features = false} -orml-xcm-support = { path = "../xcm-support", default-features = false } +orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false} +orml-xcm-support = { path = "../xcm-support", version = "0.5.0-dev", default-features = false } [dev-dependencies] # substrate @@ -54,8 +54,8 @@ xcm-builder = { workspace = true, features = ["std"] } xcm-simulator = { workspace = true } # orml -orml-tokens = { path = "../tokens" } -orml-xcm = { path = "../xcm" } +orml-tokens = { path = "../tokens", version = "0.5.0-dev" } +orml-xcm = { path = "../xcm", version = "0.5.0-dev" } [features] default = ["std"] From 71ecf95a061db9e337083d5d1854307f86c37432 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 11:10:48 +1300 Subject: [PATCH 04/15] fix --- unknown-tokens/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index c5d9cd834..83912c04b 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -18,7 +18,7 @@ sp-std = { workspace = true } xcm = { workspace = true } -orml-xcm-support = { path = "../xcm-support", default-features = false } +orml-xcm-support = { path = "../xcm-support", version = "0.5.0-dev", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } From 3dee12612e03035c0fd171e56372f20fce3191d3 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 11:18:29 +1300 Subject: [PATCH 05/15] fix --- asset-registry/Cargo.toml | 8 ++++---- currencies/Cargo.toml | 2 +- payments/Cargo.toml | 2 +- xtokens/Cargo.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/asset-registry/Cargo.toml b/asset-registry/Cargo.toml index 724032fb9..e4e09e1e9 100644 --- a/asset-registry/Cargo.toml +++ b/asset-registry/Cargo.toml @@ -51,10 +51,10 @@ polkadot-runtime-common = { workspace = true, features = ["std"] } xcm-simulator = { workspace = true } # orml -orml-tokens = { path = "../tokens", version = "0.5.0-dev" } -orml-xcm = { path = "../xcm", version = "0.5.0-dev" } -orml-xcm-support = { path = "../xcm-support", version = "0.5.0-dev", default-features = false } -orml-xtokens = { path = "../xtokens", version = "0.5.0-dev" } +orml-tokens = { path = "../tokens" } +orml-xcm = { path = "../xcm" } +orml-xcm-support = { path = "../xcm-support", default-features = false } +orml-xtokens = { path = "../xtokens" } [features] default = ["std"] diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index 19bdd6e86..db683d412 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -25,7 +25,7 @@ orml-utilities = { path = "../utilities", version = "0.5.0-dev", default-feature pallet-balances = { workspace = true, features = ["std"] } sp-core = { workspace = true, features = ["std"] } -orml_tokens = { package = "orml-tokens", path = "../tokens", version = "0.5.0-dev" } +orml_tokens = { package = "orml-tokens", path = "../tokens" } [features] default = ["std"] diff --git a/payments/Cargo.toml b/payments/Cargo.toml index d8373e307..cd55bfa85 100644 --- a/payments/Cargo.toml +++ b/payments/Cargo.toml @@ -27,7 +27,7 @@ serde = "1.0.136" sp-core = { workspace = true } sp-io = { workspace = true } -orml-tokens = { path = "../tokens", version = "0.5.0-dev", default-features = false } +orml-tokens = { path = "../tokens", default-features = false } [features] default = ['std'] diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index 0513c00dc..9db5a7d9b 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -54,8 +54,8 @@ xcm-builder = { workspace = true, features = ["std"] } xcm-simulator = { workspace = true } # orml -orml-tokens = { path = "../tokens", version = "0.5.0-dev" } -orml-xcm = { path = "../xcm", version = "0.5.0-dev" } +orml-tokens = { path = "../tokens" } +orml-xcm = { path = "../xcm" } [features] default = ["std"] From 74a1ca071f605b83033987aac36a32b4aee82b27 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 11:22:45 +1300 Subject: [PATCH 06/15] chore: Release --- asset-registry/Cargo.toml | 4 ++-- auction/Cargo.toml | 4 ++-- authority/Cargo.toml | 2 +- benchmarking/Cargo.toml | 2 +- build-script-utils/Cargo.toml | 2 +- currencies/Cargo.toml | 6 +++--- gradually-update/Cargo.toml | 2 +- nft/Cargo.toml | 2 +- oracle/Cargo.toml | 6 +++--- oracle/runtime-api/Cargo.toml | 2 +- parameters/Cargo.toml | 4 ++-- payments/Cargo.toml | 4 ++-- rewards/Cargo.toml | 4 ++-- tokens/Cargo.toml | 4 ++-- tokens/runtime-api/Cargo.toml | 2 +- traits/Cargo.toml | 4 ++-- unknown-tokens/Cargo.toml | 4 ++-- utilities/Cargo.toml | 2 +- vesting/Cargo.toml | 2 +- xcm-support/Cargo.toml | 4 ++-- xcm/Cargo.toml | 2 +- xtokens/Cargo.toml | 6 +++--- 22 files changed, 37 insertions(+), 37 deletions(-) diff --git a/asset-registry/Cargo.toml b/asset-registry/Cargo.toml index e4e09e1e9..b0abed325 100644 --- a/asset-registry/Cargo.toml +++ b/asset-registry/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-asset-registry" description = "Registry for (foreign) assets" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/asset-registry" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Interlay Ltd, etc"] edition = "2021" @@ -27,7 +27,7 @@ xcm-builder = { workspace = true } xcm-executor = { workspace = true } # orml -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } [dev-dependencies] # substrate diff --git a/auction/Cargo.toml b/auction/Cargo.toml index b35561d80..0d5dd9910 100644 --- a/auction/Cargo.toml +++ b/auction/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-auction" description = "Auction module that implements `Auction` trait." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" @@ -17,7 +17,7 @@ frame-system = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/authority/Cargo.toml b/authority/Cargo.toml index 329108ce1..0b5d73cfd 100644 --- a/authority/Cargo.toml +++ b/authority/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-authority" description = "Utility pallet to perform ROOT calls in a PoA network" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index c325a53cd..f6c489536 100644 --- a/benchmarking/Cargo.toml +++ b/benchmarking/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-benchmarking" description = "Provide macro to benchmark Substrate runtime." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/benchmarking" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" diff --git a/build-script-utils/Cargo.toml b/build-script-utils/Cargo.toml index 57339e8c1..647013d55 100644 --- a/build-script-utils/Cargo.toml +++ b/build-script-utils/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-build-script-utils" description = "Crate with utility functions for `build.rs` scripts." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/build-script-utils" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Parity Technologies ", "Laminar Developers "] edition = "2021" diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index db683d412..713465f2c 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-currencies" description = "Provide `MultiCurrency` implementation using `pallet-balances` and `orml-tokens` module." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/currencies" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" @@ -18,8 +18,8 @@ sp-io = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } -orml-utilities = { path = "../utilities", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } +orml-utilities = { path = "../utilities", version = "0.6.1", default-features = false } [dev-dependencies] pallet-balances = { workspace = true, features = ["std"] } diff --git a/gradually-update/Cargo.toml b/gradually-update/Cargo.toml index a143d5626..31a4b6c9a 100644 --- a/gradually-update/Cargo.toml +++ b/gradually-update/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-gradually-update" description = "Provides way to adjust numeric parameter gradually over a period of time." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/gradually-update" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" diff --git a/nft/Cargo.toml b/nft/Cargo.toml index 56eb959ff..c437075df 100644 --- a/nft/Cargo.toml +++ b/nft/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-nft" description = "Non-fungible token pallet provides basic functions to create and manager NFT" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/nft" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index 40b7c5d42..3a94c699b 100644 --- a/oracle/Cargo.toml +++ b/oracle/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-oracle" description = "Oracle module that makes off-chain data available on-chain." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/oracle" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" @@ -19,8 +19,8 @@ sp-io = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } -orml-utilities = { path = "../utilities", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } +orml-utilities = { path = "../utilities", version = "0.6.1", default-features = false } [dev-dependencies] sp-core = { workspace = true } diff --git a/oracle/runtime-api/Cargo.toml b/oracle/runtime-api/Cargo.toml index 3f212d7b9..58fa0aa54 100644 --- a/oracle/runtime-api/Cargo.toml +++ b/oracle/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-oracle-runtime-api" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" diff --git a/parameters/Cargo.toml b/parameters/Cargo.toml index b744bbd05..36854c44f 100644 --- a/parameters/Cargo.toml +++ b/parameters/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-parameters" description = "Offer a centra place to store and configure parameters." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/parameters" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" @@ -18,7 +18,7 @@ sp-runtime = { workspace = true } sp-core = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/payments/Cargo.toml b/payments/Cargo.toml index cd55bfa85..d4d95deaf 100644 --- a/payments/Cargo.toml +++ b/payments/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Virto Network "] edition = '2021' name = "orml-payments" -version = "0.5.0-dev" +version = "0.6.1" license = "Apache-2.0" homepage = "https://github.com/virto-network/virto-node" repository = "https://github.com/virto-network/virto-node" @@ -19,7 +19,7 @@ frame-system = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = {path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = {path = "../traits", version = "0.6.1", default-features = false } [dev-dependencies] serde = "1.0.136" diff --git a/rewards/Cargo.toml b/rewards/Cargo.toml index 55141fade..06a41c93d 100644 --- a/rewards/Cargo.toml +++ b/rewards/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-rewards" description = "Store and manage shares and rewards" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/rewards" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" @@ -19,7 +19,7 @@ sp-io = { workspace = true } sp-runtime = { workspace = true, features = ["serde"] } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index cc0578495..3f9baa47d 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-tokens" description = "Fungible tokens module that implements `MultiCurrency` trait." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/tokens" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" @@ -19,7 +19,7 @@ sp-arithmetic = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } [dev-dependencies] pallet-elections-phragmen = { workspace = true, features = ["std"] } diff --git a/tokens/runtime-api/Cargo.toml b/tokens/runtime-api/Cargo.toml index 4b140c363..d1e69b144 100644 --- a/tokens/runtime-api/Cargo.toml +++ b/tokens/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-tokens-runtime-api" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 5e1480b17..4869b0a45 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-traits" description = "Shared traits including `BasicCurrency`, `MultiCurrency`, `Auction` and more." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/traits" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" @@ -23,7 +23,7 @@ frame-support = { workspace = true } xcm = { workspace = true } -orml-utilities = { path = "../utilities", version = "0.5.0-dev", default-features = false } +orml-utilities = { path = "../utilities", version = "0.6.1", default-features = false } [features] default = ["std"] diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index 83912c04b..b142bce65 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-unknown-tokens" description = "Unknown tokens module that implements `UnknownAsset` trait." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/unknown-tokens" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" @@ -18,7 +18,7 @@ sp-std = { workspace = true } xcm = { workspace = true } -orml-xcm-support = { path = "../xcm-support", version = "0.5.0-dev", default-features = false } +orml-xcm-support = { path = "../xcm-support", version = "0.6.1", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index 297ae1b5a..8afbd2ad5 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-utilities" description = "Various utilities including `FixedU128` and `LinkedList`." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/utilities" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index 8845390ae..e36b546fd 100644 --- a/vesting/Cargo.toml +++ b/vesting/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-vesting" description = "Provides scheduled balance locking mechanism, in a *graded vesting* way." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/vesting" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" diff --git a/xcm-support/Cargo.toml b/xcm-support/Cargo.toml index 952ed47c5..f9c789651 100644 --- a/xcm-support/Cargo.toml +++ b/xcm-support/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-xcm-support" description = "Supporting module for XCM integration." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm-support" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" @@ -17,7 +17,7 @@ sp-std = { workspace = true } xcm = { workspace = true } xcm-executor = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } [features] default = ["std"] diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index e7ce565d2..e7a3f2896 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-xcm" description = "XCM message helpers." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index 9db5a7d9b..3c1d067b8 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-xtokens" description = "Cross-chain token transfer." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xtokens" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" @@ -29,8 +29,8 @@ xcm = { workspace = true } xcm-executor = { workspace = true } # orml -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false} -orml-xcm-support = { path = "../xcm-support", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false} +orml-xcm-support = { path = "../xcm-support", version = "0.6.1", default-features = false } [dev-dependencies] # substrate From c77d5854c48cc4a2dc92cb51bda0a23754782559 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 12:50:04 +1300 Subject: [PATCH 07/15] wip --- .github/workflows/master.yml.disabled | 23 ---------------------- .github/workflows/publish_packages.yml | 2 +- .github/workflows/release.yml | 27 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 24 deletions(-) delete mode 100644 .github/workflows/master.yml.disabled create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/master.yml.disabled b/.github/workflows/master.yml.disabled deleted file mode 100644 index 00226b2a3..000000000 --- a/.github/workflows/master.yml.disabled +++ /dev/null @@ -1,23 +0,0 @@ -name: Master - -on: - push: - branches: - - master - -jobs: - build: - runs-on: [self-hosted, linux] - env: - SCCACHE_CACHE_SIZE: "50G" - steps: - - uses: actions/checkout@v3 - - name: Install toolchain - uses: dtolnay/rust-toolchain@nightly - - name: Install cargo-unleash - run: cargo install cargo-unleash --git https://github.com/xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38 - - name: Prepare - run: make Cargo.toml - - name: Cargo unleash check - run: cargo unleash check - diff --git a/.github/workflows/publish_packages.yml b/.github/workflows/publish_packages.yml index 5d4a21142..49257eea9 100644 --- a/.github/workflows/publish_packages.yml +++ b/.github/workflows/publish_packages.yml @@ -9,7 +9,7 @@ jobs: name: Publish Package runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: toolchain: stable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 000000000..6cf2667a8 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,27 @@ +name: Open a release PR +on: + workflow_dispatch: + inputs: + version: + description: Version to release + required: true + type: string + +jobs: + make-release-pr: + permissions: + id-token: write # Enable OIDC + pull-requests: write + contents: write + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: taiki-e/install-action@v2 + with: + tool: cargo-release + - uses: chainguard-dev/actions/setup-gitsign@main + - uses: cargo-bins/release-pr@v2 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + version: ${{ inputs.version }} + crate-release-all: true From 6b94d7df61caf9ab14f34ad53baa6a6994312ffc Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 11:00:47 +1300 Subject: [PATCH 08/15] add repo --- oracle/runtime-api/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/oracle/runtime-api/Cargo.toml b/oracle/runtime-api/Cargo.toml index 6ba29d7d8..64ed74d04 100644 --- a/oracle/runtime-api/Cargo.toml +++ b/oracle/runtime-api/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" description = "Runtime API module for orml-oracle." +repository = "https://github.com/open-web3-stack/open-runtime-module-library" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"] } From 10d1cad363d45151bd643cf36c6fd317088d45eb Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 11:04:44 +1300 Subject: [PATCH 09/15] fix --- tokens/runtime-api/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tokens/runtime-api/Cargo.toml b/tokens/runtime-api/Cargo.toml index 610abc830..c9e2b31e0 100644 --- a/tokens/runtime-api/Cargo.toml +++ b/tokens/runtime-api/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" description = "Runtime API module for orml-tokens." +repository = "https://github.com/open-web3-stack/open-runtime-module-library" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"] } From a4b161631f8f5a96edeade2c035040b70aa05c91 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 11:08:40 +1300 Subject: [PATCH 10/15] fix --- asset-registry/Cargo.toml | 8 ++++---- authority/Cargo.toml | 2 +- benchmarking/Cargo.toml | 2 +- currencies/Cargo.toml | 2 +- gradually-update/Cargo.toml | 2 +- nft/Cargo.toml | 2 +- oracle/Cargo.toml | 2 +- payments/Cargo.toml | 2 +- rewards/Cargo.toml | 2 +- tokens/Cargo.toml | 2 +- traits/Cargo.toml | 2 +- unknown-tokens/Cargo.toml | 2 +- utilities/Cargo.toml | 2 +- vesting/Cargo.toml | 2 +- xcm/Cargo.toml | 2 +- xtokens/Cargo.toml | 10 +++++----- 16 files changed, 23 insertions(+), 23 deletions(-) diff --git a/asset-registry/Cargo.toml b/asset-registry/Cargo.toml index 897cb3f11..e6f910204 100644 --- a/asset-registry/Cargo.toml +++ b/asset-registry/Cargo.toml @@ -51,10 +51,10 @@ polkadot-runtime-common = { workspace = true, features = ["std"] } xcm-simulator = { workspace = true } # orml -orml-tokens = { path = "../tokens" } -orml-xcm = { path = "../xcm" } -orml-xcm-support = { path = "../xcm-support", default-features = false } -orml-xtokens = { path = "../xtokens" } +orml-tokens = { path = "../tokens", version = "0.5.0-dev" } +orml-xcm = { path = "../xcm", version = "0.5.0-dev" } +orml-xcm-support = { path = "../xcm-support", version = "0.5.0-dev", default-features = false } +orml-xtokens = { path = "../xtokens", version = "0.5.0-dev" } [features] default = [ "std" ] diff --git a/authority/Cargo.toml b/authority/Cargo.toml index 3c32079fa..8151ac1be 100644 --- a/authority/Cargo.toml +++ b/authority/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { version = "1.0.145", optional = true } frame-support = { workspace = true } diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index 641625d83..6c1905549 100644 --- a/benchmarking/Cargo.toml +++ b/benchmarking/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" parity-scale-codec = { workspace = true } log = { workspace = true } paste = "1.0.7" -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-benchmarking = { workspace = true } diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index 4a11ea2a5..66a7305c4 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/gradually-update/Cargo.toml b/gradually-update/Cargo.toml index 4a54e3156..e84e44313 100644 --- a/gradually-update/Cargo.toml +++ b/gradually-update/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/nft/Cargo.toml b/nft/Cargo.toml index 51b9e6f62..8b2c208f8 100644 --- a/nft/Cargo.toml +++ b/nft/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index df8a8e8c0..6d1bb4c33 100644 --- a/oracle/Cargo.toml +++ b/oracle/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/payments/Cargo.toml b/payments/Cargo.toml index 6d2ff806b..11107bacc 100644 --- a/payments/Cargo.toml +++ b/payments/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [dependencies] parity-scale-codec = { workspace = true } log = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } frame-support = { workspace = true } frame-system = { workspace = true } diff --git a/rewards/Cargo.toml b/rewards/Cargo.toml index 6a5429d0a..c0b48f288 100644 --- a/rewards/Cargo.toml +++ b/rewards/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index ff3388d68..19995dc4c 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["max-encoded-len"] } log = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/traits/Cargo.toml b/traits/Cargo.toml index f277417f0..0c2c2f23e 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } parity-scale-codec = { workspace = true } num-traits = { version = "0.2.14", default-features = false } diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index fac7ffb98..3b45e73ec 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index 4edac2b64..fd36d4cd9 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { version = "1.0.136", optional = true, features = ["derive"] } parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"] } diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index 3c1f793be..bde3dc359 100644 --- a/vesting/Cargo.toml +++ b/vesting/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } frame-support = { workspace = true } diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index af3c4febf..fe0c71642 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] parity-scale-codec = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } frame-support = { workspace = true } frame-system = { workspace = true } diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index 2712b1f69..fb69f2d5b 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] parity-scale-codec = { workspace = true } log = { workspace = true } -scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } +scale-info = { workspace = true } serde = { workspace = true, optional = true } # substrate @@ -29,8 +29,8 @@ xcm = { workspace = true } xcm-executor = { workspace = true } # orml -orml-traits = { path = "../traits", default-features = false} -orml-xcm-support = { path = "../xcm-support", default-features = false } +orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false} +orml-xcm-support = { path = "../xcm-support", version = "0.5.0-dev", default-features = false } [dev-dependencies] # substrate @@ -54,8 +54,8 @@ xcm-builder = { workspace = true, features = ["std"] } xcm-simulator = { workspace = true } # orml -orml-tokens = { path = "../tokens" } -orml-xcm = { path = "../xcm" } +orml-tokens = { path = "../tokens", version = "0.5.0-dev" } +orml-xcm = { path = "../xcm", version = "0.5.0-dev" } [features] default = [ "std" ] From bb20b528230efb5ecf6fcce058b277aff32527dc Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 11:10:48 +1300 Subject: [PATCH 11/15] fix --- unknown-tokens/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index 3b45e73ec..af008bf86 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -18,7 +18,7 @@ sp-std = { workspace = true } xcm = { workspace = true } -orml-xcm-support = { path = "../xcm-support", default-features = false } +orml-xcm-support = { path = "../xcm-support", version = "0.5.0-dev", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } From 6f9d74c517398a87e9f353e7672fdb2733902b2b Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 11:18:29 +1300 Subject: [PATCH 12/15] fix --- asset-registry/Cargo.toml | 8 ++++---- currencies/Cargo.toml | 2 +- payments/Cargo.toml | 2 +- xtokens/Cargo.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/asset-registry/Cargo.toml b/asset-registry/Cargo.toml index e6f910204..897cb3f11 100644 --- a/asset-registry/Cargo.toml +++ b/asset-registry/Cargo.toml @@ -51,10 +51,10 @@ polkadot-runtime-common = { workspace = true, features = ["std"] } xcm-simulator = { workspace = true } # orml -orml-tokens = { path = "../tokens", version = "0.5.0-dev" } -orml-xcm = { path = "../xcm", version = "0.5.0-dev" } -orml-xcm-support = { path = "../xcm-support", version = "0.5.0-dev", default-features = false } -orml-xtokens = { path = "../xtokens", version = "0.5.0-dev" } +orml-tokens = { path = "../tokens" } +orml-xcm = { path = "../xcm" } +orml-xcm-support = { path = "../xcm-support", default-features = false } +orml-xtokens = { path = "../xtokens" } [features] default = [ "std" ] diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index 66a7305c4..e2040de80 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -25,7 +25,7 @@ orml-utilities = { path = "../utilities", version = "0.5.0-dev", default-feature pallet-balances = { workspace = true, features = ["std"] } sp-core = { workspace = true, features = ["std"] } -orml_tokens = { package = "orml-tokens", path = "../tokens", version = "0.5.0-dev" } +orml_tokens = { package = "orml-tokens", path = "../tokens" } [features] default = [ "std" ] diff --git a/payments/Cargo.toml b/payments/Cargo.toml index 11107bacc..24f735bd6 100644 --- a/payments/Cargo.toml +++ b/payments/Cargo.toml @@ -27,7 +27,7 @@ serde = "1.0.136" sp-core = { workspace = true } sp-io = { workspace = true } -orml-tokens = { path = "../tokens", version = "0.5.0-dev", default-features = false } +orml-tokens = { path = "../tokens", default-features = false } [features] default = [ 'std' ] diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index fb69f2d5b..4604e7cf4 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -54,8 +54,8 @@ xcm-builder = { workspace = true, features = ["std"] } xcm-simulator = { workspace = true } # orml -orml-tokens = { path = "../tokens", version = "0.5.0-dev" } -orml-xcm = { path = "../xcm", version = "0.5.0-dev" } +orml-tokens = { path = "../tokens" } +orml-xcm = { path = "../xcm" } [features] default = [ "std" ] From a8bfc288610e177ab53578e1eb0bcfd8dbb74dea Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 8 Nov 2023 11:22:45 +1300 Subject: [PATCH 13/15] chore: Release --- asset-registry/Cargo.toml | 4 ++-- auction/Cargo.toml | 4 ++-- authority/Cargo.toml | 2 +- benchmarking/Cargo.toml | 2 +- build-script-utils/Cargo.toml | 2 +- currencies/Cargo.toml | 6 +++--- gradually-update/Cargo.toml | 2 +- nft/Cargo.toml | 2 +- oracle/Cargo.toml | 6 +++--- oracle/runtime-api/Cargo.toml | 2 +- parameters/Cargo.toml | 4 ++-- payments/Cargo.toml | 4 ++-- rewards/Cargo.toml | 4 ++-- tokens/Cargo.toml | 4 ++-- tokens/runtime-api/Cargo.toml | 2 +- traits/Cargo.toml | 4 ++-- unknown-tokens/Cargo.toml | 4 ++-- utilities/Cargo.toml | 2 +- vesting/Cargo.toml | 2 +- xcm-support/Cargo.toml | 4 ++-- xcm/Cargo.toml | 2 +- xtokens/Cargo.toml | 6 +++--- 22 files changed, 37 insertions(+), 37 deletions(-) diff --git a/asset-registry/Cargo.toml b/asset-registry/Cargo.toml index 897cb3f11..e09add88b 100644 --- a/asset-registry/Cargo.toml +++ b/asset-registry/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-asset-registry" description = "Registry for (foreign) assets" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/asset-registry" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Interlay Ltd, etc"] edition = "2021" @@ -27,7 +27,7 @@ xcm-builder = { workspace = true } xcm-executor = { workspace = true } # orml -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } [dev-dependencies] # substrate diff --git a/auction/Cargo.toml b/auction/Cargo.toml index 5176a1383..77bfc8e9a 100644 --- a/auction/Cargo.toml +++ b/auction/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-auction" description = "Auction module that implements `Auction` trait." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" @@ -17,7 +17,7 @@ frame-system = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/authority/Cargo.toml b/authority/Cargo.toml index 8151ac1be..7f77db4e0 100644 --- a/authority/Cargo.toml +++ b/authority/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-authority" description = "Utility pallet to perform ROOT calls in a PoA network" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index 6c1905549..2d71513f2 100644 --- a/benchmarking/Cargo.toml +++ b/benchmarking/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-benchmarking" description = "Provide macro to benchmark Substrate runtime." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/benchmarking" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" diff --git a/build-script-utils/Cargo.toml b/build-script-utils/Cargo.toml index 57339e8c1..647013d55 100644 --- a/build-script-utils/Cargo.toml +++ b/build-script-utils/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-build-script-utils" description = "Crate with utility functions for `build.rs` scripts." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/build-script-utils" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Parity Technologies ", "Laminar Developers "] edition = "2021" diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index e2040de80..23e7dbd77 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-currencies" description = "Provide `MultiCurrency` implementation using `pallet-balances` and `orml-tokens` module." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/currencies" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" @@ -18,8 +18,8 @@ sp-io = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } -orml-utilities = { path = "../utilities", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } +orml-utilities = { path = "../utilities", version = "0.6.1", default-features = false } [dev-dependencies] pallet-balances = { workspace = true, features = ["std"] } diff --git a/gradually-update/Cargo.toml b/gradually-update/Cargo.toml index e84e44313..036bda03f 100644 --- a/gradually-update/Cargo.toml +++ b/gradually-update/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-gradually-update" description = "Provides way to adjust numeric parameter gradually over a period of time." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/gradually-update" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" diff --git a/nft/Cargo.toml b/nft/Cargo.toml index 8b2c208f8..116a9ec83 100644 --- a/nft/Cargo.toml +++ b/nft/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-nft" description = "Non-fungible token pallet provides basic functions to create and manager NFT" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/nft" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index 6d1bb4c33..e5183dfd8 100644 --- a/oracle/Cargo.toml +++ b/oracle/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-oracle" description = "Oracle module that makes off-chain data available on-chain." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/oracle" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" @@ -19,8 +19,8 @@ sp-io = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } -orml-utilities = { path = "../utilities", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } +orml-utilities = { path = "../utilities", version = "0.6.1", default-features = false } [dev-dependencies] sp-core = { workspace = true } diff --git a/oracle/runtime-api/Cargo.toml b/oracle/runtime-api/Cargo.toml index 64ed74d04..41e7a8caf 100644 --- a/oracle/runtime-api/Cargo.toml +++ b/oracle/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-oracle-runtime-api" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" diff --git a/parameters/Cargo.toml b/parameters/Cargo.toml index 40a2a1796..7f6847d36 100644 --- a/parameters/Cargo.toml +++ b/parameters/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-parameters" description = "Offer a centra place to store and configure parameters." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/parameters" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" @@ -18,7 +18,7 @@ sp-runtime = { workspace = true } sp-core = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/payments/Cargo.toml b/payments/Cargo.toml index 24f735bd6..16f8201c4 100644 --- a/payments/Cargo.toml +++ b/payments/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Virto Network "] edition = '2021' name = "orml-payments" -version = "0.5.0-dev" +version = "0.6.1" license = "Apache-2.0" homepage = "https://github.com/virto-network/virto-node" repository = "https://github.com/virto-network/virto-node" @@ -19,7 +19,7 @@ frame-system = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = {path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = {path = "../traits", version = "0.6.1", default-features = false } [dev-dependencies] serde = "1.0.136" diff --git a/rewards/Cargo.toml b/rewards/Cargo.toml index c0b48f288..d2c4a4d92 100644 --- a/rewards/Cargo.toml +++ b/rewards/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-rewards" description = "Store and manage shares and rewards" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/rewards" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" @@ -19,7 +19,7 @@ sp-io = { workspace = true } sp-runtime = { workspace = true, features = ["serde"] } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 19995dc4c..4c3f716ea 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-tokens" description = "Fungible tokens module that implements `MultiCurrency` trait." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/tokens" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" @@ -19,7 +19,7 @@ sp-arithmetic = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } [dev-dependencies] pallet-elections-phragmen = { workspace = true, features = ["std"] } diff --git a/tokens/runtime-api/Cargo.toml b/tokens/runtime-api/Cargo.toml index c9e2b31e0..08db52c2f 100644 --- a/tokens/runtime-api/Cargo.toml +++ b/tokens/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-tokens-runtime-api" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 0c2c2f23e..e98aeda85 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-traits" description = "Shared traits including `BasicCurrency`, `MultiCurrency`, `Auction` and more." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/traits" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" @@ -23,7 +23,7 @@ frame-support = { workspace = true } xcm = { workspace = true } -orml-utilities = { path = "../utilities", version = "0.5.0-dev", default-features = false } +orml-utilities = { path = "../utilities", version = "0.6.1", default-features = false } [features] default = [ "std" ] diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index af008bf86..8a73a3ff0 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-unknown-tokens" description = "Unknown tokens module that implements `UnknownAsset` trait." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/unknown-tokens" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" @@ -18,7 +18,7 @@ sp-std = { workspace = true } xcm = { workspace = true } -orml-xcm-support = { path = "../xcm-support", version = "0.5.0-dev", default-features = false } +orml-xcm-support = { path = "../xcm-support", version = "0.6.1", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index fd36d4cd9..597648ecb 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-utilities" description = "Various utilities including `FixedU128` and `LinkedList`." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/utilities" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index bde3dc359..1e3516f00 100644 --- a/vesting/Cargo.toml +++ b/vesting/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-vesting" description = "Provides scheduled balance locking mechanism, in a *graded vesting* way." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/vesting" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Laminar Developers "] edition = "2021" diff --git a/xcm-support/Cargo.toml b/xcm-support/Cargo.toml index 70da1a6e5..3251149f1 100644 --- a/xcm-support/Cargo.toml +++ b/xcm-support/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-xcm-support" description = "Supporting module for XCM integration." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm-support" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" @@ -17,7 +17,7 @@ sp-std = { workspace = true } xcm = { workspace = true } xcm-executor = { workspace = true } -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false } [features] default = [ "std" ] diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index fe0c71642..72a58f204 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-xcm" description = "XCM message helpers." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index 4604e7cf4..8502bf6bb 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-xtokens" description = "Cross-chain token transfer." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xtokens" license = "Apache-2.0" -version = "0.5.0-dev" +version = "0.6.1" authors = ["Acala Developers"] edition = "2021" @@ -29,8 +29,8 @@ xcm = { workspace = true } xcm-executor = { workspace = true } # orml -orml-traits = { path = "../traits", version = "0.5.0-dev", default-features = false} -orml-xcm-support = { path = "../xcm-support", version = "0.5.0-dev", default-features = false } +orml-traits = { path = "../traits", version = "0.6.1", default-features = false} +orml-xcm-support = { path = "../xcm-support", version = "0.6.1", default-features = false } [dev-dependencies] # substrate From b67c2eae8ae8521f7b9bd01204429a64f31898a4 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Tue, 21 Nov 2023 14:06:04 +1300 Subject: [PATCH 14/15] chore: Release --- asset-registry/Cargo.toml | 4 ++-- auction/Cargo.toml | 4 ++-- authority/Cargo.toml | 2 +- benchmarking/Cargo.toml | 2 +- build-script-utils/Cargo.toml | 2 +- currencies/Cargo.toml | 6 +++--- gradually-update/Cargo.toml | 2 +- nft/Cargo.toml | 2 +- oracle/Cargo.toml | 6 +++--- oracle/runtime-api/Cargo.toml | 2 +- parameters/Cargo.toml | 4 ++-- payments/Cargo.toml | 4 ++-- rewards/Cargo.toml | 4 ++-- tokens/Cargo.toml | 4 ++-- tokens/runtime-api/Cargo.toml | 2 +- traits/Cargo.toml | 4 ++-- unknown-tokens/Cargo.toml | 4 ++-- utilities/Cargo.toml | 2 +- vesting/Cargo.toml | 2 +- xcm-support/Cargo.toml | 4 ++-- xcm/Cargo.toml | 2 +- xtokens/Cargo.toml | 6 +++--- 22 files changed, 37 insertions(+), 37 deletions(-) diff --git a/asset-registry/Cargo.toml b/asset-registry/Cargo.toml index daff15be2..bc5e55715 100644 --- a/asset-registry/Cargo.toml +++ b/asset-registry/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-asset-registry" description = "Registry for (foreign) assets" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/asset-registry" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Interlay Ltd, etc"] edition = "2021" @@ -27,7 +27,7 @@ xcm-builder = { workspace = true } xcm-executor = { workspace = true } # orml -orml-traits = { path = "../traits", version = "0.6.1", default-features = false } +orml-traits = { path = "../traits", version = "0.6.6", default-features = false } # for runtime-benchmarks polkadot-runtime-common = { workspace = true, optional = true } diff --git a/auction/Cargo.toml b/auction/Cargo.toml index 52da5ff85..3bb7922a8 100644 --- a/auction/Cargo.toml +++ b/auction/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-auction" description = "Auction module that implements `Auction` trait." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Acala Developers"] edition = "2021" @@ -17,7 +17,7 @@ frame-system = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.1", default-features = false } +orml-traits = { path = "../traits", version = "0.6.6", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/authority/Cargo.toml b/authority/Cargo.toml index 9973a1cf0..fc0d81810 100644 --- a/authority/Cargo.toml +++ b/authority/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-authority" description = "Utility pallet to perform ROOT calls in a PoA network" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Acala Developers"] edition = "2021" diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index ae9348e32..f2d21917a 100644 --- a/benchmarking/Cargo.toml +++ b/benchmarking/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-benchmarking" description = "Provide macro to benchmark Substrate runtime." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/benchmarking" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Laminar Developers "] edition = "2021" diff --git a/build-script-utils/Cargo.toml b/build-script-utils/Cargo.toml index 647013d55..0c5e42da4 100644 --- a/build-script-utils/Cargo.toml +++ b/build-script-utils/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-build-script-utils" description = "Crate with utility functions for `build.rs` scripts." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/build-script-utils" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Parity Technologies ", "Laminar Developers "] edition = "2021" diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index 7935d0dfd..67a7156db 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-currencies" description = "Provide `MultiCurrency` implementation using `pallet-balances` and `orml-tokens` module." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/currencies" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Laminar Developers "] edition = "2021" @@ -18,8 +18,8 @@ sp-io = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.1", default-features = false } -orml-utilities = { path = "../utilities", version = "0.6.1", default-features = false } +orml-traits = { path = "../traits", version = "0.6.6", default-features = false } +orml-utilities = { path = "../utilities", version = "0.6.6", default-features = false } [dev-dependencies] pallet-balances = { workspace = true, features = ["std"] } diff --git a/gradually-update/Cargo.toml b/gradually-update/Cargo.toml index 036bda03f..2790b094f 100644 --- a/gradually-update/Cargo.toml +++ b/gradually-update/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-gradually-update" description = "Provides way to adjust numeric parameter gradually over a period of time." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/gradually-update" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Laminar Developers "] edition = "2021" diff --git a/nft/Cargo.toml b/nft/Cargo.toml index acdb3b8be..da3d541b8 100644 --- a/nft/Cargo.toml +++ b/nft/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-nft" description = "Non-fungible token pallet provides basic functions to create and manager NFT" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/nft" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Acala Developers"] edition = "2021" diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index e556559b5..45812a969 100644 --- a/oracle/Cargo.toml +++ b/oracle/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-oracle" description = "Oracle module that makes off-chain data available on-chain." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/oracle" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Laminar Developers "] edition = "2021" @@ -19,8 +19,8 @@ sp-io = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.1", default-features = false } -orml-utilities = { path = "../utilities", version = "0.6.1", default-features = false } +orml-traits = { path = "../traits", version = "0.6.6", default-features = false } +orml-utilities = { path = "../utilities", version = "0.6.6", default-features = false } [dev-dependencies] sp-core = { workspace = true } diff --git a/oracle/runtime-api/Cargo.toml b/oracle/runtime-api/Cargo.toml index 41e7a8caf..8c68a3477 100644 --- a/oracle/runtime-api/Cargo.toml +++ b/oracle/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-oracle-runtime-api" -version = "0.6.1" +version = "0.6.6" authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" diff --git a/parameters/Cargo.toml b/parameters/Cargo.toml index f47812250..5828abe3c 100644 --- a/parameters/Cargo.toml +++ b/parameters/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-parameters" description = "Offer a centra place to store and configure parameters." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/parameters" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Acala Developers"] edition = "2021" @@ -18,7 +18,7 @@ sp-runtime = { workspace = true } sp-core = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.1", default-features = false } +orml-traits = { path = "../traits", version = "0.6.6", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/payments/Cargo.toml b/payments/Cargo.toml index b8b372d1f..3c1aaad39 100644 --- a/payments/Cargo.toml +++ b/payments/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Virto Network "] edition = '2021' name = "orml-payments" -version = "0.6.1" +version = "0.6.6" license = "Apache-2.0" homepage = "https://github.com/virto-network/virto-node" repository = "https://github.com/virto-network/virto-node" @@ -19,7 +19,7 @@ frame-system = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = {path = "../traits", version = "0.6.1", default-features = false } +orml-traits = {path = "../traits", version = "0.6.6", default-features = false } [dev-dependencies] serde = "1.0.136" diff --git a/rewards/Cargo.toml b/rewards/Cargo.toml index d2c4a4d92..464008161 100644 --- a/rewards/Cargo.toml +++ b/rewards/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-rewards" description = "Store and manage shares and rewards" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/rewards" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Acala Developers"] edition = "2021" @@ -19,7 +19,7 @@ sp-io = { workspace = true } sp-runtime = { workspace = true, features = ["serde"] } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.1", default-features = false } +orml-traits = { path = "../traits", version = "0.6.6", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 9243b2a41..046563786 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-tokens" description = "Fungible tokens module that implements `MultiCurrency` trait." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/tokens" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Laminar Developers "] edition = "2021" @@ -19,7 +19,7 @@ sp-arithmetic = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.1", default-features = false } +orml-traits = { path = "../traits", version = "0.6.6", default-features = false } [dev-dependencies] pallet-elections-phragmen = { workspace = true, features = ["std"] } diff --git a/tokens/runtime-api/Cargo.toml b/tokens/runtime-api/Cargo.toml index 08db52c2f..2e83ae9a0 100644 --- a/tokens/runtime-api/Cargo.toml +++ b/tokens/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-tokens-runtime-api" -version = "0.6.1" +version = "0.6.6" authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" diff --git a/traits/Cargo.toml b/traits/Cargo.toml index e98aeda85..e721f3c0e 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-traits" description = "Shared traits including `BasicCurrency`, `MultiCurrency`, `Auction` and more." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/traits" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Laminar Developers "] edition = "2021" @@ -23,7 +23,7 @@ frame-support = { workspace = true } xcm = { workspace = true } -orml-utilities = { path = "../utilities", version = "0.6.1", default-features = false } +orml-utilities = { path = "../utilities", version = "0.6.6", default-features = false } [features] default = [ "std" ] diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index ce0ec65c1..186886508 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-unknown-tokens" description = "Unknown tokens module that implements `UnknownAsset` trait." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/unknown-tokens" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Acala Developers"] edition = "2021" @@ -18,7 +18,7 @@ sp-std = { workspace = true } xcm = { workspace = true } -orml-xcm-support = { path = "../xcm-support", version = "0.6.1", default-features = false } +orml-xcm-support = { path = "../xcm-support", version = "0.6.6", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index 04a018d32..15bde3ce0 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-utilities" description = "Various utilities including `FixedU128` and `LinkedList`." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/utilities" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Laminar Developers "] edition = "2021" diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index 7dcafb04f..272e18afe 100644 --- a/vesting/Cargo.toml +++ b/vesting/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-vesting" description = "Provides scheduled balance locking mechanism, in a *graded vesting* way." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/vesting" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Laminar Developers "] edition = "2021" diff --git a/xcm-support/Cargo.toml b/xcm-support/Cargo.toml index 3251149f1..cf02a5e5d 100644 --- a/xcm-support/Cargo.toml +++ b/xcm-support/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-xcm-support" description = "Supporting module for XCM integration." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm-support" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Acala Developers"] edition = "2021" @@ -17,7 +17,7 @@ sp-std = { workspace = true } xcm = { workspace = true } xcm-executor = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.1", default-features = false } +orml-traits = { path = "../traits", version = "0.6.6", default-features = false } [features] default = [ "std" ] diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index f7db2af60..5c70b9ed7 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-xcm" description = "XCM message helpers." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Acala Developers"] edition = "2021" diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index 30b767e77..5d82dbd65 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-xtokens" description = "Cross-chain token transfer." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xtokens" license = "Apache-2.0" -version = "0.6.1" +version = "0.6.6" authors = ["Acala Developers"] edition = "2021" @@ -29,8 +29,8 @@ xcm = { workspace = true } xcm-executor = { workspace = true } # orml -orml-traits = { path = "../traits", version = "0.6.1", default-features = false} -orml-xcm-support = { path = "../xcm-support", version = "0.6.1", default-features = false } +orml-traits = { path = "../traits", version = "0.6.6", default-features = false} +orml-xcm-support = { path = "../xcm-support", version = "0.6.6", default-features = false } [dev-dependencies] # substrate From 4fdd8b3bce6e79b8bde5d9ac007a7891e244960f Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Tue, 21 Nov 2023 14:22:05 +1300 Subject: [PATCH 15/15] chore: Release --- asset-registry/Cargo.toml | 4 ++-- auction/Cargo.toml | 4 ++-- authority/Cargo.toml | 2 +- benchmarking/Cargo.toml | 2 +- build-script-utils/Cargo.toml | 2 +- currencies/Cargo.toml | 6 +++--- gradually-update/Cargo.toml | 2 +- nft/Cargo.toml | 2 +- oracle/Cargo.toml | 6 +++--- oracle/runtime-api/Cargo.toml | 2 +- parameters/Cargo.toml | 4 ++-- payments/Cargo.toml | 4 ++-- rewards/Cargo.toml | 4 ++-- tokens/Cargo.toml | 4 ++-- tokens/runtime-api/Cargo.toml | 2 +- traits/Cargo.toml | 4 ++-- unknown-tokens/Cargo.toml | 4 ++-- utilities/Cargo.toml | 2 +- vesting/Cargo.toml | 2 +- xcm-support/Cargo.toml | 4 ++-- xcm/Cargo.toml | 2 +- xtokens/Cargo.toml | 6 +++--- 22 files changed, 37 insertions(+), 37 deletions(-) diff --git a/asset-registry/Cargo.toml b/asset-registry/Cargo.toml index bc5e55715..2a76deb23 100644 --- a/asset-registry/Cargo.toml +++ b/asset-registry/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-asset-registry" description = "Registry for (foreign) assets" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/asset-registry" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Interlay Ltd, etc"] edition = "2021" @@ -27,7 +27,7 @@ xcm-builder = { workspace = true } xcm-executor = { workspace = true } # orml -orml-traits = { path = "../traits", version = "0.6.6", default-features = false } +orml-traits = { path = "../traits", version = "0.6.7", default-features = false } # for runtime-benchmarks polkadot-runtime-common = { workspace = true, optional = true } diff --git a/auction/Cargo.toml b/auction/Cargo.toml index 3bb7922a8..6083af919 100644 --- a/auction/Cargo.toml +++ b/auction/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-auction" description = "Auction module that implements `Auction` trait." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Acala Developers"] edition = "2021" @@ -17,7 +17,7 @@ frame-system = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.6", default-features = false } +orml-traits = { path = "../traits", version = "0.6.7", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/authority/Cargo.toml b/authority/Cargo.toml index fc0d81810..97283620f 100644 --- a/authority/Cargo.toml +++ b/authority/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-authority" description = "Utility pallet to perform ROOT calls in a PoA network" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Acala Developers"] edition = "2021" diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index f2d21917a..4177516dc 100644 --- a/benchmarking/Cargo.toml +++ b/benchmarking/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-benchmarking" description = "Provide macro to benchmark Substrate runtime." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/benchmarking" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Laminar Developers "] edition = "2021" diff --git a/build-script-utils/Cargo.toml b/build-script-utils/Cargo.toml index 0c5e42da4..43d5047a2 100644 --- a/build-script-utils/Cargo.toml +++ b/build-script-utils/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-build-script-utils" description = "Crate with utility functions for `build.rs` scripts." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/build-script-utils" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Parity Technologies ", "Laminar Developers "] edition = "2021" diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index 67a7156db..83cf8f001 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-currencies" description = "Provide `MultiCurrency` implementation using `pallet-balances` and `orml-tokens` module." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/currencies" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Laminar Developers "] edition = "2021" @@ -18,8 +18,8 @@ sp-io = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.6", default-features = false } -orml-utilities = { path = "../utilities", version = "0.6.6", default-features = false } +orml-traits = { path = "../traits", version = "0.6.7", default-features = false } +orml-utilities = { path = "../utilities", version = "0.6.7", default-features = false } [dev-dependencies] pallet-balances = { workspace = true, features = ["std"] } diff --git a/gradually-update/Cargo.toml b/gradually-update/Cargo.toml index 2790b094f..8f3f70e1c 100644 --- a/gradually-update/Cargo.toml +++ b/gradually-update/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-gradually-update" description = "Provides way to adjust numeric parameter gradually over a period of time." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/gradually-update" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Laminar Developers "] edition = "2021" diff --git a/nft/Cargo.toml b/nft/Cargo.toml index da3d541b8..82c6a20a5 100644 --- a/nft/Cargo.toml +++ b/nft/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-nft" description = "Non-fungible token pallet provides basic functions to create and manager NFT" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/nft" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Acala Developers"] edition = "2021" diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index 45812a969..f70d191c9 100644 --- a/oracle/Cargo.toml +++ b/oracle/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-oracle" description = "Oracle module that makes off-chain data available on-chain." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/oracle" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Laminar Developers "] edition = "2021" @@ -19,8 +19,8 @@ sp-io = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.6", default-features = false } -orml-utilities = { path = "../utilities", version = "0.6.6", default-features = false } +orml-traits = { path = "../traits", version = "0.6.7", default-features = false } +orml-utilities = { path = "../utilities", version = "0.6.7", default-features = false } [dev-dependencies] sp-core = { workspace = true } diff --git a/oracle/runtime-api/Cargo.toml b/oracle/runtime-api/Cargo.toml index 8c68a3477..4de1cb6d5 100644 --- a/oracle/runtime-api/Cargo.toml +++ b/oracle/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-oracle-runtime-api" -version = "0.6.6" +version = "0.6.7" authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" diff --git a/parameters/Cargo.toml b/parameters/Cargo.toml index 5828abe3c..a4c7fcdcc 100644 --- a/parameters/Cargo.toml +++ b/parameters/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-parameters" description = "Offer a centra place to store and configure parameters." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/parameters" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Acala Developers"] edition = "2021" @@ -18,7 +18,7 @@ sp-runtime = { workspace = true } sp-core = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.6", default-features = false } +orml-traits = { path = "../traits", version = "0.6.7", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/payments/Cargo.toml b/payments/Cargo.toml index 3c1aaad39..57380f69d 100644 --- a/payments/Cargo.toml +++ b/payments/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Virto Network "] edition = '2021' name = "orml-payments" -version = "0.6.6" +version = "0.6.7" license = "Apache-2.0" homepage = "https://github.com/virto-network/virto-node" repository = "https://github.com/virto-network/virto-node" @@ -19,7 +19,7 @@ frame-system = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = {path = "../traits", version = "0.6.6", default-features = false } +orml-traits = {path = "../traits", version = "0.6.7", default-features = false } [dev-dependencies] serde = "1.0.136" diff --git a/rewards/Cargo.toml b/rewards/Cargo.toml index 464008161..840a05f49 100644 --- a/rewards/Cargo.toml +++ b/rewards/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-rewards" description = "Store and manage shares and rewards" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/rewards" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Acala Developers"] edition = "2021" @@ -19,7 +19,7 @@ sp-io = { workspace = true } sp-runtime = { workspace = true, features = ["serde"] } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.6", default-features = false } +orml-traits = { path = "../traits", version = "0.6.7", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 046563786..c6b79fc3f 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-tokens" description = "Fungible tokens module that implements `MultiCurrency` trait." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/tokens" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Laminar Developers "] edition = "2021" @@ -19,7 +19,7 @@ sp-arithmetic = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.6", default-features = false } +orml-traits = { path = "../traits", version = "0.6.7", default-features = false } [dev-dependencies] pallet-elections-phragmen = { workspace = true, features = ["std"] } diff --git a/tokens/runtime-api/Cargo.toml b/tokens/runtime-api/Cargo.toml index 2e83ae9a0..949a6dd3b 100644 --- a/tokens/runtime-api/Cargo.toml +++ b/tokens/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-tokens-runtime-api" -version = "0.6.6" +version = "0.6.7" authors = ["Laminar Developers "] edition = "2021" license = "Apache-2.0" diff --git a/traits/Cargo.toml b/traits/Cargo.toml index e721f3c0e..2960efcf8 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-traits" description = "Shared traits including `BasicCurrency`, `MultiCurrency`, `Auction` and more." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/traits" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Laminar Developers "] edition = "2021" @@ -23,7 +23,7 @@ frame-support = { workspace = true } xcm = { workspace = true } -orml-utilities = { path = "../utilities", version = "0.6.6", default-features = false } +orml-utilities = { path = "../utilities", version = "0.6.7", default-features = false } [features] default = [ "std" ] diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index 186886508..98b89cd27 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-unknown-tokens" description = "Unknown tokens module that implements `UnknownAsset` trait." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/unknown-tokens" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Acala Developers"] edition = "2021" @@ -18,7 +18,7 @@ sp-std = { workspace = true } xcm = { workspace = true } -orml-xcm-support = { path = "../xcm-support", version = "0.6.6", default-features = false } +orml-xcm-support = { path = "../xcm-support", version = "0.6.7", default-features = false } [dev-dependencies] sp-core = { workspace = true, features = ["std"] } diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index 15bde3ce0..02f303a2e 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-utilities" description = "Various utilities including `FixedU128` and `LinkedList`." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/utilities" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Laminar Developers "] edition = "2021" diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index 272e18afe..20d8ec478 100644 --- a/vesting/Cargo.toml +++ b/vesting/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-vesting" description = "Provides scheduled balance locking mechanism, in a *graded vesting* way." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/vesting" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Laminar Developers "] edition = "2021" diff --git a/xcm-support/Cargo.toml b/xcm-support/Cargo.toml index cf02a5e5d..38c78b5e4 100644 --- a/xcm-support/Cargo.toml +++ b/xcm-support/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-xcm-support" description = "Supporting module for XCM integration." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm-support" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Acala Developers"] edition = "2021" @@ -17,7 +17,7 @@ sp-std = { workspace = true } xcm = { workspace = true } xcm-executor = { workspace = true } -orml-traits = { path = "../traits", version = "0.6.6", default-features = false } +orml-traits = { path = "../traits", version = "0.6.7", default-features = false } [features] default = [ "std" ] diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index 5c70b9ed7..a22afe25e 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-xcm" description = "XCM message helpers." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Acala Developers"] edition = "2021" diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index 5d82dbd65..d96bdae05 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-xtokens" description = "Cross-chain token transfer." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xtokens" license = "Apache-2.0" -version = "0.6.6" +version = "0.6.7" authors = ["Acala Developers"] edition = "2021" @@ -29,8 +29,8 @@ xcm = { workspace = true } xcm-executor = { workspace = true } # orml -orml-traits = { path = "../traits", version = "0.6.6", default-features = false} -orml-xcm-support = { path = "../xcm-support", version = "0.6.6", default-features = false } +orml-traits = { path = "../traits", version = "0.6.7", default-features = false} +orml-xcm-support = { path = "../xcm-support", version = "0.6.7", default-features = false } [dev-dependencies] # substrate