You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our upgrading of libp2p we moved identify and heartbeat out of PeerReportBehavior and into the FuelBehavior. There is still some functionality left in the PeerReportBehavior, however that probably can be moved to FuelBehavior.
We can just get rid of PeerReport all together, probably 👍
The text was updated successfully, but these errors were encountered:
We made an initial attempt at this in #1944 but ran into issues with adding custom fields in the #[derive(NetworkBehavior)]. I think we need to reevaluate how our libp2p code is architectured from a high level and that will help us decide how to deal with this issue.
In our upgrading of
libp2p
we movedidentify
andheartbeat
out ofPeerReportBehavior
and into theFuelBehavior
. There is still some functionality left in thePeerReportBehavior
, however that probably can be moved toFuelBehavior
.We can just get rid of
PeerReport
all together, probably 👍The text was updated successfully, but these errors were encountered: