317 Commits (3a8220d630398f93213a4d35e8e5b29b9b01cb51)

Author SHA1 Message Date
Christian Decker 9588c961bb wallet: Forget channels that are irrevocably settled on-chain 7 years ago
practicalswift 5631054152 Start all command descriptions with a verb ("Show", "Set", etc.). Remove unused help texts. 7 years ago
practicalswift 22087dad03 Adjust log level: Warn about ignored fee limits only in debug log 7 years ago
William Casarin f8e5de1974 listpeers: print channel configs 7 years ago
Ephraim Raj 041b641161 Added that peer id should be given to dev-sign-last-tx 7 years ago
Rusty Russell c8c68cfb7c JSONRPC: listpeers multiple channels, output improvements. 7 years ago
Rusty Russell 2f2cacef0d JSONRPC: output from listpeers should be 'id' not 'peerid'. 7 years ago
Rusty Russell cf54f23947 JSONRPC: add id argument to listpeers. 7 years ago
Rusty Russell 5698a133c2 JSONRPC: rename getpeers to listpeers. 7 years ago
ZmnSCPxj, ZmnSCPxj jxPCSmnZ a06f0dfeb1 Make `fundchannel` return txid too 7 years ago
Rusty Russell 79dc44713b channeld: --ignore-fee-limits as a hack for fee disparities. 7 years ago
Rusty Russell 904a3e4ae3 MAX_FUNDING_SATOSHI: clean up def to be max, fix name, share with openingd. 7 years ago
Christian Decker 351718e90f jsonrpc: Return an error if funding amount is too large 7 years ago
Björge Dijkstra 44836ef509 Fix double free of message buffer. 7 years ago
ZmnSCPxj 83e76e3ac3 features: Move feature-handling code to a common/features.c source. 7 years ago
William Casarin 2e796ffa67 peer_control: send addrhints in activate_peer 7 years ago
Rusty Russell 2bc2502b23 wire: move extract_channel_id to here. 7 years ago
Igor Cota e97857847a peer_control: make hardcoded feerates consistent between json_fund_channel and peer_offer_channel 7 years ago
Rusty Russell d4c8210a9e gossipd: don't hang if we try to connect to already-connected peer. 7 years ago
Rusty Russell 9a8eca4fee Remove obsolete FIXME messages. 7 years ago
Rusty Russell 55909a7a39 lightningd: call peer_last_tx() to update peer->last_tx before saving to db. 7 years ago
practicalswift ab0c26be91 Check return value of json_get_params(...) call in json_getlog(...) and json_getpeers(...) 7 years ago
Christian Decker 3db4474465 hsm: Generate fully signed funding transaction in the HSM 7 years ago
Christian Decker 37c2873c88 wallet: Store outputs from onchaind in the DB 7 years ago
Christian Decker 8b6ab6a901 wallet: Remember scriptpubkey that we pass to onchaind on init 7 years ago
Christian Decker 5f29a218b7 onchain: Add message to notify about their_unilater/to-us outputs 7 years ago
Christian Decker 85eb743e02 wallet: Detect close transactions and track their outputs in DB 7 years ago
Rusty Russell 05a3db886b peer_control: fix memleak in dev-disconnect. 7 years ago
Rusty Russell ee939c8dcb lightingd: fix memleak when we reload from db. 7 years ago
Rusty Russell a5c65e2c9b lightningd: reactivate peers. 7 years ago
Rusty Russell 1b41335121 chain_topology: two-stage startup. 7 years ago
Rusty Russell 93c589efe8 wallet: save block height when we first create channel. 7 years ago
Rusty Russell ba22484901 lightningd: simplify permanent failure. 7 years ago
Rusty Russell 1e51275792 lightningd: don't save wallet_channel twice on creation. 7 years ago
practicalswift c6b5e72e3b Pass bool true instead of "true" to json_add_bool(..., bool value) 7 years ago
Rusty Russell 810abb6b21 bitcoin: create new wrapper type bitcoin_blkid, log backward endianness. 7 years ago
Rusty Russell 0237e0b28c bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
Rusty Russell 3543530172 build_utxos: fix weight calculation, and make more accurate. 7 years ago
Rusty Russell 85f065a6e7 peer_control: close leak in sign_last_tx. 7 years ago
Rusty Russell ed8baf5f88 funding_spent: fix leaks. 7 years ago
Rusty Russell adf8740b96 peer_control: fix opening fundee leaks. 7 years ago
Rusty Russell 8c665835fa jsonrpc: make explicit call to indicate cmd is still pending. 7 years ago
Christian Decker a8a6d1d669 channel: Directly send announcements and updates to gossipd 7 years ago
Rusty Russell 94711969f9 gossipd: hand out gossip_index to other daemons. 7 years ago
Rusty Russell 67aa95c194 gossipd: hand back peer, don't hand a new peer. 7 years ago
Rusty Russell 6b232de7b1 openingd: return to master for more gossip when negotiation fails. 7 years ago
Rusty Russell 20d7ddcb6e json_fund_channel: give more details than "peer died". 7 years ago
practicalswift 4452e3f3f1 Remove redundant code 7 years ago
practicalswift 2ed53025f9 Remove redundant remote_shutdown_scriptpubkey assignment 7 years ago
practicalswift 61c47c09d0 Fix typos 7 years ago