Support querying peer reputation (#2392)
# Description
Trivial change that resolves
https://github.com/paritytech/polkadot-sdk/issues/2185.
Since there was a mix of `who` and `peer_id` argument names nearby I
changed them all to `peer_id`.
# Checklist
- [x] My PR includes a detailed description as outlined in the
"Description" section above
- [x] My PR follows the [labeling requirements](CONTRIBUTING.md#Process)
of this project (at minimum one label for `T`
required)
- [x] I have made corresponding changes to the documentation (if
applicable)
- [ ] I have added tests that prove my fix is effective or that my
feature works (if applicable)
---------
Co-authored-by:
Bastian Köcher <git@kchr.de>
parent
cd63276d
Showing
- substrate/client/consensus/grandpa/src/communication/tests.rs 7 additions, 3 deletions...trate/client/consensus/grandpa/src/communication/tests.rs
- substrate/client/network-gossip/src/bridge.rs 6 additions, 2 deletionssubstrate/client/network-gossip/src/bridge.rs
- substrate/client/network-gossip/src/state_machine.rs 7 additions, 3 deletionssubstrate/client/network-gossip/src/state_machine.rs
- substrate/client/network/src/service.rs 12 additions, 9 deletionssubstrate/client/network/src/service.rs
- substrate/client/network/src/service/traits.rs 13 additions, 10 deletionssubstrate/client/network/src/service/traits.rs
- substrate/client/network/sync/src/service/mock.rs 3 additions, 2 deletionssubstrate/client/network/sync/src/service/mock.rs
- substrate/client/offchain/src/api.rs 6 additions, 2 deletionssubstrate/client/offchain/src/api.rs
- substrate/client/offchain/src/lib.rs 6 additions, 2 deletionssubstrate/client/offchain/src/lib.rs
Please register or sign in to comment