247 Commits (ba24fe0ba34434906167f00227c0178d2714166a)

Author SHA1 Message Date
practicalswift 3e40a48332 Add lightning spell check 7 years ago
Carl Dong f55adbdc9c build: Add necessary build/link flags for FreeBSD. 7 years ago
Carl Dong 75f4b56766 build: Correctly build and link ptr_valid. 7 years ago
Rusty Russell 2ff9e42b33 lightning-cli: fix amazingly slow getlogs speed. 7 years ago
Rusty Russell c22d2c8dae Makefile: rebuild all objects if Makefile changes. 7 years ago
practicalswift a08b6fffc6 Add consistency check for dependencies listed in README.md and doc/INSTALL.md 7 years ago
ZmnSCPxj 72841056f5 Makefile: Install subdaemons into pkglibexecdir instead of bindir. 7 years ago
ZmnSCPxj 1946f0c288 Makefile: Add BINTOPKGLIBEXECDIR macro. 7 years ago
ZmnSCPxj bba8a3cab7 Makefile: Add installcheck target to check installation procedure. 7 years ago
ZmnSCPxj e559f2cb2e Implement "install" and "uninstall" targets for Makefile. 7 years ago
William Casarin a1d215a46d make: append contrib/pylightning to PYTHONPATH 7 years ago
Christian Decker ab620c5068 travis: Enable pytest-test-groups to split tests across several runs 7 years ago
Rusty Russell 95df553813 lightningd: add dev-memdump command. 7 years ago
practicalswift 61c47c09d0 Fix typos 7 years ago
Rusty Russell af7e6158af Makefile: clean needs to do more, distclean should remove everything. 7 years ago
Rusty Russell 1648eb548a devtools/bolt11-cli: simple helper to decode bolt11. 7 years ago
Rusty Russell 88ec8df329 bitcoin/scripts: use htlckey instead of localkey. 7 years ago
Rusty Russell 44e45348f2 option-data-loss-protect: fix generate-wire.py and update. 7 years ago
Christian Decker fc176b6cc0 pytest: Use the py.test utility if available 7 years ago
Rusty Russell 1ae57fb72c Update to latest BOLT. 7 years ago
Rusty Russell a9002eac52 Update to latest BOLT. 7 years ago
Rusty Russell 45b92dc2b0 pytest: pass DEVELOPER flag through. 7 years ago
Rusty Russell 3c6eec87e3 Add DEVELOPER flag, set by default. 7 years ago
Rusty Russell 9e869e641a take: turn labels on. 7 years ago
Rusty Russell ebba5f85a2 handshaked: remove. 7 years ago
Rusty Russell 7200002773 tests: detect and close leaks in unit tests. 7 years ago
Rusty Russell dfa062b06a Makefile: make default correctly build $(ALL_PROGRAMS) and $(ALL_TEST_PROGRAMS). 7 years ago
Christian Decker 47a7fac29f make: Add cli/lightning-cli to default make target 7 years ago
Rusty Russell 8a829ba9cb update-mocks: move mock generation into tools/, fix and generalize. 7 years ago
Rusty Russell bbed5e3411 Rename subdaemons, move them into top level. 7 years ago
Rusty Russell 739b163f8b Makefiles: simplify dependencies. 7 years ago
Rusty Russell f42f34b82d external: new subdirectory for all external libraries and submodules. 7 years ago
Rusty Russell c6976cd947 shachain: always build 48 bit version. 7 years ago
Rusty Russell a37c165cb9 common: move some files out of lightningd/ 7 years ago
Rusty Russell 8375857116 common: absorb remaining files from daemon/ 7 years ago
Rusty Russell 85ff95e829 common: new directory for any shared objects. 7 years ago
Rusty Russell 660c051068 opt_bits: remove. 7 years ago
Rusty Russell e7e43cf9a5 remove_dust: remove. 7 years ago
Rusty Russell 8088e5cadb protobuf: remove 7 years ago
Rusty Russell 2013906798 find_p2sh_out: remove. 7 years ago
Rusty Russell 9ef34d01de irc: remove files. 7 years ago
Rusty Russell 88bb38f63b daemon/lightningd: remove building, and main files 7 years ago
Rusty Russell 26ffa8fdec check-bolt: move to tools/ 7 years ago
Christian Decker fa6e53bb08 Move short_channel_id primitive into bitcoin 7 years ago
Christian Decker df056e5973 bitcoin: Added chainparams grouping blockchain specific parameters 7 years ago
Rusty Russell 7dce850844 Makefile: wallet objects depend on sodium headers, too. 7 years ago
Christian Decker a53acb7877 make: Explicitly set cc compatibility 7 years ago
Rusty Russell 122598dffc Makefile: use -f with pytest, to exit on first failure. 7 years ago
Christian Decker 80436d06cb wallet: Create and manage a sqlite3 database for the wallet 8 years ago
Rusty Russell f61da7eb64 tests/test_lightningd.py: incorporate everything from old test-basic shell test. 8 years ago