-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add parachain-staking
pallet
#307
Conversation
I realized this shouldn't be added to runtime yet, since we do the upgrade at the end of the sprint |
…parachain-staking
@@ -242,13 +242,18 @@ orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-li | |||
orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0", default-features = false } | |||
orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0", default-features = false } | |||
|
|||
# Other pallets | |||
# (wasm) | |||
substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this dependency for ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
crate for fixed point arithmetic used by the parachain-staking
pallet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's published on crates.io : https://crates.io/crates/substrate-fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -242,13 +242,18 @@ orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-li | |||
orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0", default-features = false } | |||
orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0", default-features = false } | |||
|
|||
# Other pallets | |||
# (wasm) | |||
substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's published on crates.io : https://crates.io/crates/substrate-fixed
@@ -242,13 +242,18 @@ orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-li | |||
orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0", default-features = false } | |||
orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0", default-features = false } | |||
|
|||
# Other pallets | |||
# (wasm) | |||
substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
parachain-staking
pallet added topallets
. No modifications, copied as it is