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

BlockId removal: refactor: CallExecutor trait #13173

Merged
merged 5 commits into from
Jan 24, 2023

Commits on Jan 19, 2023

  1. BlockId removal: refactor: CallExecutor trait

    It changes the arguments of CallExecutor methods:
    -  `call`, 'contextual_call', 'runtime_version', 'prove_execution'
    
    from: `BlockId<Block>` to: `Block::Hash`
    
    This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292)
    michalkucharczyk committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1ac3e22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1275c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Apply suggestions from code review

    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    5c911ba View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    ce2d736 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

    …cutor
    parity-processbot committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c55c8c8 View commit details
    Browse the repository at this point in the history