6057 Commits (443d95e487c3f265b245e4698645f18384074c21)
 

Author SHA1 Message Date
Rusty Russell 409368e058 pytest: move test_channel_drainage to test_pay.py 6 years ago
Rusty Russell 380c044668 tests: add plugin for simple invoice delay. 6 years ago
Rusty Russell b48c644e7a listchannels: add `htlc_minimum_msat` and `htlc_maximum_msat` fields. 6 years ago
Michael Schmoock 4a242edc1f test: drains a channel to crash the daemon 6 years ago
Rusty Russell db0a28501b gossip: bump version to remove lingering issues with master. 6 years ago
Michael Schmoock 42d6bf564c test: fix flaky test_gossip_notices_close with wait_for_mempool 6 years ago
Christian Decker 9e511cbf3e plugin: Use the json_add_secret wrapper to add the shared_secret 6 years ago
Christian Decker c91483f605 json: Add wrapper to add a secret to a JSON result 6 years ago
Rusty Russell 6f015b69fd channeld: don't send feerate spam if we can't set it as high as we want. 6 years ago
Rusty Russell d344f9d267 pytest: test for duplicate update_fee spam. 6 years ago
Christian Decker b6b548a983 wallet: Rip out the txtypes type in favor of enum wallet_tx_type 6 years ago
Christian Decker 3c777fa0f3 json-rpc: Add `listtransactions` RPC method 6 years ago
Christian Decker 6efb1c00a6 wallet: Add function to retrieve transactions from the wallet 6 years ago
Christian Decker 605358f2a3 onchaind: Have onchaind annotate unilateral, cheat and mutual closes 6 years ago
Christian Decker 61a28ccb39 openingd: Annotate our own funding transaction 6 years ago
Christian Decker 49a0de7b1d onchaind: Annotate their sweep transactions 6 years ago
Christian Decker 94e024af41 onchaind: Have onchaind annotate htlc-{succes,failure} and penalties 6 years ago
Christian Decker a54b7da705 onchaind: Allow onchaind to annotate transactions we watch 6 years ago
Christian Decker ae0bc4aed0 onchaind: Store and annotate transactions we broadcast ourselves 6 years ago
Christian Decker 05dbf1a2a9 onchaind: Store and annotate close transaction when we drop to chain 6 years ago
Christian Decker 7f898aa2a4 wallet: Annotate funding transaction in the database 6 years ago
Christian Decker 04c255f3ae wallet: Store and annotate withdrawals in the DB 6 years ago
Christian Decker 771ff1f214 chaintopology: Annotate transactions as deposits if we owned outputs 6 years ago
Christian Decker 4c57d44252 channel: Along with the last_tx also remember its type 6 years ago
Christian Decker ad4b9204ab wallet: Add function to annotate transactions aposteriori 6 years ago
Christian Decker 1e2291c40c db: Add channel_id and type to the transactions table 6 years ago
Michael Schmoock 9e98d01d02 feat: pass htlc amount exceeded to exception 6 years ago
Christian Decker ec2ced192b txfilter: Migrate the list of owned scriptPubKeys into a hashset 6 years ago
Rusty Russell 0e7b26d7c7 devtools/credit: script to highlight contributions for this commit. 6 years ago
Rusty Russell d65946ae53 CHANGELOG: Fix typo in @cdecker's name. 6 years ago
Rusty Russell 54b66f0049 configure: fix --reconfigure, improve style, set defaults in one place. 6 years ago
Simon Vrouwe 44d64c1590 lightningd/channel_control logline fixup 6 years ago
Simon Vrouwe ea8a508a48 pytest: cleanup test_funding_reorg_remote_lags 6 years ago
Simon Vrouwe b1058dfaca pytest: add test_reconnect_remote_sends_no_sigs, which tests PR2619 6 years ago
Simon Vrouwe a9dd69002e lightningd/channel_control: fix reached_announce_depth counting in peer_start_channeld 6 years ago
Rusty Russell a3b646be31 pytest: fix test_hlcs_cltv_only_difference 6 years ago
trueptolemy 1ca0eef744 doc: Add the description for 'warning' notification and add a CHANGELOG entry 6 years ago
trueptolemy 4d08ed2fa6 pytest: Add a test for the 'warning' subscription and notification 6 years ago
trueptolemy 96135dab5e log: add 'warning' notification when log 6 years ago
trueptolemy 231703cc7f plugin: Add new notification type: warning 6 years ago
Rusty Russell aaf41ade0a Travis: set all vars inside build.sh, and increase parallelism for DEVELOPER=0 6 years ago
Simon Vrouwe bbedd3819d plugins/pay.c: add curly braces arround JSON data field 6 years ago
Rusty Russell e1dbc0b12b wallet: clean reserved inputs on startup. 6 years ago
Rusty Russell 65505adbab pytest: test that we unreserve txprepare inputs across shutdown/crash. 6 years ago
Rusty Russell cdab75ecee pytest: test txprepare/txdiscard/txsend. 6 years ago
Rusty Russell 403b861fc7 pylightning: interfaces for txprepare/txsend/txdiscard. 6 years ago
Rusty Russell 985048edf8 wallet: new commands 'txprepare', 'txsend' and 'txdiscard'. 6 years ago
Rusty Russell 1a3886c116 wallet: keep a list of unreleased transactions. 6 years ago
Rusty Russell ffa84637ea common/utxo: don't memleak script. 6 years ago
Rusty Russell 0543149b89 pytest: move wallet tests into new file tests/test_wallet.py 6 years ago