tronprotocol / libp2p

The p2p system implemented in java language
36 stars 19 forks source link

feat(net): add new api for P2pService #40

Closed 317787106 closed 1 year ago

317787106 commented 1 year ago

What does this PR do?

  1. Add new api for P2pService: public ChannelFuture connect(Node node, ChannelFutureListener future)
  2. fix the bug of getHexId in Node

Why are these changes required?

This PR has been tested by:

Unit Tests Manual Testing Follow up

Extra details