7194 Commits (2c11c54dd22440d6781c782f6e5f3568fa1e9311)
 

Author SHA1 Message Date
Christian Decker 2c11c54dd2 db: Track the data_version in the database 5 years ago
Christian Decker 4a4184be70 db: Add numeric data_version counter to count modifying transactions 5 years ago
Christian Decker 09247d4f95 db: Add tracking of whether the current transaction is dirty 5 years ago
Christian Decker 097af493dd db: Move db_migrate transaction up one level 5 years ago
Christian Decker 6020a0d587 db: Consolidate access to the changes in a db 5 years ago
darosior 5baf39e7dc lightningd/bitcoind: remove unused 'get_output' function 5 years ago
lisa neigut 700b766ce1 wallet: remove edgecase around transaction checks 5 years ago
Vasil Dimov b2c4d5e952 build: fix developer mode compilation on FreeBSD 5 years ago
minidisk1147 f22595596a removed duplicate log-level subsystem 5 years ago
minidisk1147 1715b3d004 updated FreeBSD install instructions 5 years ago
Christian Decker b1e18e16a5 docs: Fix the `htlc_accepted` JSON payload in the docs 5 years ago
Christian Decker 483b00392e pytest: Skip test_closing_torture under valgrind 5 years ago
Christian Decker 8cad3ffeac pyln: Work around the socket path length on Linux OSs 5 years ago
Christian Decker de619b1754 pyln: Check to see if we have annotations on funcs before accessing 5 years ago
Christian Decker 8c387932c0 pyln: Bump versions of pyln-client and pyln-testing 5 years ago
darosior 841fbf54ea plugin_control: spawn plugin processes with a non-0 umask 5 years ago
darosior 1cfb8425f5 plugin_control: more descriptive key for 'plugin stop' result 5 years ago
darosior 77eb9e45b2 connectd: return error when no common chain at init 5 years ago
darosior 1e15e13de0 connectd: clean up a redundant check 5 years ago
darosior 9dcbf20a7a connectd: check all chain hashs of the TLV array 5 years ago
darosior 4f3e8d461e cli: make '--rpc-file' take over other config options if absolute 5 years ago
lisa neigut 689dd28ddd funding: enable push_msat 5 years ago
darosior 051b5bd1bf Update bitcoin-core version 5 years ago
Michael Schmoock c77a085ca4 fix: update pip dependencies version in dockerfile 5 years ago
Michael Schmoock dc5a1ad664 fix: normalize pip requirements 5 years ago
Michael Schmoock 43b5abeb22 fix: pip dependency version for psycopg2-binary 5 years ago
Christian Decker bb2733a226 travis: Make python environment selection less picky 5 years ago
Vasil Dimov b14b2b0490 doc: fix typos and minor rewording in doc/PLUGINS.md 5 years ago
Christian Decker c15169b463 release: Updating changelog to v0.8.0 final 5 years ago
Vasil Dimov bf1f768a82 doc: fix the path to the sqlite database file 5 years ago
Vasil Dimov 1fe8cd8149 doc: fix typos in doc/TOR.md 5 years ago
Vasil Dimov 250fc79e93 doc: remove trailing whitespace from doc/TOR.md 5 years ago
Christian Decker eb2b225c9f changelog: Update the changelog for 0.8.0rc2 5 years ago
Rusty Russell b315a29202 wire: perform corruption test on init_msg. 5 years ago
Rusty Russell eb6a768741 tools: don't use bytelength as array length for arrays in TLVs. 5 years ago
Rusty Russell 1d0c433dc4 channeld: treat all incoming errors as "soft", so we retry. 5 years ago
Rusty Russell 839909d2cf Protocol: make var_onion, payment_secret and basic_mpp non-EXPERIMENTAL. 5 years ago
Rusty Russell 2e97afd1ac lightningd: remove htlc_set destruction timer once we head to invoice. 5 years ago
Christian Decker fb7c67889e htlcs: Make sure htlc_sets is not erroneously flagged as a memleak 5 years ago
Rusty Russell e521aaec8e devtools: fix example at top of mkcommit. 5 years ago
Rusty Russell 72aa315b5e lightningd: save the fee_states into the database. 5 years ago
Rusty Russell 4270031d75 wallet: add per-channel feerate_state to the database. 5 years ago
Rusty Russell d2673a4e6f channeld: remove changes_pending flags. 5 years ago
Rusty Russell 24d54f98ad channeld: use fee_states internally. 5 years ago
Rusty Russell acb89debdd channeld: generate revoke_and_ack before telling lightningd about commitment. 5 years ago
Rusty Russell 8ffd9d570b channeld: cleanup: use the channel_feerate() accessor everywhere. 5 years ago
Rusty Russell b9d6e8bbaa common: add fee_states state machine for update_fee. 5 years ago
Rusty Russell ec1505199e lightningd: fix failure message in waitsendpay with multi-part payments. 5 years ago
Rusty Russell edab0df611 lightningd: fix spurious "more than twice final" error. 5 years ago
Rusty Russell 7fb4efd98a lightningd: require payment_secret for MPP. 5 years ago