5437 Commits (cf9f4841689283f61d70c0e432459ba36271bb9f)
 

Author SHA1 Message Date
Rusty Russell 91fdfbe2f4 tools/build-release.sh: work around git status bug. 6 years ago
Rusty Russell 8b74bcb0ad Makefile: don't always install in /usr/local: use configure's --prefix 6 years ago
Christian Decker ed6a455a3c wallet: Display addresses derived from scriptPubKey where available 6 years ago
Christian Decker 478e2d7084 onchaind: Have onchaind also tell us the scriptPubKey of our outputs 6 years ago
Christian Decker df4e0a0022 wallet: Add scriptPubkey to struct utxo 6 years ago
Christian Decker e79fbb6812 pylightning: Fix missing encode if first pass fails 6 years ago
Christian Decker 998233efc0 changelog: Add changelog entry for PR #2371 6 years ago
Christian Decker 04ffa5a413 pylightning: Add some more documentation for the python lib 6 years ago
Christian Decker 816f20d1c0 docs: Autodetect version and copyright year in the sphinx doc 6 years ago
Christian Decker 8fb2e6be7f fixup! jsonrpc: Arm the minconf=1 parameter and deal with the fallout 6 years ago
Christian Decker 72f1c78a1e jsonrpc: Arm the minconf=1 parameter and deal with the fallout 6 years ago
Christian Decker 683b601dc7 pylightning: Expose minconf in fundchannel and withdraw 6 years ago
Christian Decker c0d38aa99c jsonrpc: Expose the minconf parameter for fundchannel and withdraw 6 years ago
Christian Decker 68fe5eacde wallet: Allow limiting the selection by confirmation height 6 years ago
Michael Schmoock 4986d6b39d feat: block of newlines when attaching a logfile 6 years ago
Christian Decker f622ffb087 pylightning: Add plugin dispatch tests to check-python and fix them 6 years ago
Christian Decker 7f11b4854e pylightning: Split @method and @async_method decorators 6 years ago
Christian Decker d9c3f5ec4b pylightning: Rename peer_id to node_id in getroute 6 years ago
Christian Decker 571fb44d20 pylightning: Add a small test for async rpcmethods 6 years ago
Christian Decker cc4fbfca43 pylightning: Add the `background` keyword to hooks and methods 6 years ago
Christian Decker 9670b4382f pylightning: Don't always use request ID 0 6 years ago
Christian Decker f452d00b77 pylightning: Add support for *args and **kwargs in plugin dispatch 6 years ago
Christian Decker 8de1a85ac0 pylightning: Exception if we have unfulfilled positional arguments 6 years ago
Christian Decker 81fa247d07 pylightning: Wrap request in an object 6 years ago
Christian Decker 71795d4d6a pylightning: Wrap the plugin methods in a class 6 years ago
Conor Scott d96564ce3e pylightning: raise Error when missing rpc parameter 6 years ago
Rusty Russell 6ed54dd34e db: fix dangling peers on db upgrade. 6 years ago
Rusty Russell 594f260de7 pytest: test starting with db corrupted by dangling peer. 6 years ago
Rusty Russell 7887e5c00a pytest: add support for starting nodes with a pre-canned db. 6 years ago
Rusty Russell 3b587a1c6d lightningd: fix db error where we can have detached peer. 6 years ago
Rusty Russell 26df586fbf pytest: add test for db constraint failure 6 years ago
Conor Scott af750d802d Switch to libsodium-dev for ubuntu install instructions 6 years ago
Rusty Russell 38e7d19dd5 Makefile: check for direct amount_sat/amount_msat access. 6 years ago
Rusty Russell 28f5da7b2f tools/generate-wire: use amount_msat / amount_sat for peer protocol. 6 years ago
Rusty Russell 948ca470ad bitcoin: use amount_sat/amount_msat. 6 years ago
Rusty Russell bac9a594b8 wallet: use amount_sat/amount_msat. 6 years ago
Rusty Russell 3ac0e814d0 daemons: use amount_msat/amount_sat in all internal wire transfers. 6 years ago
Rusty Russell 0d30b89043 channeld: use amount_msat for struct htlc amount. 6 years ago
Rusty Russell 3412c5d392 commit_tx & htlc_tx: use amount_sat/amount_msat. 6 years ago
Rusty Russell bb00deeea4 channeld: use amount_sat/amount_msat. 6 years ago
Rusty Russell 93dcd5fed7 channeld: avoid overflow in reloading of channel from db. 6 years ago
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