6471 Commits (4c2bc919558d7b2dbc969fa5a02872bfef2e3898)
 

Author SHA1 Message Date
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
Rusty Russell 226e2aee48 option_static_remotekey: update to latest draft. 5 years ago
Rusty Russell e467e6a5c6 Makefile: fix race if we run `make update-mocks` in a clean tree. 5 years ago
Rusty Russell 0861279b65 channeld: don't exchange my_current_per_commitment_point if option_static_remotekey 5 years ago
Rusty Russell ee3480e56b derive_keyset: don't rotate key for remote iff option_static_remotekey. 5 years ago
Rusty Russell 160f27061e common/utxo: make commitment_point optional in close_info. 5 years ago
Rusty Russell 87f0ee6351 channeld: set option_static_remotekey when negotiated. 5 years ago
Rusty Russell 11ee089d4b db: store option_static_remotekey for each channel. 5 years ago
Rusty Russell 5203847025 common/features: if EXPERIMENTAL_FEATURES, advertise `option_static_remotekey` 5 years ago
Rusty Russell ded8eb7b31 wire/extracted_peer_experimental_csv: option_static_remotekey 5 years ago
Rusty Russell 6a293fd135 tools/generate-wire.py: accept multiple comma-separated options. 5 years ago
Rusty Russell 51d7a1404f tools/check-bolt: don't get confused by 'BOLT #1' in middle of a comment. 5 years ago
darosior e52af0d1ea doc: Document the new dependency 5 years ago
darosior 0b0ad4c22d transition from status_trace() to status_debug 5 years ago
darosior 0504a51211 channeld/full_channel: use louder warning when peer is about to be failed 5 years ago
darosior 6193d22594 onchaind: Use louder warning where needed 5 years ago
darosior a7cbe93fb8 closingd: retransmit 'funding_locked' if we reconnect without any update 5 years ago
darosior 57a8951b7a channeld: check sha256_of_onion in update_fail_malformed_htlc 5 years ago
darosior ea6c95b2b3 gossipd: don't ignore wrong chain in 'query_channel_range' 5 years ago
darosior 870d75613f connectd: expand 'seedname()' to allow multiple DNS seeds 5 years ago
darosior b2bb97adde connectd: get multiple addresses from hostname 5 years ago
darosior 9be28fe40f daemons tour: minor typos correction 5 years ago
trueptolemy ffb2ee9b21 bitcoind: Remove unused type `bitcoind_mode` 5 years ago
trueptolemy 7ffa4ad0bc plugin: Register `forward_event` notification 5 years ago
trueptolemy a3eb2942de plugin: Register `channel_opened` notification 5 years ago
trueptolemy 2907e430d5 plugin: Register `invoice_payment` notification 5 years ago
trueptolemy 55fe2b03a2 plugin: Register `warning` notification 5 years ago
trueptolemy 74d8969967 plugin: Register `disconnect` notification 5 years ago
trueptolemy c289fa8f19 plugin: Register `connect` notification 5 years ago
trueptolemy 25d79c5c3f notification: Add registeration interface 5 years ago
darosior d0fe0d658f doc: remove duplicate lines from index.rst 5 years ago