..
jsmn @ bd9bd55c3a
daemon/jsmn: Add submodule for jsmn.
9 years ago
test
opts: Remove --regtest flag and pass chainparams to bitcoind
8 years ago
.gitignore
daemon: first code.
9 years ago
Makefile
lightningd: fix shachain to be 48-bits, with hack for legacy.
8 years ago
bitcoind.c
fix: Only add cli_args if we have some defined
7 years ago
bitcoind.h
opts: Remove --regtest flag and pass chainparams to bitcoind
8 years ago
broadcast.c
broadcast: Implement replacing messages in the broadcast queue
8 years ago
broadcast.h
broadcast: Implement replacing messages in the broadcast queue
8 years ago
chaintopology.c
daemon/chaintopology: hand full txs to watch_tx()
7 years ago
chaintopology.h
daemon/chaintopology: hand full txs to watch_tx()
7 years ago
channel.c
daemon: disable old BOLT checks.
8 years ago
channel.h
htlc: move enum side crom daemon/channel.h to daemon/htlc.h
8 years ago
commit_tx.c
daemon/peer: move struct peer to internal header.
8 years ago
commit_tx.h
htlc: move enum side crom daemon/channel.h to daemon/htlc.h
8 years ago
configdir.c
config: different defaults for mainnet and testnet.
8 years ago
configdir.h
config: different defaults for mainnet and testnet.
8 years ago
cryptopkt.c
Fix a double-free bug in the negotiation phase
8 years ago
cryptopkt.h
peer: do logging before crypto is on.
8 years ago
db.c
daemon/peer: move struct peer to internal header.
8 years ago
db.h
bitcoin/preimage: struct preimage.
8 years ago
dns.c
dns: expose multiaddress connect code.
8 years ago
dns.h
dns: expose multiaddress connect code.
8 years ago
failure.c
Use global secp256k1_ctx instead of passing it around.
8 years ago
failure.h
Use global secp256k1_ctx instead of passing it around.
8 years ago
feechange.c
daemon/peer: move struct peer to internal header.
8 years ago
feechange.h
Remove trailing whitespace from source.
8 years ago
feechange_state.h
daemon: handle feechange requests.
8 years ago
htlc.c
daemon/peer: move struct peer to internal header.
8 years ago
htlc.h
lightningd: fix up malformed onion handling.
8 years ago
htlc_state.c
daemon/htlc_state: split off from daemon/htlc.
8 years ago
htlc_state.h
db.c: database API.
8 years ago
invoice.c
daemon/invoice: wean off dstate (a little), link into new daemon.
8 years ago
invoice.h
lightningd: peer_htlcs.c
8 years ago
irc_announce.c
routing: Cleaning up old hostname and port handling
8 years ago
irc_announce.h
routing: Added IRC announcement glue
8 years ago
json.c
routing: Passing back all addresses on getnodes
8 years ago
json.h
routing: Passing back all addresses on getnodes
8 years ago
jsonrpc.c
daemon/chaintopology: use struct topology for more functions, not lightningd_state
8 years ago
jsonrpc.h
jsonrpc: register base on linkage.
8 years ago
lightning-cli.c
opt, utils: new arg for wrappers due to low-level tal change.
8 years ago
lightningd.c
opts: Remove --regtest flag and pass chainparams to bitcoind
8 years ago
lightningd.h
routing: Add command line option to specify external IP address
8 years ago
log.c
lightningd: fix logging of peer death.
8 years ago
log.h
lightningd: fix logging of peer death.
8 years ago
names.c
names: move into daemon/
8 years ago
names.h
names: move into daemon/
8 years ago
netaddr.c
utils: add tal_hex() helper.
8 years ago
netaddr.h
peer: keep addresses separately from peers.
8 years ago
opt_time.c
Remove trailing whitespace from source.
8 years ago
opt_time.h
daemon: test restarting.
8 years ago
options.c
fix: Addressing feedback from PR #192
8 years ago
options.h
daemon/options: split option registration and parsing.
8 years ago
output_to_htlc.c
daemon/peer: move struct peer to internal header.
8 years ago
output_to_htlc.h
struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count()
8 years ago
p2p_announce.c
Update to match spec: "BOLT7: Reorder feature bitmaps in order to allow future changes"
8 years ago
p2p_announce.h
refactor: Move the gossip handlers to routing
8 years ago
packets.c
daemon/peer: move struct peer to internal header.
8 years ago
packets.h
bitcoin/preimage: struct preimage.
8 years ago
pay.c
daemon/sphinx: support modern v0 hop payload.
8 years ago
pay.h
bitcoin/preimage: struct preimage.
8 years ago
peer.c
daemon/chaintopology: hand full txs to watch_tx()
7 years ago
peer.h
daemon/peer: move struct peer to internal header.
8 years ago
peer_internal.h
daemon/peer: move struct peer to internal header.
8 years ago
pseudorand.c
daemon/pseudorand: be more paranoid with isaac64 output.
8 years ago
pseudorand.h
daemon: use siphash for hashes.
9 years ago
routing.c
Move short_channel_id primitive into bitcoin
7 years ago
routing.h
Move short_channel_id primitive into bitcoin
7 years ago
routingrpc.c
routing: Cleaning up old hostname and port handling
8 years ago
secrets.c
struct secret: use everywhere.
8 years ago
secrets.h
bitcoin/signature.h: remove struct signature.
8 years ago
sphinx.c
script: Consolidate scripts to use pubkey_to_hash160
8 years ago
sphinx.h
script: Consolidate scripts to use pubkey_to_hash160
8 years ago
state.h
daemon: disable old BOLT checks.
8 years ago
state_types.h
Remove trailing whitespace from source.
8 years ago
timeout.c
refactor: Making timers independent of the lightningd_state
8 years ago
timeout.h
refactor: Making timers independent of the lightningd_state
8 years ago
wallet.c
struct secret: use everywhere.
8 years ago
wallet.h
wallet: use pubkey as API, not pointer.
8 years ago
watch.c
daemon/chaintopology: hand full txs to watch_tx()
7 years ago
watch.h
daemon/chaintopology: hand full txs to watch_tx()
7 years ago