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 #12874

Merged
merged 17 commits into from
Dec 20, 2022

Commits on Dec 8, 2022

  1. BlockId removal: refactor: HeaderBackend::header

    It changes the arguments of:
    - `HeaderBackend::header`,
    - `Client::header`,
    - `PeersClient::header`
    - `ChainApi::block_header`
    
    methods from: `BlockId<Block>` to: `Block::Hash`
    
    This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292)
    michalkucharczyk committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4f484d7 View commit details
    Browse the repository at this point in the history
  2. non-trivial usages of haeder(block_id) refactored

    This may required introduction of dedicated function:
    header_for_block_num
    michalkucharczyk committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    d06359c View commit details
    Browse the repository at this point in the history
  3. fmt

    michalkucharczyk committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ce678eb View commit details
    Browse the repository at this point in the history
  4. fix

    michalkucharczyk committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7f62b7f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. doc fixed

    michalkucharczyk committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1ed9150 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

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

    …ackend-header
    parity-processbot committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    62e73b8 View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/fmt.sh"

    command-bot committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    d0aaea9 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    6f6385f 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
    ae66534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d4dd7 View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/fmt.sh"

    command-bot committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    9229dd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    36bb230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4c3234 View commit details
    Browse the repository at this point in the history
  3. readme updated

    michalkucharczyk committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6d22a6c 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
    e085ba9 View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/fmt.sh"

    command-bot committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    a6b5c78 View commit details
    Browse the repository at this point in the history
  3. fix

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