mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
"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 |
||
---|---|---|
.. | ||
regtest | ||
__init__.py | ||
test_bitcoin.py | ||
test_blockchain.py | ||
test_bolt11.py | ||
test_commands.py | ||
test_dnssec.py | ||
test_lnchannel.py | ||
test_lnhtlc.py | ||
test_lnpeer.py | ||
test_lnrouter.py | ||
test_lntransport.py | ||
test_lnutil.py | ||
test_mnemonic.py | ||
test_network.py | ||
test_regtest.py | ||
test_revealer.py | ||
test_simple_config.py | ||
test_storage_upgrade.py | ||
test_transaction.py | ||
test_util.py | ||
test_wallet.py | ||
test_wallet_vertical.py | ||
test_x509.py |