8832 Commits (44f6b8a74652882961ab8256593321a5fab9e8a1)
 

Author SHA1 Message Date
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
niftynei e66937e012 mfc: Add a `commitment_feerate` optional parameter to multifundchannel 4 years ago
niftynei ae825fff26 opening: use correct dust_limit for reserve floor 4 years ago
niftynei 1b3a9be416 df, channeld: cleanup how psbt signalling works 4 years ago
niftynei d535a27104 df, bugfix: wait til after we've saved the channel to do this 4 years ago
niftynei c6d4bd676f dual-open,openchannel_update: include the index of the funding output 4 years ago
niftynei 9d412718df psbt: save the index of the change on the 'parent' 4 years ago
niftynei daa55d1221 df: add notification for receiving peer's funding tx sigs 4 years ago
niftynei f9aab50ee8 dual-fund: rework where we send our tx-sigs message, allow peers in 4 years ago
niftynei c6ad4f9b20 channel.psbt: make non-const 4 years ago
niftynei bdf1cc2f93 channeld-df: only send our sigs if we've got them 4 years ago
niftynei d1c7c78159 channeld-df: actually check serial_id of input when setting sigs 4 years ago
Rusty Russell f3bd57a088 common: cleanups suggested by Christian Decker's review. 4 years ago
Rusty Russell b470ae2c73 plugins/libplugin-pay: use gossmap. 4 years ago