..
test
ccan: import ccan/json_out and ccan/json_escape.
6 years ago
Makefile
common: pull out scriptPubkey address method
6 years ago
addr.c
common: pull out scriptPubkey address method
6 years ago
addr.h
common: pull out scriptPubkey address method
6 years ago
amount.c
chore: adds missing WARN_UNUSED to amount_msat_from_sat_u64
6 years ago
amount.h
chore: adds missing WARN_UNUSED to amount_msat_from_sat_u64
6 years ago
base32.c
Remove tal_len, use tal_count() or tal_bytelen().
7 years ago
base32.h
common/base32: make this a simple tal-wrapper around ccan/base32.
7 years ago
bech32.c
bech32: fix overflow bug.
6 years ago
bech32.h
Use expected LIGHTNING_DIR_FILE_H define
7 years ago
bech32_util.c
Remove tal_len, use tal_count() or tal_bytelen().
7 years ago
bech32_util.h
common: Moving some bech32 related utilities to bech32_util
7 years ago
bip32.c
common: move some files out of lightningd/
7 years ago
bip32.h
headers: fix up header idempotent lines.
7 years ago
bolt11.c
bolt11: fix decoding and encoding of unknown fields.
6 years ago
bolt11.h
Use node_id everywhere for nodes.
6 years ago
channel_config.c
struct channel_config: use amount_sat / amount_msat.
6 years ago
channel_config.h
struct channel_config: use amount_sat / amount_msat.
6 years ago
close_tx.c
wally: Remove tx->input and tx->output, wally all the way!
6 years ago
close_tx.h
daemons: use amount_msat/amount_sat in all internal wire transfers.
6 years ago
configdir.c
lightningd: fix double-specified args.
7 years ago
configdir.h
options: don't leak memory when people override options.
7 years ago
crypto_state.c
crypto_state: move to its own file.
7 years ago
crypto_state.h
crypto_state: move to its own file.
7 years ago
crypto_sync.c
common/per_per_state: generalize lightningd/peer_comm Part 1
6 years ago
crypto_sync.h
common/per_per_state: generalize lightningd/peer_comm Part 1
6 years ago
cryptomsg.c
common/cryptomsg: remove unused async routines.
6 years ago
cryptomsg.h
common/cryptomsg: remove unused async routines.
6 years ago
daemon.c
update libwally to latest version 0.6.9
6 years ago
daemon.h
pytest: backtrace on internal errors in subdaemons.
6 years ago
daemon_conn.c
status: suppress status_trace/status_debug messages if queue too long.
6 years ago
daemon_conn.h
status: suppress status_trace/status_debug messages if queue too long.
6 years ago
decode_short_channel_ids.c
utils: make tal_arr_expand safer.
6 years ago
decode_short_channel_ids.h
Update to latest BOLT version.
7 years ago
derive_basepoints.c
derive_basepoints: harden checking.
6 years ago
derive_basepoints.h
derive_basepoints: harden checking.
6 years ago
dev_disconnect.c
Spelling corrections (#824)
7 years ago
dev_disconnect.h
Add DEVELOPER flag, set by default.
7 years ago
features.c
openingd: support receipt of upfront_shutdown_script.
6 years ago
features.h
features: add local_feature_negotiated / global_feature_negotiated helpers.
6 years ago
funding_tx.c
wally: Migrate the funding transaction
6 years ago
funding_tx.h
bitcoin: use amount_sat/amount_msat.
6 years ago
gossip_store.c
ccan: update to faster and correct crc32c implementation.
6 years ago
gossip_store.h
ccan: update to faster and correct crc32c implementation.
6 years ago
hash_u5.c
common/hash_u5: routines to hash 5 bit values.
7 years ago
hash_u5.h
common/hash_u5: routines to hash 5 bit values.
7 years ago
htlc.h
Remove unused functions not covered by unit tests
7 years ago
htlc_state.c
common: absorb remaining files from daemon/
7 years ago
htlc_state.h
Fix a-vs-an typos
7 years ago
htlc_trim.c
channeld: extract HTLC trim logic into common.
6 years ago
htlc_trim.h
channeld: extract HTLC trim logic into common.
6 years ago
htlc_tx.c
wally: Migrate main daemon to use wally transactions
6 years ago
htlc_tx.h
channeld: extract HTLC trim logic into common.
6 years ago
htlc_wire.c
daemons: use amount_msat/amount_sat in all internal wire transfers.
6 years ago
htlc_wire.h
daemons: use amount_msat/amount_sat in all internal wire transfers.
6 years ago
initial_channel.c
chore: err_reason for initial_channel_tx initial_commit_tx
6 years ago
initial_channel.h
chore: err_reason for initial_channel_tx initial_commit_tx
6 years ago
initial_commit_tx.c
pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN.
6 years ago
initial_commit_tx.h
chore: err_reason for initial_channel_tx initial_commit_tx
6 years ago
io_lock.c
common/io_lock: add helper to query if lock is taken.
6 years ago
io_lock.h
common/io_lock: add helper to query if lock is taken.
6 years ago
json.c
json: add more efficient iterators for objects and arrays.
6 years ago
json.h
json: add more efficient iterators for objects and arrays.
6 years ago
json_command.h
param: make command_fail/command_success WARN_UNUSED_RESULT.
6 years ago
json_helpers.c
json: add a helper to split a json token given a specific character
6 years ago
json_helpers.h
json: add a helper to split a json token given a specific character
6 years ago
json_tok.c
ccan: import ccan/json_out and ccan/json_escape.
6 years ago
json_tok.h
ccan: import ccan/json_out and ccan/json_escape.
6 years ago
jsonrpc_errors.h
openingd/json_fund_channel:
6 years ago
key_derive.c
pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN.
6 years ago
key_derive.h
headers: fix up header idempotent lines.
7 years ago
keyset.c
bolt: Updated the BOLT specification to the latest version
6 years ago
keyset.h
common/keyset: use struct basepoints rather than open-coding fields.
7 years ago
memleak.c
ccan: update to get ccan/io exclusive helpers.
6 years ago
memleak.h
memleak: allow for scanning non-talloc regions.
6 years ago
msg_queue.c
status: suppress status_trace/status_debug messages if queue too long.
6 years ago
msg_queue.h
status: suppress status_trace/status_debug messages if queue too long.
6 years ago
node_id.c
common/node_id: new type.
6 years ago
node_id.h
common/node_id: new type.
6 years ago
overflows.h
The overflow check mul_overflows_s64(int64_t, int64_t) overflows and triggers UB :-) Remove it
7 years ago
param.c
libplugin: quick fix for bad JSON produced by plugins on bad paramters.
6 years ago
param.h
param: make json_tok_ handlers all return command_result, rename to param_
6 years ago
peer_billboard.c
common: peer_billboard() helper for updating the billboard.
7 years ago
peer_billboard.h
common: peer_billboard() helper for updating the billboard.
7 years ago
peer_failed.c
common/per_per_state: generalize lightningd/peer_comm Part 1
6 years ago
peer_failed.h
common/per_per_state: generalize lightningd/peer_comm Part 1
6 years ago
peer_status_wire.csv
common/per_per_state: generalize lightningd/peer_comm Part 1
6 years ago
per_peer_state.c
common/gossip_store: handle timestamp filtering.
6 years ago
per_peer_state.h
common/gossip_store: handle timestamp filtering.
6 years ago
permute_tx.c
wally: Remove tx->input and tx->output, wally all the way!
6 years ago
permute_tx.h
tx: Change permute_{inputs,outputs} to sort both old and new txs
6 years ago
ping.c
Remove tal_len, use tal_count() or tal_bytelen().
7 years ago
ping.h
pong: embed version string into ping replies if DEVELOPER=1.
7 years ago
pseudorand.c
common: expose pseudorand_double
6 years ago
pseudorand.h
common: expose pseudorand_double
6 years ago
read_peer_msg.c
common/gossip_store: handle timestamp filtering.
6 years ago
read_peer_msg.h
common/gossip_store: handle timestamp filtering.
6 years ago
socket_close.c
closingd: Ensure proper closing of TCP socket.
7 years ago
socket_close.h
closingd: Ensure proper closing of TCP socket.
7 years ago
sphinx.c
hooks: Add the raw payload to the htlc_accepted call
6 years ago
sphinx.h
hooks: Add the raw payload to the htlc_accepted call
6 years ago
status.c
common/per_per_state: generalize lightningd/peer_comm Part 1
6 years ago
status.h
common/per_per_state: generalize lightningd/peer_comm Part 1
6 years ago
status_levels.h
status: separate types for peer failure vs "impossible" failures.
7 years ago
status_wire.c
status: generate messages rather than marshal/unmarshal manually.
7 years ago
status_wire.csv
common/per_per_state: generalize lightningd/peer_comm Part 1
6 years ago
status_wire.h
status: generate messages rather than marshal/unmarshal manually.
7 years ago
subdaemon.c
plugin/libplugin: API for C plugins.
6 years ago
subdaemon.h
common/subdaemon: helpers for dumping memleaks in subdaemons.
6 years ago
timeout.c
utils: remove tal_tmpctx altogether, use global.
7 years ago
timeout.h
headers: fix up header idempotent lines.
7 years ago
type_to_string.c
type_to_string: return const char *.
6 years ago
type_to_string.h
common/node_id: new type.
6 years ago
utils.c
common: Add tal_arr_remove helper
6 years ago
utils.h
utils: make tal_arr_expand safer.
6 years ago
utxo.c
common/utxo: don't memleak script.
6 years ago
utxo.h
Use node_id everywhere for nodes.
6 years ago
version.c
Make version output simpler/more user-friendly
7 years ago
version.h
Onboarding: Make log output texts friendlier to new users
7 years ago
wallet.c
wallet: Rip out the txtypes type in favor of enum wallet_tx_type
6 years ago
wallet.h
wallet: Rip out the txtypes type in favor of enum wallet_tx_type
6 years ago
wallet_tx.c
fundchannel: Add a new 'utxo' parameter
6 years ago
wallet_tx.h
fundchannel: Add a new 'utxo' parameter
6 years ago
wire_error.c
Remove tal_len, use tal_count() or tal_bytelen().
7 years ago
wire_error.h
common: fix up BOLT 1 references.
7 years ago
wireaddr.c
wireaddr: keep valgrind happy with wireaddr which are pathnames.
6 years ago
wireaddr.h
wireaddr: update bolt version, remove 'padding' from addresses.
6 years ago
withdraw_tx.c
common/withdraw_tx: tell caller where we put the change output.
6 years ago
withdraw_tx.h
common/withdraw_tx: tell caller where we put the change output.
6 years ago