File tree 23 files changed +38
-38
lines changed
23 files changed +38
-38
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-asset-registry"
3
3
description = " Registry for (foreign) assets"
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/asset-registry"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Interlay Ltd, etc" ]
8
8
edition = " 2021"
9
9
@@ -27,7 +27,7 @@ xcm-builder = { workspace = true }
27
27
xcm-executor = { workspace = true }
28
28
29
29
# orml
30
- orml-traits = { path = " ../traits" , version = " 0.6.7 " , default-features = false }
30
+ orml-traits = { path = " ../traits" , version = " 0.7.0 " , default-features = false }
31
31
32
32
# for runtime-benchmarks
33
33
polkadot-runtime-common = { workspace = true , optional = true }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-auction"
3
3
description = " Auction module that implements `Auction` trait."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Acala Developers" ]
8
8
edition = " 2021"
9
9
@@ -17,7 +17,7 @@ frame-system = { workspace = true }
17
17
sp-runtime = { workspace = true }
18
18
sp-std = { workspace = true }
19
19
20
- orml-traits = { path = " ../traits" , version = " 0.6.7 " , default-features = false }
20
+ orml-traits = { path = " ../traits" , version = " 0.7.0 " , default-features = false }
21
21
22
22
[dev-dependencies ]
23
23
sp-core = { workspace = true , features = [" std" ] }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-authority"
3
3
description = " Utility pallet to perform ROOT calls in a PoA network"
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Acala Developers" ]
8
8
edition = " 2021"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-benchmarking"
3
3
description = " Provide macro to benchmark Substrate runtime."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/benchmarking"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Laminar Developers <hello@laminar.one>" ]
8
8
edition = " 2021"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-build-script-utils"
3
3
description = " Crate with utility functions for `build.rs` scripts."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/build-script-utils"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Parity Technologies <admin@parity.io>" , " Laminar Developers <hello@laminar.one>" ]
8
8
edition = " 2021"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-currencies"
3
3
description = " Provide `MultiCurrency` implementation using `pallet-balances` and `orml-tokens` module."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/currencies"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Laminar Developers <hello@laminar.one>" ]
8
8
edition = " 2021"
9
9
@@ -18,8 +18,8 @@ sp-io = { workspace = true }
18
18
sp-runtime = { workspace = true }
19
19
sp-std = { workspace = true }
20
20
21
- orml-traits = { path = " ../traits" , version = " 0.6.7 " , default-features = false }
22
- orml-utilities = { path = " ../utilities" , version = " 0.6.7 " , default-features = false }
21
+ orml-traits = { path = " ../traits" , version = " 0.7.0 " , default-features = false }
22
+ orml-utilities = { path = " ../utilities" , version = " 0.7.0 " , default-features = false }
23
23
24
24
[dev-dependencies ]
25
25
pallet-balances = { workspace = true , features = [" std" ] }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-gradually-update"
3
3
description = " Provides way to adjust numeric parameter gradually over a period of time."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/gradually-update"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Laminar Developers <hello@laminar.one>" ]
8
8
edition = " 2021"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-nft"
3
3
description = " Non-fungible token pallet provides basic functions to create and manager NFT"
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/nft"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Acala Developers" ]
8
8
edition = " 2021"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-oracle"
3
3
description = " Oracle module that makes off-chain data available on-chain."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/oracle"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Laminar Developers <hello@laminar.one>" ]
8
8
edition = " 2021"
9
9
@@ -19,8 +19,8 @@ sp-io = { workspace = true }
19
19
sp-runtime = { workspace = true }
20
20
sp-std = { workspace = true }
21
21
22
- orml-traits = { path = " ../traits" , version = " 0.6.7 " , default-features = false }
23
- orml-utilities = { path = " ../utilities" , version = " 0.6.7 " , default-features = false }
22
+ orml-traits = { path = " ../traits" , version = " 0.7.0 " , default-features = false }
23
+ orml-utilities = { path = " ../utilities" , version = " 0.7.0 " , default-features = false }
24
24
25
25
[dev-dependencies ]
26
26
sp-core = { workspace = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " orml-oracle-runtime-api"
3
- version = " 0.6.7 "
3
+ version = " 0.7.0 "
4
4
authors = [" Laminar Developers <hello@laminar.one>" ]
5
5
edition = " 2021"
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-parameters"
3
3
description = " Offer a centra place to store and configure parameters."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/parameters"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Acala Developers" ]
8
8
edition = " 2021"
9
9
@@ -18,7 +18,7 @@ sp-runtime = { workspace = true }
18
18
sp-core = { workspace = true }
19
19
sp-std = { workspace = true }
20
20
21
- orml-traits = { path = " ../traits" , version = " 0.6.7 " , default-features = false }
21
+ orml-traits = { path = " ../traits" , version = " 0.7.0 " , default-features = false }
22
22
23
23
[dev-dependencies ]
24
24
sp-core = { workspace = true , features = [" std" ] }
Original file line number Diff line number Diff line change 2
2
authors = [" Virto Network <we@virto.team>" ]
3
3
edition = ' 2021'
4
4
name = " orml-payments"
5
- version = " 0.6.7 "
5
+ version = " 0.7.0 "
6
6
license = " Apache-2.0"
7
7
homepage = " https://github.com/virto-network/virto-node"
8
8
repository = " https://github.com/virto-network/virto-node"
@@ -19,7 +19,7 @@ frame-system = { workspace = true }
19
19
sp-runtime = { workspace = true }
20
20
sp-std = { workspace = true }
21
21
22
- orml-traits = {path = " ../traits" , version = " 0.6.7 " , default-features = false }
22
+ orml-traits = {path = " ../traits" , version = " 0.7.0 " , default-features = false }
23
23
24
24
[dev-dependencies ]
25
25
serde = " 1.0.136"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-rewards"
3
3
description = " Store and manage shares and rewards"
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/rewards"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Acala Developers" ]
8
8
edition = " 2021"
9
9
@@ -19,7 +19,7 @@ sp-io = { workspace = true }
19
19
sp-runtime = { workspace = true , features = [" serde" ] }
20
20
sp-std = { workspace = true }
21
21
22
- orml-traits = { path = " ../traits" , version = " 0.6.7 " , default-features = false }
22
+ orml-traits = { path = " ../traits" , version = " 0.7.0 " , default-features = false }
23
23
24
24
[dev-dependencies ]
25
25
sp-core = { workspace = true , features = [" std" ] }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-tokens"
3
3
description = " Fungible tokens module that implements `MultiCurrency` trait."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/tokens"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Laminar Developers <hello@laminar.one>" ]
8
8
edition = " 2021"
9
9
@@ -19,7 +19,7 @@ sp-arithmetic = { workspace = true }
19
19
sp-runtime = { workspace = true }
20
20
sp-std = { workspace = true }
21
21
22
- orml-traits = { path = " ../traits" , version = " 0.6.7 " , default-features = false }
22
+ orml-traits = { path = " ../traits" , version = " 0.7.0 " , default-features = false }
23
23
24
24
[dev-dependencies ]
25
25
pallet-elections-phragmen = { workspace = true , features = [" std" ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " orml-tokens-runtime-api"
3
- version = " 0.6.7 "
3
+ version = " 0.7.0 "
4
4
authors = [" Laminar Developers <hello@laminar.one>" ]
5
5
edition = " 2021"
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-traits"
3
3
description = " Shared traits including `BasicCurrency`, `MultiCurrency`, `Auction` and more."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/traits"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Laminar Developers <hello@laminar.one>" ]
8
8
edition = " 2021"
9
9
@@ -23,7 +23,7 @@ frame-support = { workspace = true }
23
23
24
24
xcm = { workspace = true }
25
25
26
- orml-utilities = { path = " ../utilities" , version = " 0.6.7 " , default-features = false }
26
+ orml-utilities = { path = " ../utilities" , version = " 0.7.0 " , default-features = false }
27
27
28
28
[features ]
29
29
default = [ " std" ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-unknown-tokens"
3
3
description = " Unknown tokens module that implements `UnknownAsset` trait."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/unknown-tokens"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Acala Developers" ]
8
8
edition = " 2021"
9
9
@@ -18,7 +18,7 @@ sp-std = { workspace = true }
18
18
19
19
xcm = { workspace = true }
20
20
21
- orml-xcm-support = { path = " ../xcm-support" , version = " 0.6.7 " , default-features = false }
21
+ orml-xcm-support = { path = " ../xcm-support" , version = " 0.7.0 " , default-features = false }
22
22
23
23
[dev-dependencies ]
24
24
sp-core = { workspace = true , features = [" std" ] }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-utilities"
3
3
description = " Various utilities including `FixedU128` and `LinkedList`."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/utilities"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Laminar Developers <hello@laminar.one>" ]
8
8
edition = " 2021"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-vesting"
3
3
description = " Provides scheduled balance locking mechanism, in a *graded vesting* way."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/vesting"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Laminar Developers <hello@laminar.one>" ]
8
8
edition = " 2021"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-xcm-mock-message-queue"
3
3
description = " XCM Mock Message Qeueu for XCM Simulator tests"
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm-mock-message-queue"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Acala Developers" ]
8
8
edition = " 2021"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-xcm-support"
3
3
description = " Supporting module for XCM integration."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm-support"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Acala Developers" ]
8
8
edition = " 2021"
9
9
@@ -17,7 +17,7 @@ sp-std = { workspace = true }
17
17
xcm = { workspace = true }
18
18
xcm-executor = { workspace = true }
19
19
20
- orml-traits = { path = " ../traits" , version = " 0.6.7 " , default-features = false }
20
+ orml-traits = { path = " ../traits" , version = " 0.7.0 " , default-features = false }
21
21
22
22
[features ]
23
23
default = [ " std" ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-xcm"
3
3
description = " XCM message helpers."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Acala Developers" ]
8
8
edition = " 2021"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "orml-xtokens"
3
3
description = " Cross-chain token transfer."
4
4
repository = " https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xtokens"
5
5
license = " Apache-2.0"
6
- version = " 0.6.7 "
6
+ version = " 0.7.0 "
7
7
authors = [" Acala Developers" ]
8
8
edition = " 2021"
9
9
@@ -26,8 +26,8 @@ xcm = { workspace = true }
26
26
xcm-executor = { workspace = true }
27
27
28
28
# orml
29
- orml-traits = { path = " ../traits" , version = " 0.6.7 " , default-features = false }
30
- orml-xcm-support = { path = " ../xcm-support" , version = " 0.6.7 " , default-features = false }
29
+ orml-traits = { path = " ../traits" , version = " 0.7.0 " , default-features = false }
30
+ orml-xcm-support = { path = " ../xcm-support" , version = " 0.7.0 " , default-features = false }
31
31
32
32
[dev-dependencies ]
33
33
# substrate
You can’t perform that action at this time.
0 commit comments