2712 Commits (879715982546ed79eec9d25c042d26ea6b7df9d2)
 

Author SHA1 Message Date
Rusty Russell 469faa476e test_lightning.py: test for persistence. 7 years ago
Rusty Russell 6ba1bc5c93 channeld: repopulate HTLC shared secrets on reinitialization. 7 years ago
Rusty Russell 02e05ba6ff pay: remove struct pay_command. 7 years ago
Rusty Russell ae1d72b978 wallet: add routine to delete a payment. 7 years ago
Rusty Russell 0f8f273410 lightningd: move cmd pointer from struct pay_command directly into htlc_out. 7 years ago
Rusty Russell 559010f525 wallet: add path_secrets to payment table. 7 years ago
Rusty Russell 9b99b74c41 db: route to extract an array of struct secret from a column. 7 years ago
Rusty Russell 2cbe5b65c7 wallet: add preimage to db. 7 years ago
Björge Dijkstra d1b2a97146 Fix unitialized fields in htlc_out constructed from wallet database entry 7 years ago
Rusty Russell 3fbed24b0d wallet: remove direction column from payments table. 7 years ago
Rusty Russell dea0aef52f wallet: use wallet_payment only for *outgoing* payments. 7 years ago
Eric Martindale 575b733edd Fix paren in README, add `autoconf` to dependencies 7 years ago
ZmnSCPxj, ZmnSCPxj jxPCSmnZ be0b76f03d INSTALL.md: Add `automake` as dependency. 7 years ago
Filipe Farinha b13c65dacb withdraw: Swap 'satoshi' and 'destination' params to match online help. 7 years ago
windsok 710e91f255 update invoice manpage to match current RPC and CLI interface 7 years ago
ZmnSCPxj 93dc90990f invoices: Extensive reorganization of invoice system. 7 years ago
Christian Decker ad5eb1f7e1 pytest: Skip test_fee_limits for DEVELOPER=0 7 years ago
Rusty Russell 79dc44713b channeld: --ignore-fee-limits as a hack for fee disparities. 7 years ago
practicalswift e91a8dff12 Change log level for some common debug messages from "info" to "debug" 7 years ago
practicalswift 145e26371d Add test for too-short decodepay (credit: @ZmnSCPxj) 7 years ago
practicalswift a87c8a74b5 Avoid segfault on CLI command "decodepay 1111111" (invalid short bech32 string) 7 years ago
Christian Decker 5319ff1bc0 bitcoind: Do not crash when getblock fails 7 years ago
Rusty Russell 4b663e596a lightningd: don't crash when txout lookup fails. 7 years ago
Rusty Russell c66df31674 subd: pass absolute path as argv[0]. 7 years ago
Rusty Russell 1950583612 subdaemon: make debugging a bit easier. 7 years ago
William Casarin 3e3dbfdd1b hacking: document subdaemon debugging 7 years ago
William Casarin 4a12cafe7f debugging: add -ex return and cont to gdb command 7 years ago
Rusty Russell fc151e10cd test_lightning.py: check error on too-large funding tx. 7 years ago
Rusty Russell 904a3e4ae3 MAX_FUNDING_SATOSHI: clean up def to be max, fix name, share with openingd. 7 years ago
Christian Decker 351718e90f jsonrpc: Return an error if funding amount is too large 7 years ago
Rusty Russell dbef4a1827 pay: remove gratuitous check for msatoshitok being 'null'. 7 years ago
Christian Decker dd599706cd peer: Save whenever we change last_was_revoke as well 7 years ago
Christian Decker cc77012f63 wallet: Add last_was_revoke to channels 7 years ago
William Casarin 44f9863192 permute_tx: bail on empty permute_{inputs/outputs} arguments 7 years ago
practicalswift 4214c5ad57 Use consistent formatting for CLI command descriptions 7 years ago
practicalswift caf57b24ea Use correct description for the "help" CLI command 7 years ago
Rusty Russell 4c45afafdc channeld: handle ping instead of crashing when expecting reestablish. 7 years ago
practicalswift 447afa923d Avoid segfault on CLI command "dev-memleak" when $LIGHTNINGD_DEV_MEMLEAK is not set 7 years ago
Björge Dijkstra 44836ef509 Fix double free of message buffer. 7 years ago
William Casarin 3c0d2813a0 bitcoind: properly handle spent outputs in gettxout 7 years ago
Christian Decker f27013c338 gossip: Only skip updates if we don't have channels yet 7 years ago
Christian Decker 6f4fca3a6f pytest: Verify that we forget nodes that have no channels anymore 7 years ago
Christian Decker 8f16f6ca09 gossip: Forget nodes that have no associated channels anymore 7 years ago
Christian Decker 3a42e52bcd gossip: Fix a memcmp with unset memory in broadcast queue 7 years ago
Christian Decker 4fe83cd405 pytest: Test for channel removal in test_gossip_pruning 7 years ago
Christian Decker ca6c6feaad gossip: Remove channels older than 2*channel-update-interval 7 years ago
Christian Decker 6e001d88c2 pytest: Add simple gossip pruning test 7 years ago
Christian Decker 574dc8cd1f gossip: Send keepalive channel_updates 7 years ago
Christian Decker 4470612016 gossip: Network pruning loop every channel-update-interval/2 seconds 7 years ago
Christian Decker 7fc8e3a4e2 gossip: Pass --channel-update-interval to gossipd 7 years ago