6378 Commits (70e8da4fbdcd9e50305fd2b57b770ba4d8e930e5)
 

Author SHA1 Message Date
Christian Decker 70e8da4fbd wallet: Add read-only flag to extracted queries 5 years ago
Christian Decker 455aa48da0 wallet: Move the struct db definition to db_common.h 5 years ago
Christian Decker e04772ec9c wallet: Move the db_fatal definition so we can use it in drivers 5 years ago
Christian Decker acedcc593f wallet: Look up the db_config for the given driver in db_open 5 years ago
Christian Decker e4ab98459c wallet: Add tooling to extract SQL queries and generate driver info 5 years ago
Christian Decker 803007ecdf db: Make the `db` struct private and provide accessors instead 5 years ago
Christian Decker 66a47d2761 wallet: Annotate migrations using the SQL macro 5 years ago
Christian Decker 5270c149e3 wallet: Add macro to annotate SQL statements 5 years ago
Christian Decker 57f91246cf wallet: Change db_select_prepare to check for select instead 5 years ago
Christian Decker f08fd9eaab wallet: Remove printf-like db_select variant 5 years ago
Christian Decker b856bb2f54 wallet: Expand select query field lists from macros 5 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 5 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