5320 Commits (66efcfa85570d0cd306742b11d19c27f135d188d)
 

Author SHA1 Message Date
Rusty Russell 66efcfa855 tools/repro-build.sh: do not turn on address-sanitizer by default. 6 years ago
Rusty Russell d98fb0fd5b configure: remove bashism. 6 years ago
Rusty Russell 02faadfb93 amount: make it work with gcc-4.8. 6 years ago
Rusty Russell a3bac88e08 travis: add a test that we compile under gcc-4.8 (CentOS!) 6 years ago
Rusty Russell 6bfeea334b README.md: update link from listpayments to listpays. 6 years ago
Rusty Russell 1dcc482350 Update CHANGELOG.md for -rc2. 6 years ago
Rusty Russell dce58393cb build-release.sh: fix zipfile determinism. 6 years ago
Rusty Russell 6e63d79159 pylightning: translate msat input to class Millisatoshi 6 years ago
Rusty Russell 690064f7e0 pylightning: don't compare v with inspect._empty. 6 years ago
Rusty Russell 6ace13ba22 pylightning: make plugins use Millisatoshi-converting encoder. 6 years ago
Rusty Russell 5a7d038e6e pylightning: provide a class for Lightning JSONDecoder. 6 years ago
Rusty Russell 464858883b pylightning: reduce scope for deadlock in plugins. 6 years ago
Rusty Russell c7316d7ba2 pytest: test that we translate to and from Millisatoshi on plugin RPC. 6 years ago
Rusty Russell 1982c73ebc pylightning: support functions with type annotations. 6 years ago
Rusty Russell e3bdc32ee8 plugin: give *some* clue in the logs of getmanifest raises an exception! 6 years ago
Rusty Russell 7ca0000869 CHANGELOG.md: update for 0.7.0-rc1 6 years ago
Rusty Russell b2ae4f0fd7 tools/repro-build.sh: script to build an identical binary tarball. 6 years ago
Rusty Russell ce5d61be32 CHANGELOG.md: order into user impact and coolness, while maintaining sections. 6 years ago
Rusty Russell b99617312f plugins/pay: use json_ prefix for json command handlers. 6 years ago
Rusty Russell 203ef2ed0b listsendpays: updated version of listpayments. 6 years ago
Rusty Russell 56dfbec6bd listpays: new command to summarize pay commands. 6 years ago
Rusty Russell e0605466bf doc: update listpayments man page to match current semantics. 6 years ago
Rusty Russell 1ec959752b plugin/pay: rename 'description' to 'label', deprecate 'description'. 6 years ago
Rusty Russell 919f390a93 sendpay: rename 'description' to 'label'. 6 years ago
Rusty Russell 26f60f83d5 libplugin: add deprecated_apis flag for plugins to access. 6 years ago
Rusty Russell 30e4b812d0 plugin/pay: feed bolt11 string through to sendpay. 6 years ago
Rusty Russell 5e14274f41 sendpay: provide 'bolt11' parameter. 6 years ago
Rusty Russell f83e57d68d doc: update getroute manpage in line with last commit. 6 years ago
Rusty Russell f5dc8b9d52 JSON: allow any number of decimal points when parsing 'btc' suffix. 6 years ago
lisa neigut 9f3627f09d opening_control: use chainparams for dust_limit in channel config 6 years ago
Rusty Russell 17c8090a87 configure: relax --enable-address-sanitizer check a little. 6 years ago
Rusty Russell 9f6d5a3c47 tools/build-release.sh: make it work in a pristine clone. 6 years ago
Rusty Russell 6e44073bb0 tools/build-release.sh: make zipfile deterministic. 6 years ago
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