Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 10:34
0488a7b

0.7.0 (2022-04-27)

⚠ BREAKING CHANGES

    • Transport interface, debug log enabler, enr in talkreq/talkresp
  • new multiaddr used with different API
  • emitted peer event now emits a peer data object with id and multiaddrs instead of a peer-info

Features

  • configurable transport service and remote enr (#169) (72aaa0b)

Bug Fixes

  • add toNewUint8Array when decoding enr values (65a1828)
  • AddrVotes.best (a3f2769)
  • decode message and add a test (d64cee4)
  • decodeFindNode (ac6c707)

Miscellaneous