6422 Commits (d0fe0d658f23485f9ced2d750b7cc953eb9545f9)
 

Author SHA1 Message Date
Christian Decker 66a47d2761 wallet: Annotate migrations using the SQL macro 6 years ago
Christian Decker 5270c149e3 wallet: Add macro to annotate SQL statements 6 years ago
Christian Decker 57f91246cf wallet: Change db_select_prepare to check for select instead 6 years ago
Christian Decker f08fd9eaab wallet: Remove printf-like db_select variant 6 years ago
Christian Decker b856bb2f54 wallet: Expand select query field lists from macros 6 years ago
trueptolemy b5600b5403 CHANGELOG: And the entry of the change of `txprepare` 5 years ago
trueptolemy d813dff3b4 doc: Update the document of `txprepare` 5 years ago
trueptolemy 74055eada5 pytest: Test `txprepare` with multiple outputs 5 years ago
trueptolemy 42d5d753db cleanup: Remove unused structure `struct withdrawal` 5 years ago
trueptolemy cdcafdaf74 API: `txprepare` now support mutiple outputs 5 years ago
trueptolemy 0ab3817715 common: Fix a memleak in `withdraw_tx` 5 years ago
trueptolemy b660531216 common: `withdraw_tx()` now use the array of `struct bitcoin_tx_output` as parameter 5 years ago
trueptolemy 6570c743c4 bitcoin: Add the interface to add multiple outputs to bitcoin transaction 5 years ago
darosior 4672795e1a lightningd: don't join the config_dir to the pid_file path 5 years ago
lisa neigut 10ed2ebdb4 wallet: track our change outputs 5 years ago
lisa neigut 01e0ba8232 test: add check that withdraw's change is confirmed 5 years ago
lisa neigut 4030ccf94c fix memleak: remove duplicated new_channel creation 5 years ago
lisa neigut 4d2f91f7ae test-fixtures: use helper for checking errors 5 years ago
lisa neigut df1d92a7a2 test-fixtures: return error set, don't throw exception 5 years ago
lisa neigut 63c80e7aa9 test-fixtures: move 'broken' check to after memleak 5 years ago
lisa neigut 5663ecc599 listfunds: add 'blockheight' for confirmed transactions 5 years ago
Michael Schmoock 76f27f47dc doc: HACKING - point out how to run the pylightning tests 5 years ago
Michael Schmoock bc5add399b pylightning: adds a millisatoshi test class 5 years ago
Michael Schmoock c0069d8944 pylightning: adds Millisatoshi __radd__ method for sum() 5 years ago
darosior 0e2ec27576 doc/requirements.txt: update 'mrkd' dependency 5 years ago
Christian Decker 7fafd934cf pytest: Remove --duration argument 5 years ago
Christian Decker fd1e8a5999 pytest: Fix directory deletion on passed tests 5 years ago
Christian Decker 245dff26e0 pytest: Updated requirements.txt to latest versions 6 years ago
Christian Decker c3254e6639 docs: Update manpages to be recognized correctly by mrkd 5 years ago
Rusty Russell 049529542a lightningd: delay reprocessing of incoming htlcs at startup until plugins ready. 5 years ago
Rusty Russell f0ab4d72da pytest: add test that htlc_accepted hook only gets called after init. 5 years ago
nicolas.dorier 49496ab3ba [Docker] Use stretch-slim instead of Alpine 5 years ago
darosior 8f8e955421 Update installation instructions and Dockerfile 5 years ago
darosior 092f20aeeb README: Replace broken links to manpages 5 years ago
Rusty Russell 3ef5160fa7 travis: add --enable-experimental-features (build-only) test. 5 years ago
Rusty Russell 02b9b7f6e6 tests: update mocks for --enable-experimental-features builds. 5 years ago
Christian Decker b77270fa46 docs: Add the title of the manpage to TOC and sort alphabetically 5 years ago
Rusty Russell 5e3e2f4e17 run-secret_eq_consttime: try harder. 5 years ago
Rusty Russell 6901732ee0 lightningd: create --list-features-only which lists what features we support. 5 years ago
Rusty Russell 17edcfa24d features: don't assume we'll always only advertize optional features. 5 years ago
Rusty Russell a38131f349 EXPERIMENTAL: advertize the extended_queries feature. 5 years ago
Rusty Russell d943d8abbc lightningd: expose full onion error when we have it. 5 years ago
Rusty Russell 189b2f1313 BOLT: update CSV to latest bolt version. 5 years ago
Rusty Russell 2600a6ed2e channeld: get current block height when an HTLC fails. 5 years ago
Rusty Russell 6349222ea2 Spec: Update to latest BOLT, include our first global feature definition. 5 years ago
Rusty Russell 6310a183af pytest: ignore occasional bad gossip in reorg tests. 5 years ago
Rusty Russell 20a2bf9547 pytest: make test_forward_event_notification more explicit. 5 years ago
Rusty Russell dbc1ebe06a Makefile: fix race when checking manpages. 5 years ago
Rusty Russell 394aef2391 Makefile: fix race with 'make check' 5 years ago
Rusty Russell 3f1ca18f2f pytest: optimize test_closing_torture 5 years ago