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

Don't override fork strategy at block import #2794

Closed

Conversation

librelois
Copy link
Collaborator

What does it do?

Historically aura for parachain was overcharing fork strategy for parachain at block import, but it's no longer necessary.

This PR update our moonkit fork to remove the NimbusBlockImport type, a wrapper that impl BlockImport only to override the fork strategy.

What important points reviewers should know?

Is there something left for follow-up PRs?

What alternative implementations were considered?

Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?

What value does it bring to the blockchain users?

@librelois librelois added B5-clientnoteworthy Changes should be mentioned in any downstream projects' release notes D3-trivial PR contains trivial changes in a runtime directory that do not require an audit breaking Needs to be mentioned in breaking changes labels May 2, 2024
@librelois librelois requested a review from RomarQ May 2, 2024 12:03
Copy link
Contributor

github-actions bot commented May 2, 2024

Coverage Report

@@                                Coverage Diff                                 @@
##           master   moonkit-not-override-fork-strategy-block-import     +/-   ##
==================================================================================
  Coverage   73.06%                                            73.06%   0.00%     
  Files         228                                               228             
  Lines       69944                                             69944             
==================================================================================
  Hits        51103                                             51103             
  Misses      18841                                             18841             
Files Changed Coverage

Coverage generated Thu May 2 12:45:03 UTC 2024

@librelois
Copy link
Collaborator Author

Replaced by #2806

@librelois librelois closed this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B5-clientnoteworthy Changes should be mentioned in any downstream projects' release notes breaking Needs to be mentioned in breaking changes D3-trivial PR contains trivial changes in a runtime directory that do not require an audit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants