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
{{ message }}
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
protocols package uses message wrapping to pass context between nodes in order to facilitate tracing of requests across nodes.
This wrapping however is not compatible with devp2p so cannot be used in protocols supporting cross-client communication.
Such context passing needs to be thought through and we should have a clear roadmap of making this feature debug only.