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

feat(polkadot): Add pallet methods crowdloan.{contribute, withdraw} #64

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

emostov
Copy link
Contributor

@emostov emostov commented Mar 18, 2021

Closes #63

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.

Screen Shot 2021-03-18 at 12 00 15 PM

Screen Shot 2021-03-18 at 11 56 42 AM

Closes #63

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 emostov self-assigned this Mar 18, 2021
@@ -0,0 +1,2 @@
// Name exports to create namespaces that map to pallets
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// Name exports to create namespaces that map to pallets
// exports to create namespaces that map to pallets

Copy link
Member

@TarikGul TarikGul left a comment

Choose a reason for hiding this comment

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

LGTM

@emostov emostov merged commit 09542bd into main Mar 22, 2021
@emostov emostov deleted the zeke-add-crowdloan branch March 22, 2021 17:11
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.

Add PLOs pallet methods for Polkadot & Kusama
3 participants