1010 Commits (15612d269a10c4588e2e231bdaec0e49576fd9de)

Author SHA1 Message Date
Christian Decker 19092a8f1b pytest: Migrate close and onchain tests to test_closing.py 6 years ago
Christian Decker 605bf8c89d pytest: Migrate the gossip related tests to the new fixture model 7 years ago
Christian Decker 2e26d4fc42 pytest: Migrate payment related tests to use modern fixtures 7 years ago
Christian Decker de99ccca81 pytest: Move invoice-related tests into their own file 7 years ago
Christian Decker 2c77fc5bf2 pytest: Add a helper to determine a node's peer channel state 7 years ago
Christian Decker 88217369c2 pytest: Move NodeFactory to utils.py 7 years ago
Christian Decker 6dae525c07 pytest: Check description of newly created invoices 7 years ago
Christian Decker b55d03cb30 pytest: Pass result to fixtures and keep directories of failed tests 7 years ago
Rusty Russell 8f38a46584 lightningd: correctly store our own channel_reserve_satoshis 7 years ago
Rusty Russell 6d79f7679c pytest: test reserve enforcement. 7 years ago
Rusty Russell 6e10237d10 pytest: allow db_query to manipulate db. 7 years ago
Rusty Russell c5b5f74965 lightningd: display all addresses in listnodes. 6 years ago
Christian Decker d3edfc8028 onion: Print the extracted channel_update and onionreply to debug 7 years ago
Rusty Russell 52303029aa fundchannel: cap 'all' at 2^24-1 satoshi. 7 years ago
Christian Decker 687f171e17 json-rpc: Add description to `listpayments` and similar 7 years ago
Rusty Russell 65103ac426 pytest: give more time for test_closing_torture. 7 years ago
Rusty Russell be3b782cb4 pytest: add test for update being decoded from onion error. 7 years ago
Rusty Russell 2f78c90782 pytest: fix flakiness in test_penalty_outhtlc 7 years ago
Rusty Russell f73ea5d0ba pytest: test for correct wallet balances, re-enable penalty test. 7 years ago
William Casarin 8869204730 test: add pytest-xdist to the python test requirements 7 years ago
Christian Decker d6048de100 json-rpc: Shutdown the JSON-RPC in the context of a DB transaction 7 years ago
Christian Decker ead0c8e17a pytest: Add test for issue 1737 that is expected to fail 7 years ago
Rusty Russell b5fcd54ef0 channeld: don't read from gossipfd while we're reconnecting. 7 years ago
Rusty Russell dba7f9002f gossipd: provide connectd with address resolution. 7 years ago
Rusty Russell 3d3d2ef9af gossipd: remove connectd functionality, enable connectd. 7 years ago
Rusty Russell f4e2a9c921 pytest: don't expect alias and color in listpeers. 7 years ago
Rusty Russell 7986af1b1e pytest: only_one() helper to catch if RPC returns more elements than we expect 7 years ago
Rusty Russell edf043c89b pytest: make utils.py read config.vars. 7 years ago
Rusty Russell a37e692af6 pytest: mark test_reconnect_normal flaky for now. 7 years ago
Rusty Russell e0c21debc2 pytest: fix sleep(1) in test_channel_persistence. 7 years ago
Rusty Russell b1182702ae pytest: increase timeout for test_payment_failed_persistence 7 years ago
Rusty Russell dd7afc33ee pytest: fix flaky test in test_htlc_sig_persistence 7 years ago
Rusty Russell ed83bbe623 pytest: fix flaky race in test_gossip_query_channel_range. 7 years ago
Rusty Russell 55a09d79b9 pytest: make test_gossip_no_empty_announcements robust when update delayed. 7 years ago
Rusty Russell 9fa738a741 listpeers: expose peer features as 'local_features' and 'global_features' 7 years ago
Rusty Russell c46f373205 options: refuse two --announce-addr of the same type. 7 years ago
Rusty Russell f67182ff20 gossipd: order node_announcement addresses correctly, remove duplicate types. 7 years ago
Rusty Russell e6f31b3c66 pytest: allow duplicated options. 7 years ago
Christian Decker 6c82d1b8b0 pylightning: Subclass ValueError to access to the returned error 7 years ago
Rusty Russell ce5b4bddf2 tests: fix to work with bitcoind master branch. 7 years ago
Rusty Russell 91d62ad697 pytest: create only a single config file. 7 years ago
Rusty Russell 2375302534 pytest: move regtest argument into config file. 7 years ago
Rusty Russell c78afa9201 onchaind: use lowball fee instead of donating to miners. 7 years ago
Christian Decker e556bf4f36 pytest: Disable DNS lookups during test runs 7 years ago
Mark Beckwith 8f0ef1636f Added wallet related error codes 7 years ago
Christian Decker 583c1c50f8 pytest: Explicitly state the max fee multiplier we assumed in tests 7 years ago
Christian Decker 4dca6daf34 opts: Bump locktime_max so we don't disagree as much with lnd 7 years ago
Rusty Russell 8183590cdb pytest: test_onchaind_replay needs to wait for tx broadcast. 7 years ago
Rusty Russell 965c20caae tests: reenable developer tests. 7 years ago
Christian Decker 135bd962f7 pytest: Mark test_closing_different_fees as flaky 7 years ago