.. |
test
|
common/json.c: Check that JSMN result is well-formed.
|
5 years ago |
Makefile
|
setup: create a common setup which will handle the wally-context
|
5 years ago |
addr.c
|
addr: handle P2SH/P2PKH in scriptpubkey encoding
|
5 years ago |
addr.h
|
common: use tabs everywhere.
|
5 years ago |
amount.c
|
wire: move towire/fromwire_amount from wire/ into common/amount.c
|
5 years ago |
amount.h
|
wire: move towire/fromwire_amount from wire/ into common/amount.c
|
5 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 |
base64.c
|
Init commit to be able to create a tor static service on the fly.
|
5 years ago |
base64.h
|
Init commit to be able to create a tor static service on the fly.
|
5 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 |
bigsize.c
|
wire: move remaining bitcoin functions out to bitcoin/ files.
|
5 years ago |
bigsize.h
|
wire: move remaining bitcoin functions out to bitcoin/ files.
|
5 years ago |
bip32.c
|
wire: move remaining bitcoin functions out to bitcoin/ files.
|
5 years ago |
bip32.h
|
wire: move remaining bitcoin functions out to bitcoin/ files.
|
5 years ago |
blinding.c
|
common: add blinding helpers.
|
5 years ago |
blinding.h
|
common: add blinding helpers.
|
5 years ago |
bolt11.c
|
invoice: Parse amounts without a multiplier as BTC not msats
|
5 years ago |
bolt11.h
|
cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit.
|
5 years ago |
channel_config.c
|
struct channel_config: use amount_sat / amount_msat.
|
6 years ago |
channel_config.h
|
bolt: update to BOLT spec changes (extract format + type specifications)
|
6 years ago |
channel_id.c
|
common/channel_id: move channel_id into its own file.
|
5 years ago |
channel_id.h
|
common/channel_id: move channel_id into its own file.
|
5 years ago |
close_tx.c
|
tx-psbt: pass in the witness script (if known) when adding an input
|
5 years ago |
close_tx.h
|
tx-psbt: pass in the witness script (if known) when adding an input
|
5 years ago |
closing_fee.h
|
closingd: configurable closing fee negotiation step
|
5 years ago |
coin_mvt.c
|
coins: use the chain's BIP173 name instead of a 'unit of account'
|
5 years ago |
coin_mvt.h
|
common/channel_id: move channel_id into its own file.
|
5 years ago |
configdir.c
|
config: limit depth on includes.
|
5 years ago |
configdir.h
|
config: explicitly disallow nonsensical options.
|
5 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: allow subdaemons to specify the node_id in status messages.
|
5 years ago |
crypto_sync.h
|
common/per_per_state: generalize lightningd/peer_comm Part 1
|
6 years ago |
cryptomsg.c
|
transition from status_trace() to status_debug
|
5 years ago |
cryptomsg.h
|
common/cryptomsg: remove unused async routines.
|
6 years ago |
daemon.c
|
setup: create a common setup which will handle the wally-context
|
5 years ago |
daemon.h
|
Add missing `extern` qualifiers for gcc 10
|
5 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_array.c
|
gossipd: hand (any) timestamps through to callback for query_channel_range.
|
5 years ago |
decode_array.h
|
gossipd: hand (any) timestamps through to callback for query_channel_range.
|
5 years ago |
derive_basepoints.c
|
developer: add --dev-force-channel-secrets.
|
6 years ago |
derive_basepoints.h
|
developer: add --dev-force-channel-secrets.
|
6 years ago |
dev_disconnect.c
|
dev_disconnect: make it more reliable.
|
5 years ago |
dev_disconnect.h
|
Add DEVELOPER flag, set by default.
|
7 years ago |
ecdh.h
|
common: generalize ecdh function.
|
5 years ago |
ecdh_hsmd.c
|
wire: move towire/fromwire_short_channel_id out to bitcoin/short_channel_id.c
|
5 years ago |
ecdh_hsmd.h
|
common: generalize ecdh function.
|
5 years ago |
errcode.h
|
Use dedicated type for error codes
|
5 years ago |
features.c
|
features: do not set option_support_large_channel in channel_announcement.
|
5 years ago |
features.h
|
plugin: Move feature_place enum to features.h
|
5 years ago |
fee_states.c
|
wire: move remaining bitcoin functions out to bitcoin/ files.
|
5 years ago |
fee_states.h
|
df: rename 'funder' to 'opener'
|
5 years ago |
funding_tx.c
|
psbt: move witness script storage into the psbt
|
5 years ago |
funding_tx.h
|
tx: Add chainparams to struct bitcoin_tx as context
|
5 years ago |
gossip_constants.h
|
gossipd: restore a flag for fast pruning
|
5 years ago |
gossip_rcvd_filter.c
|
common/gossip_rcvd_filter: avoid DoS.
|
5 years ago |
gossip_rcvd_filter.h
|
common/gossip_rcvd_filter: cache for received gossip.
|
5 years ago |
gossip_store.c
|
BOLT: update to latest version.
|
5 years ago |
gossip_store.h
|
channeld: tell gossipd what the features are for our local channels.
|
5 years ago |
hash_u5.c
|
common: use tabs everywhere.
|
5 years ago |
hash_u5.h
|
common: use tabs everywhere.
|
5 years ago |
hmac.c
|
common: new file hmac for hmac calculation.
|
5 years ago |
hmac.h
|
common: new file hmac for hmac calculation.
|
5 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
|
tx-psbt: pass in the witness script (if known) when adding an input
|
5 years ago |
htlc_tx.h
|
tx-psbt: pass in the witness script (if known) when adding an input
|
5 years ago |
htlc_wire.c
|
channeld: support HTLCs with blinding (EXPERIMENTAL_FEATURES)
|
5 years ago |
htlc_wire.h
|
channeld: support HTLCs with blinding (EXPERIMENTAL_FEATURES)
|
5 years ago |
initial_channel.c
|
channel_tx: add the commitment sig and pubkey data to the commit tx
|
5 years ago |
initial_channel.h
|
watchtower: Add function to create penalty transactions
|
5 years ago |
initial_commit_tx.c
|
tx: add setter for tx locktime
|
5 years ago |
initial_commit_tx.h
|
tx-psbt: pass in the witness script (if known) when adding an input
|
5 years ago |
io_lock.c
|
common/io_lock: add helper to query if lock is taken.
|
6 years ago |
io_lock.h
|
common: use tabs everywhere.
|
5 years ago |
json.c
|
common/json.c: Check that JSMN result is well-formed.
|
5 years ago |
json.h
|
common/json: move rest of bitcoin/lightning-specific json functions to json_helpers.
|
5 years ago |
json_command.h
|
Use dedicated type for error codes
|
5 years ago |
json_helpers.c
|
txprepare: return psbt serialized version of tx as well
|
5 years ago |
json_helpers.h
|
txprepare: return psbt serialized version of tx as well
|
5 years ago |
json_stream.c
|
common/json_stream.c: Implement a `json_add_jsonstr` to add already-JSON strings to `json_stream` objects.
|
5 years ago |
json_stream.h
|
common/json_stream.c: Implement a `json_add_jsonstr` to add already-JSON strings to `json_stream` objects.
|
5 years ago |
json_tok.c
|
common/channel_id: move channel_id into its own file.
|
5 years ago |
json_tok.h
|
common/json: move rest of bitcoin/lightning-specific json functions to json_helpers.
|
5 years ago |
jsonrpc_errors.h
|
plugin: Ensure RPC passthrough calls are terminated when plugin dies
|
5 years ago |
key_derive.c
|
Make option_static_remotekey non-EXPERIMENTAL now it's in spec.
|
5 years ago |
key_derive.h
|
headers: fix up header idempotent lines.
|
7 years ago |
keyset.c
|
common: use tabs everywhere.
|
5 years ago |
keyset.h
|
derive_keyset: don't rotate key for remote iff option_static_remotekey.
|
5 years ago |
memleak.c
|
Add missing `extern` qualifiers for gcc 10
|
5 years ago |
memleak.h
|
Add missing `extern` qualifiers for gcc 10
|
5 years ago |
msg_queue.c
|
common: tal_dup_talarr() helper.
|
5 years ago |
msg_queue.h
|
status: suppress status_trace/status_debug messages if queue too long.
|
6 years ago |
node_id.c
|
wire: move remaining bitcoin functions out to bitcoin/ files.
|
5 years ago |
node_id.h
|
wire: move remaining bitcoin functions out to bitcoin/ files.
|
5 years ago |
onion.c
|
tools/generate-wire: no more lonely messages!
|
5 years ago |
onion.h
|
common/onion: add blinding and enctlv encoding.
|
5 years ago |
onionreply.c
|
wire: move towire/fromwire_short_channel_id out to bitcoin/short_channel_id.c
|
5 years ago |
onionreply.h
|
common: add struct onionreply
|
5 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
|
common: tal_dup_talarr() helper.
|
5 years ago |
param.h
|
common: use tabs everywhere.
|
5 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
|
channeld: treat all incoming errors as "soft", so we retry.
|
5 years ago |
peer_failed.h
|
channeld: treat all incoming errors as "soft", so we retry.
|
5 years ago |
peer_status_wire.csv
|
common/channel_id: move channel_id into its own file.
|
5 years ago |
penalty_base.c
|
watchtower: Add a struct containing the penalty base information
|
5 years ago |
penalty_base.h
|
watchtower: Add a struct containing the penalty base information
|
5 years ago |
per_peer_state.c
|
Move gossip_constants.h into common/
|
5 years ago |
per_peer_state.h
|
developer: consolidiate gossip timing options into one --dev-fast-gossip.
|
5 years ago |
permute_tx.c
|
psbt: remove input_amounts from bitcoin tx
|
5 years ago |
permute_tx.h
|
tx: Change permute_{inputs,outputs} to sort both old and new txs
|
6 years ago |
ping.c
|
transition from status_trace() to status_debug
|
5 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: tal_dup_talarr() helper.
|
5 years ago |
read_peer_msg.h
|
channeld: treat all incoming errors as "soft", so we retry.
|
5 years ago |
setup.c
|
setup: create a common setup which will handle the wally-context
|
5 years ago |
setup.h
|
setup: create a common setup which will handle the wally-context
|
5 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
|
common: make sphinx.c use hmac.c.
|
5 years ago |
sphinx.h
|
wire: move remaining bitcoin functions out to bitcoin/ files.
|
5 years ago |
status.c
|
lightningd: enable io logging on subdaemons iff we're going to print it.
|
5 years ago |
status.h
|
common: allow subdaemons to specify the node_id in status messages.
|
5 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
|
wire: move remaining bitcoin functions out to bitcoin/ files.
|
5 years ago |
status_wire.h
|
status: generate messages rather than marshal/unmarshal manually.
|
7 years ago |
subdaemon.c
|
common: allow subdaemons to specify the node_id in status messages.
|
5 years ago |
subdaemon.h
|
common: reduce header differences for DEVELOPER vs non-DEVELOPER.
|
5 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: add fee_states state machine for update_fee.
|
5 years ago |
utils.c
|
common: tal_dup_talarr() helper.
|
5 years ago |
utils.h
|
utils: add marker for functions which take ownership of pointers.
|
5 years ago |
utxo.c
|
tx-psbt: pass in the witness script (if known) when adding an input
|
5 years ago |
utxo.h
|
utxo: add scriptSig + scriptPubkey field
|
5 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: Add transaction annotation type
|
5 years ago |
wallet_tx.c
|
wallet: allow to withdraw with unconfirmed utxos
|
5 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
|
common: use tabs everywhere.
|
5 years ago |
wireaddr.h
|
common/wireaddr: don't include lightningd/lightningd.
|
5 years ago |
withdraw_tx.c
|
psbt: move witness script storage into the psbt
|
5 years ago |
withdraw_tx.h
|
wallet: set nLockTime to the tip for withdrawal transactions
|
5 years ago |