This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Move bitswap and transactions protocol out of sc-network
#12133
Labels
I7-refactor
Code needs refactoring.
Z2-medium
Can be fixed by a coder with good Rust knowledge but little knowledge of the codebase.
Alongside #8686 we should also move out
transactions
andbitswap
protocol out ofsc-network
. These protocols should go on their own crates. While doing this we should also clear upBehaviour::new
to take allProtocolConfig
s in therequest_response_protocols
vector. There should be no need that we list all the other protocols on individually.Behaviour::new
.The text was updated successfully, but these errors were encountered: