Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: emit peer:identify event after identify completes (#1741)
To monitor when peers complete the identify protocol, emit a `peer:identify` event with the protocol reply. This is more reliable than doing an on-demand identify since we can easily breach per-protocol stream limits for identify.
- Loading branch information