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

BlockId removal: refactor: ProofProvider #12519

Merged
merged 5 commits into from
Oct 19, 2022

Commits on Oct 18, 2022

  1. BlockId removal: refactor: ProofProvider

    It changes the arguments of methods of `ProofProvider` trait from:
    block: `BlockId<Block>` to: hash: `&Block::Hash`
    
    This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292)
    michalkucharczyk committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    a16f49d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7083fa3 View commit details
    Browse the repository at this point in the history
  3. imports cleanup

    michalkucharczyk committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e8821a1 View commit details
    Browse the repository at this point in the history
  4. formatting

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

Commits on Oct 19, 2022

  1. args tyeps cleanup

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