You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
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:
The text was updated successfully, but these errors were encountered: