3727 Commits (00537fde43d25c5c9095c67a1fe9d6b916769a0a)
 

Author SHA1 Message Date
Rusty Russell 00537fde43 lightningd: deprecate --ipaddr in favor of --addr. 7 years ago
Rusty Russell ed466a8523 lightningd: make explicit listen and reconnect flags. 7 years ago
Rusty Russell 6ba9a7cb57 tests/test_lightningd.py: move port into node. 7 years ago
Rusty Russell 7d27501c94 tests/utils.py: remove unused connect routine. 7 years ago
Rusty Russell 99bba2a23c channeld: don't send ANNOUNCEMENT_SIGNATURES if we've send shutdown. 7 years ago
Christian Decker 6231e9969f pytest: Give lightningd nodes a numeric ID to prefix logs 7 years ago
Christian Decker 65cac1ba85 pytest: Add flaky dependency and mark as test_closing_different_fees 7 years ago
Christian Decker 957b32affe contrib: Add the flaky dependency to the builder image 7 years ago
Christian Decker e00c7012cc pytest: Ensure unique test directories per test even if rerun 7 years ago
Christian Decker 71857bad8e builder: Add the ephemeral-port-reserve dependency to the builder 7 years ago
Christian Decker 071ef628db pytest: Use random ports for bitcoind and lightningd to allow parallel testing 7 years ago
Christian Decker bbeb44faac pytest: Make the directory of the NodeFactory configurable 7 years ago
Christian Decker 727d115296 pytest: Add py.test fixtures and migrate first example test 7 years ago
Christian Decker b307df0002 pytest: Let `connect` start nodes in parallel 7 years ago
Christian Decker e3bac12683 pytest: Allow stdout to be dropped for bitcoind 7 years ago
Christian Decker 4f63acc77c pytest: Add helper to start a number of nodes in parallel 7 years ago
Christian Decker 81b715aae9 pytest: Move wait_for to utils.py and make fund_channel a member 7 years ago
Christian Decker 7aa13cc949 channel: Queue a channel_update to the peer upon funding_locked 7 years ago
Christian Decker 9cfd09dc4a gossip: HalfChans are public if we have an update and the Chan is 7 years ago
Christian Decker b028a363d8 gossip: Make sure we never add a channel twice 7 years ago
practicalswift 8cc02f63bc gossipd: Handle failed lseek(...) 7 years ago
Christian Decker e308423954 travis: Fix the locale in the builder images 7 years ago
Christian Decker 700a505727 doc: Remove libsodium-dev dependency, it's in-tree 7 years ago
Rusty Russell 78f3e8d852 lightningd: Stop the BigTCoin scam! 7 years ago
Rusty Russell e44f951b6c Makefile: use -modded instead of -with-local-modifications 7 years ago
Rusty Russell 3bbc708ccc lightningd: --mainnet and --testnet convenience options. 7 years ago
Rusty Russell ac51231166 lightningd: remove --dev-hsm-seed option. 7 years ago
Rusty Russell 2ecfbf46e3 hsmd: drop newdir logic. 7 years ago
Rusty Russell 666e1b320f lightningd: fix double-specified args. 7 years ago
Christian Decker 6139fee31d fixup! make: Disable DEVELOPER by default 7 years ago
Christian Decker 00e75fee0c make: Disable DEVELOPER by default 7 years ago
ZmnSCPxj b1ffcc3b52 test_lightningd: Update close to use scid, add test for peer id and full cid. 7 years ago
ZmnSCPxj e588737511 peer_control: Have `close` accept channel IDs also. 7 years ago
Mark Beckwith 7767b68ee9 Removed redundancies in withdraw and fundchannel. 7 years ago
Saibato 09407b9fd8 fix Litecoin testnet bip173 name 7 years ago
ZmnSCPxj, ZmnSCPxj jxPCSmnZ 333dcbf373 lightningd: Move onchaind replay and gossipd activation after daemonization 7 years ago
Rusty Russell c6af2a8cb2 lightningd: loosen feerate minimum. 7 years ago
practicalswift 5db73c6e27 Avoid static analyzer warnings about potentially uninitialized values 7 years ago
Rusty Russell f083a699e2 gossipd: separate init and activate. 7 years ago
Christian Decker 61317859f8 master: Move the gossipd initialization after the other inits 7 years ago
Rusty Russell 91d149b990 lightningd: insert db statement checking in io_loop. 7 years ago
Rusty Russell 0f0c045aca wallet: fix statement leaks. 7 years ago
Rusty Russell ae17c64c4a db: full location tags for callers, make it implicit. 7 years ago
Rusty Russell b036948219 db: track open sqlite3_stmt in DEVELOPER mode. 7 years ago
practicalswift abf510740d Force the use of the POSIX C locale for all commands and their subprocesses 7 years ago
Felix 52c243852e documentation: s/Protocol/Command/ 7 years ago
Felix 00783884f7 documentation: connect 7 years ago
Felix 1fc5dc94c4 documentation: newaddr, listfunds and withdraw 7 years ago
nicolas.dorier e36cf354aa Update when_lightning_became_cool for LTC 7 years ago
ZmnSCPxj 69cdfba3c8 gossip: Use gossiped node_announcement to locate nodes. 7 years ago