2480 Commits (9fdb7c977f7dd570937c15befd50e7e7efa2bda9)
 

Author SHA1 Message Date
JaymenChou 9fdb7c977f
Update SysTray_zh_CN.properties 3 years ago
QuickMythril 70fcc1f712
Merge pull request #78 from JaymenChou/patch-4 3 years ago
JaymenChou f20fe9199f
Update ApiError_zh_CN.properties 3 years ago
QuickMythril 91dee4a3b8
Merge pull request #80 from JaymenChou/patch-6 3 years ago
QuickMythril 0b89b8084e
Merge pull request #79 from JaymenChou/patch-5 3 years ago
QuickMythril a5a80302b2
Merge pull request #77 from JaymenChou/patch-3 3 years ago
QuickMythril e61a24ee7b
removed electrum-ltc.bysh.me 3 years ago
JaymenChou 55ed342b59
Create TransactionValidity_zh_CN.properties 3 years ago
JaymenChou 3c6f79eec0
Create TransactionValidity_zh_TW.properties 3 years ago
JaymenChou 590800ac1d
Create ApiError_zh_CN.properties 3 years ago
JaymenChou 95c412b946
Create ApiError_zh_TW.properties 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