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

Integrating pallet auction #18

Closed
5 tasks done
chenzongxiong opened this issue Jun 12, 2022 · 0 comments · Fixed by #20
Closed
5 tasks done

Integrating pallet auction #18

chenzongxiong opened this issue Jun 12, 2022 · 0 comments · Fixed by #20
Assignees

Comments

@chenzongxiong
Copy link
Contributor

chenzongxiong commented Jun 12, 2022

To integrate pallet-auction, we need to copy and paste the following code
https://github.com/paritytech/polkadot/tree/master/runtime/common/src

  • slots
  • assigned-slots
  • para_registrar
  • auctions
  • para_sudo_wrapper
  • [] crowdloan (needn't)

These pallets are not standardized pallets presented in substrate/frame, it follows polakdot repository.
However, the code inside runtime/common/src also contains other pallets' configuration.
We need to pick up auction, slot, etc, from runtime/common/src.

However, as for internal testing, currently integrated pallets are enough for the apps team to do tests.

@chenzongxiong chenzongxiong self-assigned this Jun 13, 2022
@chenzongxiong chenzongxiong linked a pull request Jun 22, 2022 that will close this issue
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 a pull request may close this issue.

1 participant