0.18.0 • Published 4 years ago

@lntools/wire v0.18.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

@lntools/wire

This repository contains the wire protocol code for the Lightning Network and includes the following functionality:

  • Peer which manages a connection to a peer. This class allows sending and emitting message traffic. It also manages internal state for Ping/Pong message traffic. /lib/peer.ts

  • Messages defined in BOLT #1 - Base Protocol, BOLT #2 - Peer Protocol for Channel Management, and BOLT #7 P2P Node and Channel Discovery can be found in /lib/messages. This code includes the message types and serialization and deserialization methods for each message.

  • P2P Node and Channel gossip management that can be found in /lib/gossip. This code contains the GossipManger which controls gossip for many peers. Gossip synchronization for a single peer is managed through PeerGossipSynchronizer.

0.18.0

4 years ago

0.17.0

4 years ago

0.15.0

4 years ago

0.14.0

4 years ago

0.13.3

4 years ago

0.13.2

4 years ago

0.13.0

4 years ago

0.13.1

4 years ago

0.12.3

4 years ago

0.12.4

4 years ago

0.12.2

4 years ago

0.12.1

4 years ago

0.12.0

4 years ago

0.11.1

4 years ago

0.11.2

4 years ago

0.11.0

4 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.5.0

4 years ago

0.6.0

4 years ago

0.4.0

4 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago