BlockId removal: refactor: HeaderBackend::header (#6418)
* 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) * missed fixes * BlockId removal: refactor: HeaderBackend::expect_header It changes the arguments of `HeaderBackend::expect_header` method from: `BlockId<Block>` to: `Block::Hash` * update lockfile for {"substrate"} * misspell fixed Co-authored-by: parity-processbot <>
Showing
- polkadot/Cargo.lock 180 additions, 181 deletionspolkadot/Cargo.lock
- polkadot/cli/src/command.rs 1 addition, 1 deletionpolkadot/cli/src/command.rs
- polkadot/node/client/src/lib.rs 2 additions, 2 deletionspolkadot/node/client/src/lib.rs
- polkadot/node/core/chain-api/src/lib.rs 3 additions, 6 deletionspolkadot/node/core/chain-api/src/lib.rs
- polkadot/node/core/chain-api/src/tests.rs 7 additions, 11 deletionspolkadot/node/core/chain-api/src/tests.rs
- polkadot/node/core/parachains-inherent/Cargo.toml 0 additions, 1 deletionpolkadot/node/core/parachains-inherent/Cargo.toml
- polkadot/node/core/parachains-inherent/src/lib.rs 1 addition, 2 deletionspolkadot/node/core/parachains-inherent/src/lib.rs
- polkadot/node/service/src/grandpa_support.rs 25 additions, 22 deletionspolkadot/node/service/src/grandpa_support.rs
- polkadot/node/service/src/lib.rs 2 additions, 5 deletionspolkadot/node/service/src/lib.rs
- polkadot/node/test/client/src/block_builder.rs 7 additions, 6 deletionspolkadot/node/test/client/src/block_builder.rs
Please register or sign in to comment