mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
- use gossip_queries_req instead of initial_routing_sync
- add connected nodes to recent peers only after successful init
- derive timestamp used with gossip_timestamp_filter from channel_db
- fix query_short_channel_ids:
1. channel IDs must be sorted with zlib
2. limit request to 100
3. do not abuse this to request node_announcements; it is fine not to have all nodes.
- fix get_recent_peers:
1. do not set last_connected_date to 'now' if we never connected a node
2. sql query was misconstructed and was returning only one peer
- populate FALLBACK_NODE_LIST_MAINNET with nodes that have the requested flags
|
||
|---|---|---|
| .. | ||
| 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 | ||