5830 Commits (ec2ced192bdb1735e1a4828de3efa2b62c1128d6)
 

Author SHA1 Message Date
Christian Decker ec2ced192b txfilter: Migrate the list of owned scriptPubKeys into a hashset 5 years ago
Rusty Russell 0e7b26d7c7 devtools/credit: script to highlight contributions for this commit. 5 years ago
Rusty Russell d65946ae53 CHANGELOG: Fix typo in @cdecker's name. 5 years ago
Rusty Russell 54b66f0049 configure: fix --reconfigure, improve style, set defaults in one place. 5 years ago
Simon Vrouwe 44d64c1590 lightningd/channel_control logline fixup 5 years ago
Simon Vrouwe ea8a508a48 pytest: cleanup test_funding_reorg_remote_lags 5 years ago
Simon Vrouwe b1058dfaca pytest: add test_reconnect_remote_sends_no_sigs, which tests PR2619 5 years ago
Simon Vrouwe a9dd69002e lightningd/channel_control: fix reached_announce_depth counting in peer_start_channeld 5 years ago
Rusty Russell a3b646be31 pytest: fix test_hlcs_cltv_only_difference 5 years ago
trueptolemy 1ca0eef744 doc: Add the description for 'warning' notification and add a CHANGELOG entry 5 years ago
trueptolemy 4d08ed2fa6 pytest: Add a test for the 'warning' subscription and notification 5 years ago
trueptolemy 96135dab5e log: add 'warning' notification when log 5 years ago
trueptolemy 231703cc7f plugin: Add new notification type: warning 5 years ago
Rusty Russell aaf41ade0a Travis: set all vars inside build.sh, and increase parallelism for DEVELOPER=0 5 years ago
Simon Vrouwe bbedd3819d plugins/pay.c: add curly braces arround JSON data field 5 years ago
Rusty Russell e1dbc0b12b wallet: clean reserved inputs on startup. 5 years ago
Rusty Russell 65505adbab pytest: test that we unreserve txprepare inputs across shutdown/crash. 5 years ago
Rusty Russell cdab75ecee pytest: test txprepare/txdiscard/txsend. 5 years ago
Rusty Russell 403b861fc7 pylightning: interfaces for txprepare/txsend/txdiscard. 5 years ago
Rusty Russell 985048edf8 wallet: new commands 'txprepare', 'txsend' and 'txdiscard'. 5 years ago
Rusty Russell 1a3886c116 wallet: keep a list of unreleased transactions. 5 years ago
Rusty Russell ffa84637ea common/utxo: don't memleak script. 5 years ago
Rusty Russell 0543149b89 pytest: move wallet tests into new file tests/test_wallet.py 5 years ago
Rusty Russell 3b91a6f7c3 wtx_select_utxos: use wallet_tx as our allocation context for utxos. 5 years ago
Rusty Russell 663315c325 wallet: make withdraw parsing more strict. 5 years ago
Rusty Russell 7e02fbe6ec lightningd: add json_add_tx helper. 5 years ago
Rusty Russell aa21eea62b bip32_pubkey: use more widely, don't open-code. 5 years ago
Rusty Russell 92da5ef5f4 common/withdraw_tx: tell caller where we put the change output. 5 years ago
Rusty Russell 09d9abf12e bitcoin/tx: script arg should be const. 5 years ago
lisa neigut a4a193840f json: add a param parser for a txid 5 years ago
Michael Schmoock c40250ad0b test: adds wait mempool to flaky tests 5 years ago
Michael Schmoock dd87024060 test: adds wait mempool param to generate_block 5 years ago
Rusty Russell ba036b767f newaddr: fix return value for deprecated "address" field. 5 years ago
Rusty Russell e902d9af56 cli/lightning-cli: free eveything on exit. 5 years ago
Rusty Russell 628b65fb40 gossip_store: don't leave dangling channel_announce if we truncate. 5 years ago
Rusty Russell f8b98e032c gossipd: Don't abort() on duplicate entries in gossip_store. 5 years ago
Rusty Russell 34c113a17a gossipd: trivial clean up of routing_add_channel_update. 5 years ago
Rusty Russell 3e733afb2b gossipd: remove broadcast map altogether. 5 years ago
Rusty Russell dd83453b2f gossipd/gossip_store: fix compacting, don't use broadcast ordering. 5 years ago
Rusty Russell 5161b79bfc gossipd/gossip_store: keep count of deleted entries, don't use bs->count. 5 years ago
Rusty Russell 728bb4e662 common/gossip_store: handle timestamp filtering. 5 years ago
Rusty Russell 2abae05daa devtools/create-gossipstore: write timestamps to the gossip_store. 5 years ago
Rusty Russell 948490ec58 gossipd: add timestamp in gossip store header. 5 years ago
Rusty Russell bad9734dc7 gossip_store: remove redundant copy_message. 5 years ago
Rusty Russell 5591c0b5d8 gossipd: don't send gossip stream, let per-peer daemons read it themselves. 5 years ago
Rusty Russell a40f45af55 connectd: generate message for lightningd inside peer_connected(). 5 years ago
Rusty Russell 4399faf57c gossipd: make writes to gossip_store atomic. 5 years ago
Rusty Russell a5f6ef385a gossipd: don't wrap messages when we send them to the peer. 5 years ago
Rusty Russell 38d2899fbb common/per_per_state: generalize lightningd/peer_comm Part 1 5 years ago
Rusty Russell f1b4b14be5 channeld: don't queue gossip msgs while waiting for foreign_channel_update. 5 years ago