Skip to content

dynamic dispatch fast_forward subcommand #25

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

Merged
merged 7 commits into from
Aug 29, 2023
Merged

Conversation

liamaharon
Copy link
Contributor

@liamaharon liamaharon commented Aug 24, 2023

Closes #12

  • An InherentProvider with dynamic dispatch, heavily inspired by @pmikolajczyk41's static dispatch BlockBuildingInfoProvider in Substrate
  • A new command fast-forward that takes a --chain arg, used to dynamically build an InherentProvider for the selected chain, also heavily inspired by @pmikolajczyk41's original fast-forward implementation in Substrate

TODO

  • Get approach reviewed by @pmikolajczyk41 and also @kianenigma if he is available
  • Decide if we should allow not passing --chain, in which case the cli will try all available inherent providers until it finds one that works (or doesn't)
  • Consider seeding some more initial supported chains
  • Write docs and doc comments

@liamaharon liamaharon added the enhancement New feature or request label Aug 24, 2023
@liamaharon liamaharon marked this pull request as draft August 24, 2023 11:12
@liamaharon liamaharon marked this pull request as ready for review August 29, 2023 06:40
@liamaharon liamaharon changed the title dynamic dispatch fast_forward dynamic dispatch fast_forward subcommand Aug 29, 2023
@liamaharon liamaharon merged commit c9a41c0 into main Aug 29, 2023
@liamaharon liamaharon deleted the liam/fast-forward branch August 29, 2023 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fast-forward command
2 participants