2470 Commits (e61a24ee7b10a0ccdf36fab0dbbee6f883e2961c)
 

Author SHA1 Message Date
QuickMythril e61a24ee7b
removed electrum-ltc.bysh.me 3 years ago
CalDescent a232395750 Merge branch 'master' of github.com:Qortal/qortal 3 years ago
QuickMythril 6edbc8b6a5
add decimal precision to download progress 3 years ago
QuickMythril f8ffeed302
updated BTC electrumx servers 3 years ago
QuickMythril e2ee68427c
removed TCP electrumx servers 3 years ago
QuickMythril 74ff23239d
removed TCP electrumx servers 3 years ago
QuickMythril f1fa2ba2f6
added SSL electrumx servers 3 years ago
QuickMythril e1522cec94
updated LTC electrumx servers 3 years ago
QuickMythril 8841b3cbb1
add spanish translations 3 years ago
CalDescent 94260bd93f Decreased the number of retries for missing metadata, to reduce broadcast spam. 3 years ago
CalDescent 15ff8af7ac Don't process trade bots or broadcast presence timestamps if our chain is more than 30 minutes old 3 years ago
CalDescent d420033b36 Revert "Revert "Add Qortal AT FunctionCodes for getting account level / blocks minted + tests"" 3 years ago
CalDescent bda63f0310 Removed hardcoded "qortal-backup/TradeBotStates.json" from POST /admin/repository/data API, as it's no longer needed now that API keys are required. 3 years ago
QuickMythril 54add26ccb
fixed typo 3 years ago
CalDescent 089b068362 Updated AdvancedInstaller project for v3.2.3 3 years ago
CalDescent fe474b4507 Bump version to 3.2.3 3 years ago
CalDescent bbe15b563c Added unit test to simulate recent issue. 3 years ago
CalDescent 59025b8f47 Revert "Add Qortal AT FunctionCodes for getting account level / blocks minted + tests" 3 years ago
CalDescent 1b42c5edb1 Fixed NPE in runIntegrityCheck() 3 years ago
CalDescent 362335913d Fixed infinite loop in name rebuilding. 3 years ago
CalDescent 4340dac595 Fixed recently introduced issue in name rebuilding code causing transactions to be unordered. 3 years ago
CalDescent f3e1fc884c
Merge pull request #63 from catbref/master 3 years ago
CalDescent 39c06d8817
Merge pull request #75 from catbref/name-unicode 3 years ago
CalDescent 91cee36c21 Catch and log all exceptions in addStatusToResources() 3 years ago
CalDescent 6bef883942 Removed OpenJDK 11 reference in build-release.sh, as it seems that checksums will not match by default due to timestamps and file orderings. 3 years ago
CalDescent 25ba2406c0 Updated AdvancedInstaller project for v3.2.2 3 years ago
CalDescent e4dc8f85a7 Bump version to 3.2.2 3 years ago
CalDescent 12a4a260c8 Handle new sync result case. 3 years ago
CalDescent 268f02b5c3 Added automated test to ensure that the core's default bootstrap hosts are functional. 3 years ago
CalDescent 13eff43b87 Fixed synchronizer issues which caused large re-orgs 3 years ago
catbref e604a19bce Unicode / NAME updates. 3 years ago
CalDescent e63e39fe9a Updated AdvancedInstaller project for v3.2.1 3 years ago
CalDescent 584c951824 Bump version to 3.2.1 3 years ago
CalDescent f0d9982ee4 Made arbitraryDataFileHashResponses final, and use .sort() rather than .stream() to avoid new instance creation. 3 years ago
CalDescent c65de74d13 Revert "Synchronize arbitrary data list removals, as it seems that SynchronizedList and SynchronizedMap aren't overriding removeIf() with a thread-safe version." 3 years ago
CalDescent df0a9701ba Improved logging in onNetworkGetArbitraryDataFileListMessage() 3 years ago
CalDescent 4ec7b1ff1e Removed time estimations that are no longer correct or relevant. 3 years ago
CalDescent 7d3a465386 Including the number of hashes (even if zero) is now required in GetArbitraryDataFileListMessage, to allow for additional fields. Enough peers should have updated by now for this to be ok. 3 years ago
CalDescent 30347900d9 Tidied up one last place that was accessing immutableConnectedPeers directly. This makes no difference, but helps with code consistency. 3 years ago
CalDescent e5f88fe2f4 Synchronize arbitrary data list removals, as it seems that SynchronizedList and SynchronizedMap aren't overriding removeIf() with a thread-safe version. 3 years ago
CalDescent 0d0ccfd0ac Small refactor for code simplicity. 3 years ago
CalDescent 9013d11d24 Report as 100% synced if the latest block is within the last 30 mins 3 years ago
CalDescent fc5672a161 Use a more tolerant latest block timestamp in the isUpToDate() calls below to reduce misleading systray statuses. 3 years ago
CalDescent 221c3629e4 Don't refetch the file list if the fileListCache is empty, since an empty list now means that there are likely to be no files available on disk. 3 years ago
CalDescent 76fc56f1c9 Fetch the file list in getFilenameForHeight() if needed. 3 years ago
CalDescent 8e59aa2885 Peer getter methods renamed to include "immutable", for consistency with underlying lists and also to make it clearer to the callers. 3 years ago
CalDescent 0738dbd613 Avoid direct access to this.connectedPeers, as we need to use the immutable copy. 3 years ago
CalDescent 196ecffaf3 Skip calls to this.logger.trace() in ExecuteProduceConsume.run() if trace logging isn't enabled. 3 years ago
CalDescent a0fedbd4b0 Implemented suggestions from catbref to avoid potential thread safety issue in peer arrays. 3 years ago
CalDescent 7c47e22000 Set fileListCache to null when invalidating. 3 years ago