5355 Commits (ac0f925dee4b5ee1ac4135d605e79d58bf4f0147)
 

Author SHA1 Message Date
Michael Schmoock ac0f925dee chore: add optional peer output pointer to command_find_channel function 6 years ago
Michael Schmoock 8594f6e369 htlc: forward channel specific fee settings 6 years ago
Michael Schmoock 1043df28be adds: new db fields and struct variables 6 years ago
Michael Schmoock 1853b399b0 fix: a pr2444 introduced valgrind complaint 6 years ago
Rusty Russell 9a25b5dd87 wireaddr: keep valgrind happy with wireaddr which are pathnames. 6 years ago
Rusty Russell 435843acfa doc: document UNIX domain sockets in lightning-connect. 6 years ago
Rusty Russell 1069f48082 connectd: fix binding to a UNIX domain socket. 6 years ago
Rusty Russell 740f4314ea pytest: test binding lightningd to a UNIX domain socket. 6 years ago
wailo e843e138fe Fix installing plugins in dockerfile (#2451) 6 years ago
Michael Schmoock 6f71564bdd fix: missing closedir in plugin.c 6 years ago
dlogemann afcbadf374 Remove missing config option "port" 6 years ago
Rusty Russell 1facf626d5 pylightning: allow version querying from within modules. 6 years ago
Rusty Russell cc342fda83 pylightning: make sure UTF-8 gets passed intact. 6 years ago
Rusty Russell 5f437de771 pytest: test passing utf8 into and out of plugin JSON. 6 years ago
Rusty Russell 00f3a84af2 test: fix thinko in gossipd/test/run-bench-find_route.c 6 years ago
Michael Schmoock 624ec6da27 tests: always call db_migrate() with non-NULL ld. 6 years ago
Conor Scott 0d35a7111a [rpc] don't get uncommitted channels towards num_pending 6 years ago
Rusty Russell 049f2351d4 newaddr: deprecate 'address' output. 6 years ago
Rusty Russell 3e67c09d5e newaddr: support getting both bech32 and p2sh addresses. 6 years ago
Christian Decker 5518c7cba8 configure: Check for lower-case IETF acronym in sodium constants 6 years ago
Christian Decker 61f95be0e9 pylightning: Bump version so pypi includes plugin infra 6 years ago
Christian Decker 3d4c0ab626 changelog: Setup new unreleased section post-0.7.0 6 years ago
neil saitug 7f89ce43cc Update wallet/db.h 6 years ago
Rusty Russell 60285187fd db: support more powerful migrations. 6 years ago
Rusty Russell bef7d45f1c db: remove manual db_migration_count function. 6 years ago
Rusty Russell b65c279557 db: don't enter into db_upgrades table on every startup. 6 years ago
William Casarin 9aaf2fe8d4 build: fix uninitialized variable error on gcc 7.4.0 6 years ago
thestick613 e613ae2d8e Increase TCP socket backlog. 6 years ago
nicolas.dorier 063149079e Installing the Pay plugin in Dockerfile for arm32v7 6 years ago
Rusty Russell 4a11bc07f9 CHANGELOG.md: v0.7.0 6 years ago
Rusty Russell 73c02691a3 tools/built-release.sh: fix archives we produce. 6 years ago
Rusty Russell 1da8e498c0 doc: fill in parameters in getroute manpage. 6 years ago
Rusty Russell a988ed70b9 doc/REPRODUCIBLE.md: describe to do reproducible builds. 6 years ago
wailo 2e129dd932 Installing the Pay plugin in Dockerfile 6 years ago
Rusty Russell 30445165d0 CHANGELOG.md: update for rc3. 6 years ago
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