LBRY-Vault/electrum/tests
SomberNight b1f606eaed lnchannel: start using "latest" and "next" instead of "current" and "pending"
"current" used to be "oldest_unrevoked"; and pending was "oldest_unrevoked + 1"
but this was very confusing...
so now we have "oldest_unrevoked", "latest", and "next"
where "next" is "latest + 1"
"oldest_unrevoked" and "latest" are either the same or are offset by 1
(but caller should know which one they need)

rm "got_sig_for_next" - it was a redundant sanity check, that really
just complicated things

rm "local_commitment", "remote_commitment", "set_local_commitment",
"set_remote_commitment" - just use "get_latest_commitment" instead
2019-08-20 09:03:12 +02:00
..
regtest Synchronize watchtower asynchronously: 2019-08-20 09:03:12 +02:00
__init__.py fix prev 2019-05-03 03:13:43 +02:00
test_bitcoin.py bitcoin: stricter check on WIF for compressed pubkeys 2019-04-25 14:35:16 +02:00
test_blockchain.py verifier: fix logic bug. after reorg, some verifs were not undone 2019-03-26 21:01:43 +01:00
test_bolt11.py fix ln tests 2019-08-20 09:03:11 +02:00
test_commands.py wallet: stricter validation in export_private_key 2019-06-12 18:09:38 +02:00
test_dnssec.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
test_lnchannel.py lnchannel: start using "latest" and "next" instead of "current" and "pending" 2019-08-20 09:03:12 +02:00
test_lnhtlc.py lnhtlc: (fix) was locking in too many updates during commit/revoke 2019-08-20 09:03:12 +02:00
test_lnpeer.py optimize channel_db: 2019-08-20 09:03:12 +02:00
test_lnrouter.py optimize channel_db: 2019-08-20 09:03:12 +02:00
test_lntransport.py fix tests 2019-08-20 09:03:11 +02:00
test_lnutil.py fix tests (follow up prev commit) 2019-08-20 09:03:11 +02:00
test_mnemonic.py commands: change API of "make_seed" and "create" commands 2019-08-09 22:02:01 +02:00
test_network.py blockchain.py: generalise fork ids to get rid of conflicts 2018-11-22 16:57:22 +01:00
test_regtest.py Synchronize watchtower asynchronously: 2019-08-20 09:03:12 +02:00
test_revealer.py revealer: fix unlucky hex seed causing crash 2018-12-15 09:05:12 +01:00
test_simple_config.py Remove unneccessary imports from the unit testing directory. (#4699) 2018-09-08 17:24:23 +02:00
test_storage_upgrade.py storage: fix some madness about get_data_ref() and put() interacting badly 2019-06-06 19:49:06 +02:00
test_transaction.py ln: remove EncumberedTransaction 2019-08-20 09:03:11 +02:00
test_util.py persist nodes in channel_db on disk 2019-08-20 09:03:10 +02:00
test_wallet.py commands: change API of "make_seed" and "create" commands 2019-08-09 22:02:01 +02:00
test_wallet_vertical.py transaction: fix remove_signatures 2019-07-05 21:16:58 +02:00
test_x509.py x509: handle dates in the 22nd century 2018-08-24 14:56:58 +02:00