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

BlockId removal: refactor: HeaderBackend::header #6418

Merged
merged 10 commits into from
Dec 20, 2022

Commits on Dec 9, 2022

  1. BlockId removal: refactor: HeaderBackend::header

    It changes the arguments of:
    - `HeaderBackend::header`,
    - `Client::header`
    
    methods from: `BlockId<Block>` to: `Block::Hash`
    
    This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292)
    michalkucharczyk committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    5965d2d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. missed fixes

    michalkucharczyk committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    3b9ee12 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into mku-blockid-headerb…

    …ackend-header
    parity-processbot committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    484f15b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Merge remote-tracking branch 'origin/master' into mku-blockid-headerb…

    …ackend-header
    parity-processbot committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    0b79268 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. BlockId removal: refactor: HeaderBackend::expect_header

    It changes the arguments of `HeaderBackend::expect_header` method from: `BlockId<Block>` to: `Block::Hash`
    michalkucharczyk committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    61e6cbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8e4e22 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Merge remote-tracking branch 'origin/master' into mku-blockid-headerb…

    …ackend-header
    parity-processbot committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    789bbd4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Merge remote-tracking branch 'origin/master' into mku-blockid-headerb…

    …ackend-header
    parity-processbot committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    971bb1d View commit details
    Browse the repository at this point in the history
  2. update lockfile for {"substrate"}

    parity-processbot committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    410a84a View commit details
    Browse the repository at this point in the history
  3. misspell fixed

    michalkucharczyk committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    788c502 View commit details
    Browse the repository at this point in the history