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

BlockId removal: refactor: StorageProvider #12510

Merged
merged 8 commits into from
Oct 18, 2022

Commits on Oct 17, 2022

  1. BlockId removal: refactor: StorageProvider

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

Commits on Oct 18, 2022

  1. Apply suggestions from code review

    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    bd28716 View commit details
    Browse the repository at this point in the history
  2. Update client/api/src/backend.rs

    Co-authored-by: Dmitrii Markin <dmitry@markin.tech>
    michalkucharczyk and dmitry-markin committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c5bc704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11c7013 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0a12a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ee00ec View commit details
    Browse the repository at this point in the history
  6. trigger CI job

    michalkucharczyk committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d8bc3ab View commit details
    Browse the repository at this point in the history
  7. trigger CI job

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