comit-network/xmr-btc-swap

Use libp2p identify for compatibility issues

delta1 opened this issue · 3 comments

We should have the agentVersion available when identifying with peers. We can use this to work around compatibility issues - either by marking or hiding incompatible peers.

see #1184 and #1267

breaking changes should be bumping the protocolVersion too, which means we also need some sort of integration test against old versions when releasing a new version

Fyi I already made the agentVersion available with 9e96ef6

Thanks! Yes saw that, and just made this issue to track having some logic in the cli/asb regarding that version