6651 Commits (357322d7219e9c08f105583abcae33be87b0e89d)
 

Author SHA1 Message Date
Rusty Russell 8ef996d56e devtools/mkgossip: tool to create gossip msgs for testing. 5 years ago
Rusty Russell a46e880f1d gossipd: in DEVELOPER mode, catch missing free_chan() 5 years ago
Rusty Russell 5592cfb174 devtools/dump-gossipstore: add flag to show deleted entries. 5 years ago
Rusty Russell a3273d4c84 developer: IFDEV() macro. 5 years ago
Rusty Russell 91072f56b0 developer: add 'dev-gossip-set-time' call to manipulate gossipd's time. 5 years ago
Rusty Russell 768d293149 gossipd: don't get upset if we can't add channel_update. 5 years ago
Rusty Russell 2577ad87d5 gossipd: use gossip_time_now() everywhere. 5 years ago
Rusty Russell 9aca38b279 pytest: increase non-developer timeout. 5 years ago
Rusty Russell f554d6376f wireaddr: handle case where non-IPv6 and non-IPv4 address is returned. 5 years ago
darosior 5cded7863f connectd: correct a segfault in add_seed_addrs 5 years ago
lisa neigut 904a1384ef tests: de-flake lightningd_still_loading 5 years ago
lisa neigut fe6c7f8f80 gossip queries: patch up valgrind errors in tests 5 years ago
lisa neigut a35677fa0f fundchannel: use plugin; delete interior impl 5 years ago
lisa neigut 548672ea0a fundchannel: populate max_funding from chainparams 5 years ago
lisa neigut c261309f18 test: fund wallet before testing fundchannel 5 years ago
lisa neigut 42ef64941a fundchannel: have address work with any network 5 years ago
lisa neigut 7d069239aa fundchannel: only cap to 'max' if keyword 'all' passed in 5 years ago
lisa neigut d9843c1957 fundchannel: handle 'all' for satoshi amount 5 years ago
lisa neigut fdcacbc7f0 wallet: check that funding_tx is affordabe if we trim change 5 years ago
lisa neigut 38e404af51 wallet: add flag to specify whether or not to include change output 5 years ago
lisa neigut 8854bc8ae6 fundchannel_start: don't return null message 5 years ago
lisa neigut f155c61bdf fundchannel: cancel the fundchannel request if error 5 years ago
lisa neigut 03a30c0981 fundchannel: wire in utxos 5 years ago
lisa neigut f433f637ea plugins: add fundchannel plugin, as 'fc' 5 years ago
lisa neigut 2fe490294e libplugin: new helper method for passing a raw error 5 years ago
lisa neigut f784863603 libplugin: add required import 5 years ago
lisa neigut 5c70890efa rpc: add 'utxos' parameter to txprepare + withdraw 5 years ago
lisa neigut b1f05795a8 rpc: have fundchannel_start also return scriptpubkey 5 years ago
lisa neigut 19e65068a9 json: move param node_id parser to common 5 years ago
trueptolemy 8d28e52515 pytest: Test `fundchannel_cancel` can catch tx braodcast by bitcoind 5 years ago
trueptolemy 4c2bc91955 CHANGLOG: Add the CHANGLOG entry of extending `fundchannel_cancel` 5 years ago
trueptolemy 264b3692fb doc: update the document of `fundchannel_cancel` 5 years ago
trueptolemy f1822e3650 pytest: Test `fundchannel_cancel` can work after `fundchannel_complete` 5 years ago
trueptolemy 6c708b5854 API: `fundchannel_cancel` can cancel fundchannel process before funding broadcast 5 years ago
trueptolemy 1e5b619832 lightningd: Store commands that try to forget channel in `struct channel` 5 years ago
trueptolemy db145f575b Fix: fundee can forget channel if it receives error during CHANNELD_AWAITING_LOCKIN 5 years ago
trueptolemy a3b43fa196 Cleanup: Remove the duplicated code of getting txid in `json_withdraw` 5 years ago
trueptolemy b7ae2f3ac7 Fix: Store the transaction(broadcast by `txsend`) into DB 5 years ago
Rusty Russell afbed94a6c gossipd: work around missing pwritev(). 5 years ago
Rusty Russell 8843ab4fb7 configure: test for pwritev 5 years ago
trueptolemy 8df27a7bbb CHANGELOG: Add the entry for `sendpay_success` and `sendpay_failure` 5 years ago
trueptolemy 3722d169ae doc: Add the description for 'sendpay_success' and 'sendpay_failure' notifications 5 years ago
trueptolemy f715e3ad84 pay: A cleanup for the comment about wait_payment() 5 years ago
trueptolemy 619362ae19 pytest: Add a test for 'sendpay_success' and 'sendpay_failure' 5 years ago
trueptolemy 5fa3a50896 pytest: Add a simple plugin to test 'sendpay_success' and 'sendpay_failure' 5 years ago
trueptolemy 086f096b86 Pay: Notify 'sendpay_success' and 'sendpay_failure' when sendpay succeeds and fails 5 years ago
trueptolemy 82e8db4ba4 plugin: Another new notification type, 'sendpay_failure' 5 years ago
trueptolemy 9d8f46149a API: Add payment fields(if not NULL) into return value when sendpay fails 5 years ago
trueptolemy 507f8d46df pay: Warp the json process of payment fail field 5 years ago
trueptolemy 07f85cbf72 plugin: A new notification type, 'sendpay_success' 5 years ago