5246 Commits (b8e484b508b22fa5b6d5d841609f9c905cdfe1f9)
 

Author SHA1 Message Date
Rusty Russell b8e484b508 struct channel_config: use amount_sat / amount_msat. 6 years ago
Rusty Russell 85b8b25749 bitcoin/chainparams: use amount_sat / amount_msat 6 years ago
Rusty Russell cd341b34d6 plugins/pay: use struct amount_msat. 6 years ago
Rusty Russell cc95a56544 pylightning: handle msat fields in JSON more appropriately. 6 years ago
Rusty Russell 52c843f708 CHANGELOG, documentation: update changelog to reflect suffix changes. 6 years ago
Rusty Russell 7e3928359a listpeers: add all the alternate "msat" and "sat" fields for channels. 6 years ago
Rusty Russell b5dcb93e5f wallet: use amount_msat / amount_sat. 6 years ago
Rusty Russell 83adb94583 lightningd and routing: use struct amount_msat. 6 years ago
Rusty Russell feb92cf4e2 sendpay: allow 'amount_msat' 6 years ago
Rusty Russell 2632cc3f34 lightningd/json: make wallet_tx functions take amount_sat. 6 years ago
Rusty Russell 3ba544bfde common/bolt11: use struct amount_msat 6 years ago
Rusty Russell 28ec65fd79 lightningd: add json_add_amount_msat and json_add_amount_sat helpers. 6 years ago
Rusty Russell 177cfd9edc common: json_to_msat and json_to_sat helpers. 6 years ago
Rusty Russell a25e22737c common/json_tok: add param_msat / param_sat. 6 years ago
Rusty Russell 023923e6a8 amount: minor comment and text improvements and remove unused function. 6 years ago
Rusty Russell 1d1fcc41b8 db: add amount functions. 6 years ago
Rusty Russell 7fad7bccba common/amount: new types struct amount_msat and struct amount_sat. 6 years ago
Rusty Russell 269dbe585c wire: move short_channel formatting functions into bitcoin/short_channel_id 6 years ago
Rusty Russell ebca6e1ea3 update-mocks: make sure we can find json_add functions. 6 years ago
Rusty Russell 175c869b6b update-mocks: handle NO_NULL_ARGS and NON_NULL_ARGS functions. 6 years ago
Rusty Russell 1c542bcd08 pylightning: prepare plugin for parameters to getmanifest. 6 years ago
Rusty Russell 53423e8a55 lightningd: re-enable IO logging for JSON output. 6 years ago
Rusty Russell 19d13f1781 type_to_string: return const char *. 6 years ago
Christian Decker 9b721ceca7 plugin: Add docs for hooks 6 years ago
Christian Decker 5d9d5ceed1 pytest: Test the new peer_connected hook with a reject plugin 6 years ago
Christian Decker 2c443cc0fd plugin: Parse and react to the result of the peer_connected hook 6 years ago
Christian Decker ff0ddee56e json: Add utility to add a null-member 6 years ago
Christian Decker b5085a9c17 hooks: Serialize the peer that connected as hook call payload 6 years ago
Christian Decker 828d088d60 moveonly: Move the channel details into json_add_channel 6 years ago
Christian Decker bccb8db974 wire: derive_channel_id should accept const struct *bitcoin_txid 6 years ago
Christian Decker ca3db290ba plugin: Add `connected` hook 6 years ago
Rusty Russell 5f0b065622 channeld: handle funding_locked message before reestablish. 6 years ago
Conor Scott 3b68e29bbd Ignore generated python and pylightning files 6 years ago
Rusty Russell 7a1d13a77e pytest: make test_pay_direct more robust. 6 years ago
Rusty Russell cb6a97152e pytest: fix race in test_pay_direct. 6 years ago
Rusty Russell 41be796e0e pytest: add simple test for --daemon. 6 years ago
Rusty Russell 8c22b91a70 lightningd: activate crashlog before forking off as daemon. 6 years ago
Christian Decker a405c22fc9 daemon: Fix issue 2348, db->filenam not being correctly initialized 6 years ago
Michael Schmoock 3db534580c doc: add configure --enable-dev in testing chapter 6 years ago
Christian Decker a77e9b2a05 docs: Fix two permanent redirects 6 years ago
Christian Decker 0e34b9ac0e readme: Add a readthedocs badge to show that we have nice docs :-) 6 years ago
Christian Decker e11ddfc992 docs: Add configuration for the sphinx documentation generator 6 years ago
Christian Decker 886700454d docs: Consolidating header hierarchy slightly 6 years ago
Christian Decker ac6d9b34cc pylightning: Correctly return the remainder of a message back 6 years ago
Michael Schmoock 302a78f4eb fix: add inline exception for recent cppcheck false positive 6 years ago
Michael Schmoock 5c0d658b30 fix: change type of config->fee_per_satoshi to uint32 6 years ago
Alekos Filini 21afe1c0f4 doc: fix the command to cross-compile libgmp 6 years ago
Christian Decker 59fa47bf64 pytest: Mark the worst gossip offenders as developer-only tests 6 years ago
Simon Vrouwe 201dd3ce0c doc: improve explanation of getroute command 6 years ago
Simon Vrouwe 4fe60ee769 doc: fundchannel command, clarify optional `feerate` 6 years ago