6286 Commits (55776c1605f6fe561df19dece04e194c1896e8fc)
 

Author SHA1 Message Date
Rusty Russell 2255dd4dda
lightningd: avoid thundering herd on restart. 5 years ago
Rusty Russell cc70b9c4ec wire: use common/bigsize routines 5 years ago
Rusty Russell 2241e25cb4 test: move run-bigsize into common to match common/bigsize. 5 years ago
Rusty Russell 8349c1a0c2 bigsize: insist in minimal representation in bigsize_get(). 5 years ago
Rusty Russell 3fa375881a bigsize: make it a proper first-class type. 5 years ago
Rusty Russell e23f183468 common/sphinx: use bigsize_get not varint_get. 5 years ago
Simon Vrouwe 1ae8b73f0e doc: invoice manpage: add some details about route hint selection 5 years ago
Christian Decker 5dff67900e tx: Add chainparams when deserializing transactions from wire msgs 5 years ago
Christian Decker d14bd286ba bitcoin: Add chainparams to transactions from blocks 5 years ago
Christian Decker 9288a7906b tx: Add chainparams to struct bitcoin_tx as context 5 years ago
Christian Decker 2537bd5afa closingd: Tell closingd which chain we are working on 5 years ago
Christian Decker c5ac6c7b1f hsmd: Tell hsmd which chain we are working on 5 years ago
Christian Decker 15e73e3dc3 onchaind: Pass genesis hash to onchaind so it knows the chainparams 5 years ago
Rene Pickhardt dbc0265a5d added mako dependency to tests/requirements.txt 5 years ago
trueptolemy 0ae20399bd CHANGELOG: check the bitcoind version when `setup_topology` 5 years ago
trueptolemy 130bf20516 lightningd: check bitcoind version when `setup_topology` 5 years ago
trueptolemy cdbfa4229c bitcoin: Add the `cli_min_supported_version` field in `chainparams` 5 years ago
Rusty Russell 201b531eb6 devtools: fix credit script. 5 years ago
Chirimen-Jako b7119150a7 Fix build fail on 32bit environment. 5 years ago
Rusty Russell 488ef67b9b doc: fix typo in default port number. 5 years ago
Rusty Russell af5b3203b5 Makefile: fix parallel `update-mocks` build. 5 years ago
Rusty Russell 928e3964f2 Makefile: fix `update-mocks` 5 years ago
Christian Decker 581694fdda devtools: Minor cleanup of the onion command line tool 5 years ago
Christian Decker 78c7edb889 sphinx: Switch to big-endian number encoding 5 years ago
Christian Decker c752c3318d sphinx: Cleanup sphinx onion construction, remove realm 5 years ago
Christian Decker 660921a9dd sphinx: Introduce a `runtest` command to the onion tool 6 years ago
Christian Decker b83d15ea4a sphinx: Remove standalone v0 payload in favor of the unionized one 6 years ago
Christian Decker d607afd195 sphinx: Variable left-shift when unwrapping onion 6 years ago
Christian Decker 7bc4cf83b1 sphinx: Expose sphinx_add_raw_hop for testing 6 years ago
Christian Decker 75c0160c08 sphinx: Simplify the filler generation code 6 years ago
Christian Decker 6831db62f7 sphinx: Clean up after migrating to the `sphinx_path` struct 6 years ago
Christian Decker ca0dc01bee sphinx: Fix the onion cli tool to take public keys 6 years ago
Christian Decker a0a1a1f752 sphinx: Add function to add a new v0 hop to a sphinx_path 6 years ago
Christian Decker 71cf4e1b39 sphinx: Add sphinx_path struct to encapsulate routing related info 6 years ago
Christian Decker ea4831363e sphinx: Consolidate some of the hard-coded parameter naming 6 years ago
Rusty Russell 79d32ec2f2 plugin: notice when plugin has *started* configuring. 5 years ago
Rusty Russell df8a6f615b pytest: test for crash when we do a plugin op and a plugin has not finished init 5 years ago
Rusty Russell a477c69d46 lightningd: fix crash on dynamic plugin startup 5 years ago
Rusty Russell 310d806dd3 plugins: document and extend the ~/.lightning/plugins/ dir. 5 years ago
Rusty Russell 4f937ea1f0 fixup! FreeBSD: fix build. 5 years ago
Rusty Russell 9e5b9a31c9 FreeBSD: fix build. 5 years ago
Rusty Russell 6bb8525e5d gossipd: fix crash when we prune old, un-updated channel announcements. 5 years ago
darosior 1e2f379e1b Add a CHANGELOG bragline for the plugin command and new fields in 5 years ago
darosior dda154612c doc: add the new init and getmanifest fields 5 years ago
darosior 307fb0708e lightningd/plugin_control: don't control non-dynamic plugins 5 years ago
darosior 12e28c2554 lightningd/plugin: Add a 'dynamic' field to getmanifest and a 'startup' field to init 5 years ago
darosior f81db6fb47 Travis: export PYTHONPATH to add pylightning 5 years ago
darosior e61e0cc28b Add a manpage for the 'plugin' command 5 years ago
darosior 9ddc2e0334 Add the 'plugin' subcommands to pylightning and add a test for them 5 years ago
darosior 2864b4de01 lightningd/plugin_control: add a 'plugin' command 5 years ago