6508 Commits (059a6e0e0df5194bb8f8ce0d4820182f8ce65938)
 

Author SHA1 Message Date
trueptolemy 059a6e0e0d pytest: Test excluding nodes in `getroute` 5 years ago
trueptolemy 5361a5d059 JSON-API: `getroute` now also support `exclude` nodes 5 years ago
trueptolemy 090a43fd3d gossip: Add the `struct exclude_entry` and `enum exclude_entry_type` 5 years ago
darosior 90fa2ae3fd plugins: load fundchannel by default 5 years ago
darosior 04a780c715 README: Remove '-testnet' bitcoind's argument 5 years ago
Rusty Russell a988ded3fa lightningd: fix case where config file overrides lightning-dir. 5 years ago
Rusty Russell f4e7ed179f devtools/mkencoded: tool to encode short_channel_id / other for testing 5 years ago
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