-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into add-existence-requi…
…rement
- Loading branch information
Showing
32 changed files
with
126 additions
and
102 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
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 = "1.0.0" | ||
version = "1.1.0" | ||
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 = "1.0.0" | ||
version = "1.1.0" | ||
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 = "1.0.0" | ||
version = "1.1.0" | ||
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 = "1.0.0", default-features = false } | ||
orml-utilities = { path = "../utilities", version = "1.0.0", default-features = false } | ||
orml-traits = { path = "../traits", version = "1.1.0", default-features = false } | ||
orml-utilities = { path = "../utilities", version = "1.1.0", 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 = "1.0.0" | ||
version = "1.1.0" | ||
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 = "1.0.0" | ||
version = "1.1.0" | ||
authors = ["Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -20,8 +20,8 @@ sp-runtime = { workspace = true } | |
sp-std = { workspace = true } | ||
frame-benchmarking = { workspace = true, optional = true } | ||
|
||
orml-traits = { path = "../traits", version = "1.0.0", default-features = false } | ||
orml-utilities = { path = "../utilities", version = "1.0.0", default-features = false } | ||
orml-traits = { path = "../traits", version = "1.1.0", default-features = false } | ||
orml-utilities = { path = "../utilities", version = "1.1.0", 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 = "1.0.0" | ||
version = "1.1.0" | ||
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 = "1.0.0" | ||
version = "1.1.0" | ||
license = "Apache-2.0" | ||
homepage = "https://github.com/virto-network/virto-node" | ||
repository = "https://github.com/virto-network/virto-node" | ||
|
@@ -20,7 +20,7 @@ frame-system = { workspace = true } | |
sp-runtime = { workspace = true } | ||
sp-std = { workspace = true } | ||
|
||
orml-traits = {path = "../traits", version = "1.0.0", default-features = false } | ||
orml-traits = {path = "../traits", version = "1.1.0", 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "orml-rate-limit" | |
description = "Provides way to config rate limiter for limit some operation." | ||
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/rate-limit" | ||
license = "Apache-2.0" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
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 = "1.0.0", default-features = false } | ||
orml-utilities = { path = "../utilities", version = "1.0.0", default-features = false } | ||
orml-traits = { path = "../traits", version = "1.1.0", default-features = false } | ||
orml-utilities = { path = "../utilities", version = "1.1.0", default-features = false } | ||
|
||
[dev-dependencies] | ||
pallet-timestamp = { 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
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 = "1.0.0" | ||
version = "1.1.0" | ||
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 = "1.0.0", default-features = false } | ||
orml-traits = { path = "../traits", version = "1.1.0", 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 = "1.0.0" | ||
version = "1.1.0" | ||
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
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 = "1.0.0" | ||
version = "1.1.0" | ||
authors = ["Laminar Developers <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -23,7 +23,7 @@ frame-support = { workspace = true } | |
|
||
xcm = { workspace = true } | ||
|
||
orml-utilities = { path = "../utilities", version = "1.0.0", default-features = false } | ||
orml-utilities = { path = "../utilities", version = "1.1.0", default-features = false } | ||
|
||
[features] | ||
default = [ "std" ] | ||
|
Oops, something went wrong.