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

BlockId removal: refactor: Finalizer #12528

Merged
merged 4 commits into from
Oct 20, 2022

Commits on Oct 19, 2022

  1. BlockId removal: refactor: Finalizer

    It changes the arguments of methods of `Finalizer` trait from:
    block: `BlockId<Block>` to: hash: `&Block::Hash`
    
    This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292)
    michalkucharczyk committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    7d5b7f6 View commit details
    Browse the repository at this point in the history
  2. minor corrections

    michalkucharczyk committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    3109a69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8fc7bc View commit details
    Browse the repository at this point in the history
  4. minor rework

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