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

BlockId removal: refactor: Backend::justifications #12602

Merged
merged 5 commits into from
Nov 2, 2022

Commits on Nov 2, 2022

  1. BlockId removal: refactor: Backend::justifications

    It changes the arguments of `Backend::justifications` method from: `BlockId<Block>` to: `&Block::Hash`
    
    This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292)
    michalkucharczyk committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    52018ba View commit details
    Browse the repository at this point in the history
  2. trigger CI job

    michalkucharczyk committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    7115cd1 View commit details
    Browse the repository at this point in the history
  3. trigger CI job

    michalkucharczyk committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    7d74bb2 View commit details
    Browse the repository at this point in the history
  4. bug fix

    michalkucharczyk committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    91a6db8 View commit details
    Browse the repository at this point in the history
  5. match -> if

    Co-authored-by: Adrian Catangiu <adrian@parity.io>
    michalkucharczyk and acatangiu authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    4b30516 View commit details
    Browse the repository at this point in the history