Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Add pallet methods for Polkadot & Kusama PLOs #407

Closed
emostov opened this issue Mar 15, 2021 · 0 comments · Fixed by #409
Closed

Add pallet methods for Polkadot & Kusama PLOs #407

emostov opened this issue Mar 15, 2021 · 0 comments · Fixed by #409

Comments

@emostov
Copy link
Contributor

emostov commented Mar 15, 2021

With Parachain Lease Offerings (PLOs) on the horizon the necessary pallet methods should be added to txwrapper to facilitate participation.

The Parachain onboarding process (crowdloan, auctions, registration, etc .. ) can be played using the Westend runtime on Polkadot master. The command to run should be

polkadot --chain=westend-dev --alice

N.B. This should be the last set of pallet methods added to txwrapper. In the future txwrapper users should migrate to txwrapper-polkadot

Methods:

  • contribute
  • withdraw
emostov added a commit that referenced this issue Mar 17, 2021
Closes #407.

 feature: Adds `crowdloan.contribute` & `crowdloan.withdraw`, which will enable users to participate in crowdloans.

testing: Adds metadata from westend spec version 50, which has the components for PLO process. This metadata is used in the new unit tests.
emostov added a commit that referenced this issue Mar 17, 2021
Closes #407.

 feature: Adds `crowdloan.contribute` & `crowdloan.withdraw`, which will enable users to participate in crowdloans.

testing: Adds metadata from westend spec version 50, which has the components for PLO process. This metadata is used in the new unit tests.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant