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

Fixes slow import (to remove at 0.9.45) #63

Open
wants to merge 2 commits into
base: moonbeam-polkadot-v0.9.43
Choose a base branch
from

Commits on Jul 19, 2023

  1. sc-transaction-pool: Always use best block to check if we should skip…

    … enactment (paritytech#14285)
    
    We will calculate the tree route always against the best block and thus, we also should use this one
    to check if we should skip the checks.
    bkchr authored and crystalin committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5fff7d2 View commit details
    Browse the repository at this point in the history
  2. grandpa: avoid importing unnecessary justifications (paritytech#14423)

    * grandpa: avoid importing unnecessary justifications
    
    * grandpa: make justification_import_period configurable
    
    * grandpa: keep the first justification
    
    * grandpa: add test for justification import period
    
    * grandpa: fix test
    andresilva authored and crystalin committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1cdcea4 View commit details
    Browse the repository at this point in the history