8845 Commits (497e71ca1317eb4b3345b52d1dddc5e7a35b3cdb)
 

Author SHA1 Message Date
Rusty Russell 497e71ca13 Makefile: fix bashism in NO_PYTHON 4 years ago
YOSHIDA Masanori b7ab8866b8 Makefile: fix typo and wrong path in external/Makefile to properly remove objects with "make clean" 4 years ago
YOSHIDA Masanori 54729376d7 Makefile: add status_levels.c to $(COMMON_SRC_NOGEN) 4 years ago
YOSHIDA Masanori 4f12ff0967 Makefile: add $(LIGHTNINGD_SRC_NOHDR) to $(ALL_C_SOURCES) for "make clean" to work properly 4 years ago
Michael Schmoock 6907e85a39 chore: optimize postgres binary lookup 4 years ago
niftynei 7a2e72f56c dualopend: handle dev-memleaks; fix placement of return on DEV options 4 years ago
niftynei 396c406983 dualopend: re-order 'handle_dev_memleak' occurrence 4 years ago
niftynei fe56f572ed df: finalize redeemscript at the same time as witness stack 4 years ago
niftynei 0ca6c3cc84 script: break out redeemscript->scriptsig function 4 years ago
Michael Schmoock 6697ebcebb doc: update HACKING.md 4 years ago
Michael Schmoock 5b542195d3 doc: typo in lightning-setchannelfee.7 4 years ago
Rusty Russell 1e5789d421 close: add notification for slow closes. 4 years ago
Rusty Russell f395404a10 lightningd: infrastructure for internal notifications. 4 years ago
Rusty Russell 44f6b8a746 pytest: add notifications to tests. 4 years ago
Rusty Russell 41290a436f lightning-cli: print notifications (with '# ' prefix) if received. 4 years ago
Rusty Russell 806f208295 pyln: handle (ignore) notifications, and add notify_msg to send them. 4 years ago
Rusty Russell 572c849873 libplugin: ignore incoming notifications. 4 years ago
Rusty Russell 127811757f libplugin: support for sending notifications. 4 years ago
Rusty Russell 9f687d60d9 lightningd: forward notifications from plugins if enabled. 4 years ago
Rusty Russell c732d8707a JSON-RPC: notifications command. 4 years ago
Rusty Russell a95205c25c common/json_stream: add generic double-cr helper. 4 years ago
Rusty Russell d970addd4b ccan: update to latest version, get json_out_finished update. 4 years ago
Rusty Russell becd4fe576 common: add routines for log level names. 4 years ago
Rusty Russell 0dec593aa8 lightningd: clean up close code now force is always true. 4 years ago
Sergi Delgado Segura 9de5f438c4 pyln: Adds type annotations to zbase32 functions 4 years ago
Sergi Delgado Segura 3779c0b6ee pyln: Moves old zbase32 test from primitives 4 years ago
Sergi Delgado Segura f497b90ee8 pyln: Adds tests to zbase32 4 years ago
Sergi Delgado Segura 26f651f71f pyln: Adds one-liner docs to zbase32 functions 4 years ago
Sergi Delgado Segura 1da29305fc pyln: Improve zbase32 encoding / decoding 4 years ago
Rusty Russell 375040a3d9 Makefile: fix dependencies for check-pyln-% 4 years ago
Rusty Russell a8177e9013 Makefile: make check-includes check all the non-generated files. 4 years ago
Rusty Russell 5e865ce42b Makefile: unify generated files definition. 4 years ago
Antoine Poinsot 49dcb90b4e doc: add a document about our fuzz testing integration 4 years ago
Antoine Poinsot 85aa53c778 fuzz: add a runner Python script for fuzz targets 4 years ago
Antoine Poinsot b3594690d9 configure: allow to run with UB sanitizer 4 years ago
Antoine Poinsot c149a88bbe fuzz: add a fuzz target for initial_channel 4 years ago
Antoine Poinsot 31e50c9c25 contrib: remove ASAN suppressions 4 years ago
Antoine Poinsot 1aa94ccd9e fuzz: add a fuzz target for the close tx 4 years ago
Antoine Poinsot 33c7eccb3b fuzz: add a fuzz target for channel_id derivation 4 years ago
Antoine Poinsot f0061d0606 fuzz: add a fuzz target for common/bip32 4 years ago
Antoine Poinsot a89a018475 fuzz: add a fuzz target for common/bigsize 4 years ago
Antoine Poinsot 5d987f2dec fuzz: add a target for base32/64 encoding 4 years ago
Antoine Poinsot 07bb931fed common: remove b64_decode 4 years ago
Antoine Poinsot 63b1ae54a1 fuzz: add a target for common/bech32 4 years ago
Antoine Poinsot ae4dc231c1 amount: correctly parse amount strings we generate 4 years ago
Antoine Poinsot 2f90c45454 fuzz: add a fuzz target for amounts parsing 4 years ago
Antoine Poinsot 62b54d0125 build: introduce a fuzzing mode 4 years ago
niftynei ede5f5be3c mfc: blackbox test for commitment vs funding tx feerates 4 years ago
niftynei 26bc4f5239 tx,bugfix: correct signature length estimate 4 years ago
niftynei f8c4cc73ae mfc: use declared constants 4 years ago