309 Commits (f29f92a5feeae7b81cf3487da2521ca22410716f)

Author SHA1 Message Date
Rusty Russell 30f129252d wallet: include Makefile from lightningd/Makefile so that lightning headers defined. 6 years ago
Rusty Russell e8a7a7addb wire/Makefile: generate CSVs from specs based on BOLTVERSION. 6 years ago
lucash-dev b52fb14726 pytest: Fix configure to find pytest when installed using pip3. 6 years ago
Rusty Russell cefb6925b2 db: save and restore last_sent_commit correctly. 6 years ago
Rusty Russell a21f025a13 TAGS: add python files. 6 years ago
Rusty Russell 77d3ca3ea3 v0.6.1-rc1 6 years ago
Rusty Russell a409cc26d9 memleak: reenable CCAN_TAL_DEBUG in DEVELOPER mode. 6 years ago
practicalswift a039630da1 lint: Add linter checking for use of discouraged standard library functions 6 years ago
Rusty Russell e3d95f3768 Update common on CCAN_TAL_DEBUG 6 years ago
Mark Beckwith e8edecfbf7 Add lightningd-config(5) to install 6 years ago
Rusty Russell eab83ca79b connectd: new daemon to handle connections. 6 years ago
Rusty Russell 82ff891202 Update to latest BOLT version. 6 years ago
Rusty Russell 2639b1e9a9 ccan: add UTF-8 module for checking alias fields. 6 years ago
Corné Plooy 50efe34e3b ncc: we need to set variables like CC in a different way, to avoid them being overwritten by configure-specified values. 6 years ago
Christian Decker 2c56019b46 make: Specify the commit hash length for the bin-tarball name 6 years ago
Rusty Russell 9071b853b6 Makefile: add bin-tarball rule to produce clightning-<version>-<distro>.tar.xz 6 years ago
Rusty Russell 8c15e619a3 Makefile: update BOLTVERSION 6 years ago
Rusty Russell 2180ff0a72 Release notes for 0.6 "I Accidentally The Smart Contract" 6 years ago
Corné Plooy 94ef0a7fbf Add 'make ncc' target, for source code analysis. 6 years ago
Rusty Russell 361ed8675a Makefile: we should use COMPAT instead of NO_COMPAT. 6 years ago
Rusty Russell 0fff5038ff Makefile: we don't need to define DEVELOPER explicitly. 6 years ago
Christian Decker 3cf1581d6d configure: Use the ./configure step to find pytest 6 years ago
Rusty Russell c49765553f Makefile: not running configure first is so yesterday: 6 years ago
Rusty Russell 4bd27ec722 Makefile: clean should not delete configure results, distclean only. 6 years ago
Rusty Russell 72d103d6bb Makefile: import config.vars. 6 years ago
Rusty Russell d395b58ffa ccan: update to have new configurator. 6 years ago
Rusty Russell 083a2cee07 zlib: add as a requirement. 6 years ago
Christian Decker 573f1b58c8 make: Redirect unittest output to /dev/null 6 years ago
Jan Sarenik 16b7aab30b Makefile: Add NO_VALGRIND to pytest environment 7 years ago
Christian Decker 9acb92103c ccan: Add CRC library for gossip_store 6 years ago
Christian Decker e117d25c1f pytest: Allow test parallelism to be configured via env var 7 years ago
Rusty Russell d52564dc05 check-source: add check for tal_free(tmpctx). 7 years ago
Rusty Russell bd1c16d284 update-ccan: clean up the two unwanted imports. 7 years ago
Christian Decker e604891910 pytest: Do not set test-groups unless explicitly requested 7 years ago
Rusty Russell 53c6ceeab9 ccan: import base32 module. 7 years ago
Rusty Russell 57115f4914 ccan: update and import rbuf module. 7 years ago
Christian Decker 727d115296 pytest: Add py.test fixtures and migrate first example test 7 years ago
Rusty Russell e44f951b6c Makefile: use -modded instead of -with-local-modifications 7 years ago
Christian Decker 6139fee31d fixup! make: Disable DEVELOPER by default 7 years ago
Christian Decker 00e75fee0c make: Disable DEVELOPER by default 7 years ago
practicalswift abf510740d Force the use of the POSIX C locale for all commands and their subprocesses 7 years ago
Rusty Russell 5ff0d40fed travis: don't retry failing tests. 7 years ago
Rusty Russell a1cf7897c0 shellcheck: restore the check. 7 years ago
Rusty Russell 9c3691340f ccan: update to more recent version. 7 years ago
practicalswift bc4a099bff Add shell script linting: Check for shellcheck warnings in shell scripts 7 years ago
practicalswift 66fc0a047b Make version output simpler/more user-friendly 7 years ago
practicalswift 760e9f6993 Add cppcheck checking as part of check-source 7 years ago
Rusty Russell a54872063f check-cppcheck: autogen suppressions for all the list_for_each(_safe) 7 years ago
practicalswift e078fcefdd Add check-includes.sh: Find redundant includes. Check ifndef:s. 7 years ago
Zhen Zhang d1010673b5 contrib: Rewrite contrib/lightning-pay in Python, support bolt11 7 years ago