2648 Commits (7e48f77d43f3e8855d396cf95e1022319883f337)

Author SHA1 Message Date
Rusty Russell b920d4d21b wire: make fromwire_fail return non-const, use it more 4 years ago
Antoine Poinsot f598caa60d config: don't ignore the --commit-fee option. 4 years ago
Rusty Russell 4bb92178b1 Update lightningd/lightningd.c 4 years ago
Rusty Russell e0517a1022 doc: lightningd comment refers to obsolete bitcoin_tx. 5 years ago
niftynei fbe50e087a setup: create a common setup which will handle the wally-context 4 years ago
Rusty Russell cfb320c972 wire: move remaining bitcoin functions out to bitcoin/ files. 4 years ago
Rusty Russell f77d70d546 common/json: move rest of bitcoin/lightning-specific json functions to json_helpers. 4 years ago
Rusty Russell fda5f0b427 common/channel_id: move channel_id into its own file. 4 years ago
lisa neigut 8acbbca05d coins: use the chain's BIP173 name instead of a 'unit of account' 5 years ago
lisa neigut de065580f6 coins: update API surface for creating coin movements 5 years ago
lisa neigut aab9893661 coins: have `we_fulfilled` be fully 'ternary' 5 years ago
lisa neigut 8537e77ac7 coins: re-write API interface for htlc notices 5 years ago
lisa neigut ffd9467f14 coin moves: persist the coin movement index counter to disk 5 years ago
lisa neigut de86e29e16 coin moves: log all withdrawals when confirmed in a block 5 years ago
lisa neigut e9d26a46e0 coin moves: actually record the blockheight for all chain moves 5 years ago
lisa neigut 9caf20f636 coin moves: don't log coin moves in onchaind if we're replaying 5 years ago
lisa neigut 1f0cfa71b0 coin moves: pass our currently known channel balance to onchaind 5 years ago
lisa neigut e8d10edbe5 coin moves: record onchain movements after they've been resolved 5 years ago
lisa neigut 6914adf861 coin moves: record new wallet utxos as deposits 5 years ago
lisa neigut c6e0cf9279 coin moves: record the fees and outputs for any wallet withdrawal 5 years ago
lisa neigut ce8bdfcc45 coin_mvt: wire up notifications for in-channel htlcs 5 years ago
lisa neigut 9bb9e69bf3 notifications: add new notification for coin movements and two helpers 5 years ago
lisa neigut 434cad0c3b wallet-htlc: add 'we-filled' flag to saved htlc state 5 years ago
Christian Decker d1f8509060 watchtower: Call the commitment_revoked hook every time we update 5 years ago
Christian Decker 38bad4cb39 channeld: Pass back the penalty_base when reporting a revocation 5 years ago
Christian Decker acbd583e66 channeld: Tell channeld the penalty feerate 5 years ago
Christian Decker 93eaf3017d watchtower: Add function to create penalty transactions 5 years ago
Christian Decker 68705444f6 hsmd: channeld needs the ability to sign penalty transactions 5 years ago
Christian Decker ce471eabe0 channeld: Track penalty_bases internally 5 years ago
Christian Decker 4af1db9ad5 wallet: Store penalty_bases from openingd and channeld in the DB 5 years ago
Christian Decker f9dab1e50a channeld: Pass penalty_base back to lightningd on each commit 5 years ago
Christian Decker 30e4443eae openingd: Return the penalty base after funding completes 5 years ago
Rusty Russell 046b402c18 gossipd: return channel_announcement features for listchannels. 5 years ago
lisa neigut d8c9e70c0c wallet-df: save our_funds amount to channel record 5 years ago
Rusty Russell b0c9059602 tools/generate-wire: no more lonely messages! 5 years ago
Rusty Russell 55cd61e3e5 lightningd: fix obsolete comment. 5 years ago
Rusty Russell 0bfa4024b6 lightningd: simplify plugin stdin/stdout initialization. 5 years ago
Rusty Russell fe365f930f lightningd: list disabled plugins in listconfig. 5 years ago
Rusty Russell 24063ca972 lightningd: have plugin-disable be more persistent. 5 years ago
Rusty Russell 20abcd3ba3 lightningd: final cleanup for plugins. 5 years ago
Rusty Russell 80f1f0ca15 lightningd: remove `stop` member from plugin. 5 years ago
Rusty Russell 8c59de5ee5 lightningd: make plugin_kill take a simple string. 5 years ago
Rusty Russell 7223a9446e lightningd: have plugin_send_getmanifest return an error string. 5 years ago
Rusty Russell 86615f5405 lightningd: make plugin opts free themselves. 5 years ago
Rusty Russell 051cbf7cc4 lightningd: make plugin_kill() free the plugin. 5 years ago
Rusty Russell 69b07cf5a6 lightningd: plugin init routines return error string or NULL. 5 years ago
Rusty Russell 852d785afb lightningd: make plugin response functions return the error. 5 years ago
Rusty Russell 4de11950ec lightningd: unify dynamic and static plugin initialization. 5 years ago
Rusty Russell 1e4f85a539 lightningd: refactor to extract getmanifest paths. 5 years ago
Rusty Russell 9b9e830780 lightningd: attach plugins natively to the command which started it. 5 years ago