BlockId removal: refactor: HeaderBackend::header (#1977)
* 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) * update lockfile for {"polkadot", "substrate"} Co-authored-by: parity-processbot <>
Showing
- cumulus/Cargo.lock 295 additions, 373 deletionscumulus/Cargo.lock
- cumulus/client/collator/src/lib.rs 1 addition, 1 deletioncumulus/client/collator/src/lib.rs
- cumulus/client/relay-chain-minimal-node/src/blockchain_rpc_client.rs 3 additions, 14 deletions...ent/relay-chain-minimal-node/src/blockchain_rpc_client.rs
- cumulus/pallets/parachain-system/src/validate_block/tests.rs 2 additions, 2 deletionscumulus/pallets/parachain-system/src/validate_block/tests.rs
- cumulus/primitives/timestamp/src/lib.rs 17 additions, 13 deletionscumulus/primitives/timestamp/src/lib.rs
Please register or sign in to comment