Skip to content
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

Merged
merged 5 commits into from
Feb 2, 2024
Merged

Add parachain-staking pallet #307

merged 5 commits into from
Feb 2, 2024

Conversation

ghost
Copy link

@ghost ghost commented Jan 24, 2024

  • fork of parachain-staking pallet added to pallets. No modifications, copied as it is

@ghost ghost linked an issue Jan 24, 2024 that may be closed by this pull request
@ghost ghost marked this pull request as ready for review January 24, 2024 11:36
@ghost ghost self-assigned this Jan 24, 2024
@ghost ghost requested review from asiniscalchi, magecnion, tonimateos and ccubu January 24, 2024 11:58
@ghost
Copy link
Author

ghost commented Jan 24, 2024

I realized this shouldn't be added to runtime yet, since we do the upgrade at the end of the sprint

@ghost ghost marked this pull request as draft January 24, 2024 12:00
@ghost ghost marked this pull request as ready for review February 1, 2024 10:24
@ghost ghost requested review from asiniscalchi, magecnion and tonimateos February 1, 2024 10:25
@@ -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 }
Copy link
Member

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 ?

Copy link
Author

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

Copy link
Member

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

Copy link
Member

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 }
Copy link
Member

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 }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asiniscalchi asiniscalchi merged commit a59ded0 into main Feb 2, 2024
7 checks passed
@asiniscalchi asiniscalchi deleted the fork-parachain-staking branch February 2, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fork parachain-staking pallet to our repo
3 participants