This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Description
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.