Skip to content

Commit

Permalink
Merge pull request moonbeam-foundation#9 from mangata-finance/release…
Browse files Browse the repository at this point in the history
…/second-runtime-upgrade

Release/second runtime upgrade
  • Loading branch information
iStrike7 authored Apr 22, 2022
2 parents 9a1a31a + ac4e2de commit f202e0c
Show file tree
Hide file tree
Showing 9 changed files with 2,964 additions and 2,567 deletions.
1,571 changes: 787 additions & 784 deletions Cargo.lock

Large diffs are not rendered by default.

970 changes: 484 additions & 486 deletions Cargo.toml

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions pallets/parachain-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ frame-system = { git = "https://github.com/mangata-finance/substrate", branch =
parity-scale-codec = { version = "2.2", default-features = false, features = [
"derive",
] }
scale-info = { version = "1.0", default-features = false, features = [
scale-info = { version = "1.0.0", default-features = false, features = [
"derive",
] }
pallet-authorship = { git = "https://github.com/mangata-finance/substrate", default-features = false, branch = "mangata-dev" }
Expand All @@ -37,8 +37,9 @@ similar-asserts = "1.1.0"

orml-traits = { default-features = false, version = "0.4.1-dev", git = "https://github.com/mangata-finance/open-runtime-module-library", branch = "mangata-dev" }
pallet-assets-info = { default-features = false, git = "https://github.com/mangata-finance/mangata-node", branch = "develop" }
sp-core = { git = "https://github.com/mangata-finance/substrate", branch = "mangata-dev" }
sp-io = { git = "https://github.com/mangata-finance/substrate", branch = "mangata-dev" }
sp-core = { git = "https://github.com/mangata-finance/substrate", default-features = false, branch = "mangata-dev" }
sp-io = { git = "https://github.com/mangata-finance/substrate", default-features = false, branch = "mangata-dev" }


[features]
default = ["std"]
Expand All @@ -58,5 +59,9 @@ std = [
"orml-tokens/std",
"pallet-issuance/std",
]
runtime-benchmarks = ["frame-benchmarking"]
runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks",
]
try-runtime = ["frame-support/try-runtime"]
Loading

0 comments on commit f202e0c

Please sign in to comment.