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

Backport two recent PRs from polkadot-staging branch #2828

Merged
merged 2 commits into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. Add submit_finality_proof_ex call to the GRANDPA pallet (#2821)

    * depreacte submit_finality_proof and introduce submit_finality_proof_ex instead
    
    * propagate changes to the rest of runtime crates
    
    * tests for new call
    
    * suppress deprecation warning
    
    * revert changes to benchmarks to avoid unnecessary compilation issues when integrating to other repos
    svyatonik committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    13e0aa0 View commit details
    Browse the repository at this point in the history
  2. Pass finality proof verification context to the call builder (#2823)

    * pass verification context to the build_submit_finality_proof_call
    
    * current_set_id -> context
    svyatonik committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2779e80 View commit details
    Browse the repository at this point in the history