forked from open-web3-stack/open-runtime-module-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Version 0.7 to 0.7.1 cosmetically
- Loading branch information
Showing
23 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.7.0" | ||
version = "0.7.1" | ||
authors = ["Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.7.0" | ||
version = "0.7.1" | ||
authors = ["Parity Technologies <[email protected]>", "Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.7.0" | ||
version = "0.7.1" | ||
authors = ["Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -18,8 +18,8 @@ sp-io = { workspace = true } | |
sp-runtime = { workspace = true } | ||
sp-std = { workspace = true } | ||
|
||
orml-traits = { path = "../traits", version = "0.7.0", default-features = false } | ||
orml-utilities = { path = "../utilities", version = "0.7.0", default-features = false } | ||
orml-traits = { path = "../traits", version = "0.7.1", default-features = false } | ||
orml-utilities = { path = "../utilities", version = "0.7.1", default-features = false } | ||
|
||
[dev-dependencies] | ||
pallet-balances = { workspace = true, features = ["std"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.7.0" | ||
version = "0.7.1" | ||
authors = ["Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.7.0" | ||
version = "0.7.1" | ||
authors = ["Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -19,8 +19,8 @@ sp-io = { workspace = true } | |
sp-runtime = { workspace = true } | ||
sp-std = { workspace = true } | ||
|
||
orml-traits = { path = "../traits", version = "0.7.0", default-features = false } | ||
orml-utilities = { path = "../utilities", version = "0.7.0", default-features = false } | ||
orml-traits = { path = "../traits", version = "0.7.1", default-features = false } | ||
orml-utilities = { path = "../utilities", version = "0.7.1", default-features = false } | ||
|
||
[dev-dependencies] | ||
sp-core = { workspace = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "orml-oracle-runtime-api" | ||
version = "0.7.0" | ||
version = "0.7.1" | ||
authors = ["Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Virto Network <[email protected]>"] | ||
edition = '2021' | ||
name = "orml-payments" | ||
version = "0.7.0" | ||
version = "0.7.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.7.0", default-features = false } | ||
orml-traits = {path = "../traits", version = "0.7.1", default-features = false } | ||
|
||
[dev-dependencies] | ||
serde = "1.0.136" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.7.0" | ||
version = "0.7.1" | ||
authors = ["Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -19,7 +19,7 @@ sp-arithmetic = { workspace = true } | |
sp-runtime = { workspace = true } | ||
sp-std = { workspace = true } | ||
|
||
orml-traits = { path = "../traits", version = "0.7.0", default-features = false } | ||
orml-traits = { path = "../traits", version = "0.7.1", default-features = false } | ||
|
||
[dev-dependencies] | ||
pallet-elections-phragmen = { workspace = true, features = ["std"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "orml-tokens-runtime-api" | ||
version = "0.7.0" | ||
version = "0.7.1" | ||
authors = ["Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.7.0" | ||
version = "0.7.1" | ||
authors = ["Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -23,7 +23,7 @@ frame-support = { workspace = true } | |
|
||
xcm = { workspace = true } | ||
|
||
orml-utilities = { path = "../utilities", version = "0.7.0", default-features = false } | ||
orml-utilities = { path = "../utilities", version = "0.7.1", default-features = false } | ||
|
||
[features] | ||
default = [ "std" ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.7.0" | ||
version = "0.7.1" | ||
authors = ["Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.7.0" | ||
version = "0.7.1" | ||
authors = ["Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters