51 Commits (daba3e7deb855d6d3bd7d07ff35b398849130f82)

Author SHA1 Message Date
Christian Decker 437c411769 pyln-testing: Have LightningNode.fund_channel poll 4 years ago
Christian Decker 0431a29a26 pyln-testing: Poll for channel active instead of watching logs 4 years ago
ZmnSCPxj jxPCSnmZ 8c763bb7be contrib/pyln-testing/pyln/testing/utils.py: Add a fundbalancedchannel method to LightningNode, for when you want to Thanos your channels. 4 years ago
Rusty Russell 01a82d38f7 pytest: add slow_test marker. 4 years ago
Rusty Russell 51aae9cce7 pytest: make valgrind a per-node option. 4 years ago
Rusty Russell 79278b880f pytest: optimize join_nodes a little. 4 years ago
Rusty Russell 929fd3e2f6 pytest: make sure all nodes see funds using sync_blockheight 4 years ago
Rusty Russell 02b413a4dc pytest: make join_nodes / line_graph wait for updates in both dirs. 4 years ago
Rusty Russell 8f455c8b98 pytest: new join_nodes to allow you to get all the nodes then join some of them. 4 years ago
Antoine Poinsot 5b45334d93 pyln: allow to signal may_fail in get_node() 4 years ago
Rusty Russell 1274d34822 lightningd: add --dev-no-version-checks, use if SLOW_MACHINE and VALGRIND 4 years ago
Rusty Russell c85a433d9a pytest: reduce accuracy of valgrind if SLOW_MACHINE. 4 years ago
Christian Decker 7b752e00d5 pyln: Set the bitcoin datadir when running tests 5 years ago
Christian Decker 64b0487228 pyln-testing: Just warn if we get an unexpected fee request 5 years ago
Christian Decker 264b2d1975 pyln-testing: Add more meaningful error for mock_estimatefees 5 years ago
darosior 11acd902ff pyln-testing: specify fallbackfee for newer versions of bitcoind 5 years ago
Christian Decker 3b09662768 pyln: Allow non-empty directory when creating node in node_factory 5 years ago
darosior 242ddb5660 pyln-testing: allow to customize --allow-deprecated-apis 5 years ago
darosior 7c0af81c21 bcli: use a more urgent feerate for HTLCs and penalty transactions 5 years ago
darosior dce2e87928 chaintopology: better feerate targets differentiation 5 years ago
Michael Schmoock e71e44ac8b pyln-testing: cleanup of pay() helper function 5 years ago
Michael Schmoock 80ff9c5b63 test: refactor lockup_drain add helpers drain and force_feerates 5 years ago
Christian Decker 7201cb7315 pytest: Configure logging in a fixture to match stdout capturing 5 years ago
Christian Decker cf8c972883 pyln-testing: Print a list of files if we can't remove the test dir 5 years ago
Christian Decker 24aaf73982 pytest: Actually make sure that the direcory exists 5 years ago
lisa neigut 34cef2cac3 pyln-testing: add flag 'expect_fail' to node factory get_node 5 years ago
lisa neigut 0cf3e19e0b pyln-testing: save stderr logs for checking 5 years ago
Michael Schmoock dd334df80d fix: makes testutils ln.pay assert status complete 5 years ago
Michael Schmoock 5f7cf307e7 pyln-testing: adds helper wait_for_htlcs 5 years ago
Christian Decker 28080b2e69 elementsd: Do not use `generate` for elementsd >= 0.17.0 5 years ago
Christian Decker 8c387932c0 pyln: Bump versions of pyln-client and pyln-testing 5 years ago
Christian Decker 43dfb4dae7 pytest: Stabilize and parameterize closing_specified_destination 5 years ago
Christian Decker fc93787db9 pytest: Parametrize test_gossip_query_channel_range for elements 5 years ago
Christian Decker 15f04d5fff pytest: Give details about which node exited with a return code != 0 5 years ago
Christian Decker 518c43a9c2 pytest: Remember a node's return code so we can check it later 5 years ago
Michael Schmoock bd369edd10 chore: reduce rpc load in is_channel_active helper 5 years ago
Michael Schmoock 44c23ede04 chore: adds announce_channel parameter to pyln fund_channel 5 years ago
Christian Decker 9e59740268 pyln-testing: Do not require a conftest.py to annotate tests 5 years ago
Rusty Russell aab83e729b lightningd: change config-dir from plugin / wallet / hsm POV into <network> subdir 5 years ago
Christian Decker 1e89937a0a pytest: Skip mem-leak test when not running in developer mode 5 years ago
Rusty Russell 3437f7e25d devtools/gossipwith: change timeout to seconds. 5 years ago
Rusty Russell 709c98f539 logging: remove spaces from subsystem names. 5 years ago
Rusty Russell 4fc498f901 lightningd: enable io logging on subdaemons iff we're going to print it. 5 years ago
Rusty Russell ef7a820ab1 log: make formatting more consistent. 5 years ago
Rusty Russell eed654f684 connectd, gossipd: use per-peer logging. 5 years ago
Rusty Russell e433d4ddc1 lightningd: have logging include an optional node_id for each entry. 5 years ago
Christian Decker 9378be72a9 pyln: Allow users to override the LightningNode class 5 years ago
Christian Decker bc9b1c405e pyln: Move RPC and daemon instantiation into the LightningNode 5 years ago
Christian Decker 53a2789547 pyln: Default to DEVELOPER=0 when running outside of tree 5 years ago
Christian Decker b7e7e535c8 pytest: Migrate `env` to pyln-testing 5 years ago