7451 Commits (c9e73dc4e09e753f34c514cfb3123960baf5b872)
 

Author SHA1 Message Date
Rusty Russell c9e73dc4e0 lightningd: rename htlc_in field from failcode to badonion. 5 years ago
Rusty Russell 447730e70f wallet: only store BADONION codes in db for incoming htlcs: rest are all onionreplyies. 5 years ago
Rusty Russell bbc7a79542 lightningd: always use an onionreply for locally generated incoming HTLC errors (unless BADONION). 5 years ago
Rusty Russell 590b2db88e lightningd: make local htlc failures pass a wiremsg for errors, not a failcode. 5 years ago
Rusty Russell 5af3a135be lightningd: separate path for failed_htlc when an onion is bad. 5 years ago
Rusty Russell 72d55d3e3b lightningd: store raw msg rather than code for locally-failed outgoing HTLCs 5 years ago
Rusty Russell 1a3ed18959 channeld: add routing to get our own channel's channel_update. 5 years ago
Rusty Russell a150b09665 wallet: Add new htlc column "localfailmsg" for outgoing htlcs. 5 years ago
Rusty Russell cec18dfd6e lightningd: remove always-NULL argument to add_fail. 5 years ago
Rusty Russell ed839bfda0 channeld: get the onionreply back from lightningd for failed htlcs. 5 years ago
Rusty Russell 7ab5c424b6 gossipd: provide (stripped) channel_update when resolving a channel. 5 years ago
Rusty Russell c7bbdd76d3 lightningd: handle fail_htlc_in with no known outgoing channel. 5 years ago
Rusty Russell bb9b761dda channeld: don't get details of our own failed htlcs at init. 5 years ago
Rusty Russell ad3c7f3a1f lightningd: clean up weird call to send_htlc_out. 5 years ago
Rusty Russell b84b4b4695 lightningd: rename htlc_in and htlc_out failuremsg fields to failonion. 5 years ago
Vasil Dimov 79ba4866ec build: unbreak if CFLAGS is defined in make's env 5 years ago
darosior 230cebfb35 doc: clarify txprepare usage 5 years ago
darosior cd15cec2f3 txprepare: don't crash if we are passed unconfirmed utxos 5 years ago
darosior 9e9e23c81a pytest: test txprepare with unconfirmed utxos 5 years ago
Vasil Dimov a754e4c6aa gitignore: extend with recently added build products 5 years ago
Rusty Russell d478dc0e59 wallet: fix null column access for pre-0.7.3 dbs. 5 years ago
ZmnSCPxj jxPCSnmZ 541472b77c doc/lightning-listpeers.7.md: Clarify `spendable_msat`. 5 years ago
darosior e7b0c24db2 libplugin: use a typesafe_cb for plugin_timer 5 years ago
Rusty Russell 11149ef5a1 lightningd, openingd: remove active code inside assert(). 5 years ago
Michael Schmoock dd334df80d fix: makes testutils ln.pay assert status complete 5 years ago
Michael Schmoock ba36dfeba3 doc: all requirements.txt are needed for testing 5 years ago
Michael Schmoock 3e2607bf2d chore: updates coincurve requirement to v13 5 years ago
Rusty Russell 9d9480f17e ccan: update to latest version which allows destructors to self-delete. 5 years ago
Rusty Russell 7de03e990f CHANGELOG.md: 0.8.1: "Channel to the Moon" 5 years ago
Rusty Russell 73f760342b doc: remove two more references to the '[Unreleased]' in CHANGELOG.md 5 years ago
Rusty Russell 0b123a3cec CHANGELOG.md: 0.8.1rc3 5 years ago
Rusty Russell df50faba6a lightningd: fix crash when plugin has been unloaded and we abort cmd. 5 years ago
Rusty Russell 77e3df0a29 gossipd: remove assert which can trigger. 5 years ago
Rusty Russell 243078ac0c CHANGELOG.md: fix extra 'v' in version. 5 years ago
Rusty Russell e7a1cf137a CHANGELOG.md: v0.8.1rc2 5 years ago
Rusty Russell fc4d01cd9d db: put scids in forwards even if we didn't actually send. 5 years ago
Rusty Russell 5e2053feea pay: fix crash when we paystatus too soon. 5 years ago
Rusty Russell 7a178ebb7a plugins: libplugin don't insist on 'jsonrpc' field from lightningd. 5 years ago
Rusty Russell ff968e7730 CHANGELOG.md: Update for 0.8.1-rc1. 5 years ago
Rusty Russell 2c88ab53d4 doc: update MAKING-RELEASES. 5 years ago
darosior a47fd8cf3e pytest: test Bitcoin plugin registration and the bcli plugin 5 years ago
darosior 4c5862eab1 pytest: fixup flaky test_closing_specified_destination 5 years ago
darosior bbc5c10919 pytest: adjust mocks and logs for bitcoind 5 years ago
darosior 06d598efc1 lightningd: clean utxos after the topology is setup 5 years ago
darosior 580556b1d0 lightningd/bitcoind: remove all bitcoin-cli specific code 5 years ago
darosior ced444a605 lightningd/bitcoind: use the Bitcoin plugin for fee estimates 5 years ago
darosior c79ab0f1b0 lightningd/bitcoind: use the Bitcoin plugin for getutxout 5 years ago
darosior 78cb921b80 lightningd/bitcoind: use getrawblockatheight for getfilteredblock 5 years ago
darosior 947f5ddde1 lightningd/bitcoind: use the Bitcoin plugin to send transactions 5 years ago
darosior ca7c1f8bc8 lightningd/chaintopology: use plugin for tip polling 5 years ago