mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
Lightning Network Daemon ⚡️
bitcoinblockchaincryptocurrencycryptographylightninglightning-networkmicropaymentspaymentspeer-to-peerprotocol
* Structs and wire messages for HTLCs * Wire protocol for a state machine with no blocking(!!!) (I will write the state machine) TL;DR: Can do multiple HTLC modifications in-flight, dead simple wire protocol. Both sides can update their Commitments unliaterally without waiting for the other party's signature. Will have basic/preliminary notes in the README * Added **swp to .gitignore because of vim annoyances |
||
---|---|---|
chainntfs | ||
channeldb | ||
cmd | ||
lndc | ||
lnrpc | ||
lnwallet | ||
lnwire | ||
shachain | ||
.gitignore | ||
config.go | ||
doc.go | ||
log.go | ||
omnihandler.go | ||
peer.go | ||
peer_test.go | ||
plasma.go | ||
README.md | ||
rpcserver.go | ||
server.go |