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

Implement Randomness pallet #468

Closed
Tracked by #347
cernicc opened this issue Oct 22, 2024 · 0 comments · Fixed by #469
Closed
Tracked by #347

Implement Randomness pallet #468

cernicc opened this issue Oct 22, 2024 · 0 comments · Fixed by #469
Assignees
Milestone

Comments

@cernicc
Copy link
Member

cernicc commented Oct 22, 2024

Implement a custom pallet that should fetch and store random values. It should also expose fetching those values by exposing an extrinsic.

Tasks:

  • On each block call random_seed. Save the result to some internal map (height -> seed).
  • Implement extrinsic for fetching random values. The shape of the extrinsic will be decided on while implementing it.
@cernicc cernicc added this to the Phase 2 milestone Oct 22, 2024
@cernicc cernicc self-assigned this Oct 22, 2024
@cernicc cernicc mentioned this issue Oct 22, 2024
38 tasks
@cernicc cernicc linked a pull request Oct 23, 2024 that will close this issue
6 tasks
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