Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

BlockId removal: refactor: BlockImportOperation+Bknd::finalize_block #12535

Merged
merged 3 commits into from
Oct 20, 2022

Commits on Oct 20, 2022

  1. BlockId removal: refactor: BlockImportOperation+Bknd::finalize_block

    It changes the arguments of methods of `BlockImportOperation` trait
    from: block: `BlockId<Block>` to: hash: `&Block::Hash`
    `Backend::finalize_block` was also changed.
    
    This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292)
    michalkucharczyk committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    b144c95 View commit details
    Browse the repository at this point in the history
  2. Review suggestion applied

    thx to @davxy
    michalkucharczyk committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    54eff79 View commit details
    Browse the repository at this point in the history
  3. trigger CI job

    michalkucharczyk committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    860e253 View commit details
    Browse the repository at this point in the history