BlockId removal: refactor: ProofProvider (#12519)
* BlockId removal: refactor: ProofProvider It changes the arguments of methods of `ProofProvider` trait from: block: `BlockId<Block>` to: hash: `&Block::Hash` This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292) * LightClientRequestHandler: excessive BlockIdTo bound removed * imports cleanup * formatting * args tyeps cleanup
Showing
- substrate/client/api/src/proof_provider.rs 8 additions, 8 deletionssubstrate/client/api/src/proof_provider.rs
- substrate/client/network/light/src/light_client_requests/handler.rs 35 additions, 41 deletions...client/network/light/src/light_client_requests/handler.rs
- substrate/client/network/sync/src/state_request_handler.rs 3 additions, 3 deletionssubstrate/client/network/sync/src/state_request_handler.rs
- substrate/client/rpc/src/state/state_full.rs 2 additions, 2 deletionssubstrate/client/rpc/src/state/state_full.rs
- substrate/client/service/src/client/client.rs 9 additions, 13 deletionssubstrate/client/service/src/client/client.rs
Please register or sign in to comment