8729 Commits (e2a6fd711296aca262d846743d1dbc44e34456d7)
 

Author SHA1 Message Date
darosior 98e8aac75f libplugin: use ccan/io for response to plugin commands 5 years ago
darosior e6f56765ca common/json: add a json helper for the new errcode type 5 years ago
darosior 42cd23092c libplugin: use ccan/io for lightningd connections 5 years ago
darosior ddf14613d1 libplugin: introduce a top-level object 5 years ago
darosior 3510c29e5d common: move json_stream helpers to common/json 5 years ago
darosior d35387f489 common: move json_stream from lightningd/ to common/ 5 years ago
darosior 9030e5d779 pytest plugins: use the standard 'no operation' syntax for hooks 5 years ago
ZmnSCPxj jxPCSnmZ 6e34aa233a lightningd/: Hooks now support a consistent interface for 'no operation'. 5 years ago
Niklas Claesson f9b3b96a63 external: Reorganize to support cross-compilation 5 years ago
Niklas Claesson b8ee4896ed libs: Update libwally-core to release 0.7.5 5 years ago
Ken Sedgwick 5fd0ed79f4
lightningd: Added --subdaemon command to allow alternate subdaemons. 5 years ago
Ken Sedgwick 5c8f881a75
hsmd: Added fields to hsm_sign_remote_commitment_tx to allow complete validation. 5 years ago
Vasil Dimov 149620ee0f build: fix and simplify doc/index.rst generation 5 years ago
Vasil Dimov 1015e3774a build: avoid repetition of `LC_ALL=C sort` 5 years ago
Vasil Dimov 0e3fb5e590 build: use [[:space:]] instead of \s in regex 5 years ago
Vasil Dimov 18a40c0c5d build: re-record the result of `make update-mocks` 5 years ago
Vasil Dimov 125d63e1cc connectd: use PRIu8 for printing u8 instead of %d 5 years ago
Vasil Dimov 46f6c6b96e lightningd: fix wrong command in response message 5 years ago
ZmnSCPxj jxPCSnmZ 9346043f94 doc/PLUGINS.md: Mention `data_version` field of `db_write`, sketch how the backup plugin should work. 5 years ago
darosior d2638c99af pytest: test withdrawal transactions' nLockTime 5 years ago
darosior a589daa235 wallet: fuzz the nLockTime added to withdraw transactions 5 years ago
darosior 273029f244 wallet: set nLockTime to the tip for withdrawal transactions 5 years ago
Wladimir J. van der Laan e4c6fd89b7 Add missing `extern` qualifiers for gcc 10 5 years ago
ZmnSCPxj jxPCSnmZ fd76b8bfba doc/: Doc clarifications regarding connecting and funding. 5 years ago
Christian Decker 6c19818314 pyln-proto: Add invoice utilities 5 years ago
Christian Decker 24219b38f9 pyln: Add unit tests from pyln-* to `make check-python` 5 years ago
Christian Decker 9e2231aaa8 travis: Make sure to install all python dependencies 5 years ago
Rusty Russell f3600d22a0 lightningd: disallow `msatoshi` arg to sendpay unless exact when non-MPP. 5 years ago
Rusty Russell 8055389b90 common: remove version qualifiers from BOLT11 now changes are merged. 5 years ago
Rusty Russell 3cf8443285 Makefile: update bolt markers which have been since merged. 5 years ago
Rusty Russell f373cd45be Makefile: update BOLTVERSION to latest master. 5 years ago
Rusty Russell 6450a7e315 lightningd: update spec and remove allowance for final node to receive a fee. 5 years ago
Rusty Russell ff1e1dd487 Makefile: update BOLTVERSION to flatten features. 5 years ago
Vasil Dimov 55173a56b7 Use dedicated type for error codes 5 years ago
Rusty Russell 295ca2a436 lightningd: remove things we deprecated 6 months ago. 5 years ago
Rusty Russell 1273b842d2 lightningd: fix reorg bug where we don't fire watches. 5 years ago
Rusty Russell 8eda489ae2 lightningd: don't stop processing revoke_and_ack if an HTLC is invalid. 5 years ago
Rusty Russell bfcef9002e lightningd: fix handling of WIRE_UPDATE_FAIL_MALFORMED_HTLC. 5 years ago
Rusty Russell c11212bb52 pytest: test that we handle WIRE_UPDATE_FAIL_MALFORMED_HTLC correctly. 5 years ago
Glen Cooper 038ee288a6 Update README.md 5 years ago
Christian Decker 602b81fef2 doc: Add a section about the `custommsg` hook in the plugin doc 5 years ago
Christian Decker a3ddf9be9b docs: Add manpage for dev-sendcustommsg 5 years ago
Christian Decker b0529843ac pytest: Add a plugin for custommsgs and check that they get the msgs 5 years ago
Christian Decker ccec64d63c peer: Add custommsg hook and wire it into channeld and openingd 5 years ago
Christian Decker 9fd84169bb common: Add an assertion for custommsgs in gossip handler 5 years ago
Christian Decker b18c1ea543 json-rpc: Restrict custommsgs to be odd-typed 5 years ago
Christian Decker 3af010f200 openingd: Forward custommsgs to lightningd 5 years ago
Christian Decker 6232b27171 channeld: Forward custommsgs to lightningd 5 years ago
Christian Decker e9fc9aef34 channeld: Send messages if instructed to by lightningd 5 years ago
Christian Decker 3c88d5c8c4 openingd: Implement sendcustommsg handling in openingd 5 years ago