5205 Commits (e11ddfc99282c865989da5883d4027f26d5671e2)
 

Author SHA1 Message Date
Christian Decker 659a26ea5a misc: Update short_channel_id representation to use 'x' separators 6 years ago
Rusty Russell d3ac2503d6 CHANGELOG.md: plugins FTW 6 years ago
Rusty Russell 61420bf79b configure: (mostly) revert b7a56f0531 6 years ago
Christian Decker 94eb2620dc bolt: Updated the BOLT specification to the latest version 6 years ago
Rusty Russell c3e96e058e bolt: Updated the BOLT specification to unify UNKNOWN_PAYMENT_HASH & INCORRECT_PAYMENT_AMOUNT 6 years ago
Christian Decker 65054ae72e bolt: Updated the BOLT specification to a07dc3df3b4611989e3359f28f96c574f7822850 6 years ago
Rusty Russell 0d5f0d79da build: allow building from source zip file. 6 years ago
Rusty Russell 75df22e9e2 doc/MAKING-RELEASES: clarifications based on previous release. 6 years ago
Conor Scott a2413f47e5 [doc] rename plugins.md -> PLUGINS.md... because the rest were uppercase 6 years ago
Rene Pickhardt 6b5db38774 pylightning: Made rpc a public member of Plugin and sorted imports 6 years ago
Rusty Russell 14db874395 CHANGELOG.md: mention manpage fix. 6 years ago
Rusty Russell ba31af5a75 CHANGELOG: Fix references, add new Unreleased section. 6 years ago
Rusty Russell 9e4d405ab6 v0.6.3: Release. 6 years ago
William Casarin 41468fb607 cli: source help from local docs when not installed 6 years ago
Christian Decker b7a56f0531 plugin: Gate the plugin subsystem with the --enable-plugins configure flag 6 years ago
William Casarin a01342a66a make: fail build if git isn't present 6 years ago
Rusty Russell b5423775e2 Release of 0.6.3-rc1: hastened by 0-HTLC crash reports. 6 years ago
Conor Scott 2ee1061c16 [docs] Add missing 'level' description for listpeers manpage. 6 years ago
Michael Hawkins 22921f1ab1 Manpage for lightning-listchannels created 6 years ago
Rusty Russell 55e8634a1f channeld: don't fail channel on unknown code in update_fail_malformed_htlc. 6 years ago
Rusty Russell 7e8dbc1c37 sphinx: use struct pubkey. 6 years ago
Rusty Russell 109c6eb3a3 channeld: include proper sha value in BADONION errors. 6 years ago
Rusty Russell 8f8783c0e3 pay: correctly blame the *next* node on BADONION error. 6 years ago
Rusty Russell f5ced1ddd5 channeld: handle malformed onion properly. 6 years ago
Rusty Russell 85ce1ff1c8 channeld: allow creation of the three BADONION errors. 6 years ago
Rusty Russell 554c3ec7e5 channeld: process onion packet ourselves. 6 years ago
Rusty Russell 59febcb968 sphinx: explain why parse_onionpacket fails. 6 years ago
Rusty Russell 66de6b84be channeld: use pointer for shared secret. 6 years ago
Rusty Russell 7e01efbd1f lightningd: clean up htlc_in->shared_secret to be optional. 6 years ago
Rusty Russell 90cdc47256 Makefile: add COMPAT_V062 flag. 6 years ago
Rusty Russell 5b6c82384a pytest: test that we get a correct result when peer says onion is bad. 6 years ago
Christian Decker e0621fa8f7 pylightning: Better inject arguments in plugin method calls 6 years ago
lisa neigut efa38875b2 listpeers: include `private` field in `channels` output 6 years ago
Christian Decker 36e060aa60 init: Reap tested subdaemon processes to release OS resources 6 years ago
nicolas.dorier 6f027a24a0 Add dockerfile for cross compiling arm32v7 image 6 years ago
arowser 38ceb9a736 update the raspiberry build process 6 years ago
Rusty Russell 3006844f92 lightningd: don't allow zero cltv HTLCs. (#2214) 6 years ago
Rene Pickhardt 0321d79540 [plugin] Improved the example code to encourage usage of optional arguments (#2212) 6 years ago
lucash-dev 3aecede214 Removed duplicate error message when running make without running configure first. 6 years ago
Rusty Russell e6c68b606d lightningd: add comment on why we have "useless" initialization. 6 years ago
William Casarin 0fa209c64d lightningd: fix compile error in peer_control 6 years ago
William Casarin 4d9190aa47 lightningd: fix compile error on unused variable 6 years ago
Christian Decker 4f16044404 fixup! pylightning: Added a tiny library for python plugins 6 years ago
Christian Decker 25ca49c444 pytest: Add a test for the event subscription and notification 6 years ago
Christian Decker 5338d3115f pylightning: Add notification subscription handlers 6 years ago
Christian Decker 69953bcb2a plugin: Document JSON-RPC passthrough and notifications 6 years ago
Christian Decker 26f17e87a3 plugin: Add connect and disconnect notifications 6 years ago
Christian Decker 5813567856 plugin: Dispatch notifications to subscribed plugins 6 years ago
Christian Decker 37b2f907d4 plugin: Make plugin_send a more generic function 6 years ago
Christian Decker dd2696a88b json: Add function to duplicate a json_stream 6 years ago