1266 Commits (8c3a22aa5c2b9098b5d9bbb68441f43ce5fe6c97)
 

Author SHA1 Message Date
catbref 018c3cdcd4 Allow users to delete trade-bot entries in any state if corresponding AT does not exist 4 years ago
sakumatto 384dffbf9a Initial Italian translation by Pabs 2021 4 years ago
catbref 0306ecb03d AdvancedInstaller updates for v1.4.2 4 years ago
catbref e5ce732557 More detail in AutoUpdates.md 4 years ago
catbref f19e0498bf Bump to v1.4.2 4 years ago
CalDescent 32ec02225a Added optional "--testnet" or "-t" argument to stop.sh. When passing this argument, it will attempt to stop the core using the default testnet port (62391) rather than the default mainnet port (12391). 4 years ago
catbref 3920933fc7 Add block fetch TRACE logging to Synchronizer 4 years ago
catbref 1fdd7f156c Reduced logging noise from deleteExpiredTransactions but increased detection & logging on "serilization failures" from HSQLDB 4 years ago
catbref 91925cf931 Change block "minter" signature code, to take effect at some future (undecided) height. 4 years ago
catbref 30e58f1c19 Merge branch 'hsqldb-checkpoint' into master 4 years ago
CalDescent 8d5c6db39f Exclude IntelliJ IDEA files from git. 4 years ago
catbref 3453f0efaf Rework HSQLDB CHECKPOINTing to defer until there are no ongoing SQL transactions, in order to prevent DB deadlocks. 4 years ago
catbref eb23940996 Fix potential NPE when trying to obtain opportunistic database connection. 4 years ago
catbref 6cd86d86a6 Add "atFindNextTransactionFix" feature-trigger to all test blockchain configs 4 years ago
CalDescent c3fa34f5b9 Fixed .gitignore to ensure that all .DS_Store files (autogenerated by macOS) are excluded. 4 years ago
CalDescent 0af0aaaa21
Merge pull request #29 from sakumatto/master 4 years ago
CalDescent 02100c502b Exit from stop.sh with an error if curl isn't installed. Based on code submitted by TRM13 in issue #28. 4 years ago
sakumatto b55154cd3c Initial translations of UI terms into Finnish 4 years ago
catbref 1e6e5e66da Fix trailing comma on blockchain.json! 4 years ago
catbref 9b0e88ca87 Only compare same number of blocks when comparing peer chains 4 years ago
catbref 3acc0babb7 More chain-weight tests 4 years ago
catbref dc6eda1355 Added tool to help build release notes 4 years ago
catbref 6224bc3bca Updated AdvancedInstaller config file to latest Qortal v1.4.1 4 years ago
catbref 9ceac8c991 Documentation updates 4 years ago
catbref 834fcd80d7 Bump version to v1.4.1 4 years ago
catbref 20e4a79130 Reduce logging level for deleting older PRESENCE transactions 4 years ago
catbref d336200d75 Fix for off-by-one bug when ATs look for next transaction. Currently configured to take effect block 275,000 4 years ago
catbref e5bb3e2f0a Added defensive try-catch around network engine calls (actually ExecuteProduceConsume) 4 years ago
catbref 5b2b2bab46 Two-pronged fix for HSQLDB 'serialization failure' errors when receiving multiple PRESENCE transactions -- reported by marracc 4 years ago
catbref c17eea3ed9 Added timeout to Peer sendMessage() - same timeout as for awaiting incoming responses 4 years ago
catbref 83f4e2f5bf Added API call to view single trade's detailed info 4 years ago
catbref c8e7a00c08 Remove unused JDBC statement 4 years ago
catbref 190014cf96 Fix minor NPE during shutdown 4 years ago
catbref 385064e324 Return foreign-chain wallet transactions in newest-timestamp-first order 4 years ago
catbref f3e1f088f8 Bump to v1.4.0 4 years ago
catbref 6eb9447bb9 Merge branch 'LTCv3-with-presence' into master 4 years ago
catbref 0ee8d7da0f Improve removal of expired PRESENCE txns in websocket cache 4 years ago
catbref 918a331609 Transaction.importAsUnconfirmed() now BLOCKS for blockchain lock, instead of non-blocking try() 4 years ago
catbref 9bc395d36f Bump to v1.3.9 4 years ago
catbref 41453f5bd1 Add primary key index to latest AT state cache for extra speed! 4 years ago
catbref 78f62751e5 TESTNET ONLY: Correct "LitcoinACCTv1" TradeBotStates.acct_name values in DB 4 years ago
catbref d59c30757c Fix conversion of double in ElectrumX JSON to long 4 years ago
catbref 30d2e4fdac Correct logging message to blockchain-agnostic text 4 years ago
catbref d43a074cc1 Use *ACCT*.class.getSimpleName() for less error-prone ACCT.NAME 4 years ago
catbref 27783dc6de Add WARNING on start-up if repository is missing latest AT state data 4 years ago
catbref 2a789a9a9b Add WARNING on start-up if repository is missing latest AT state data 4 years ago
catbref a66dba767e Fix incorrect LatestATStates SQL table definition 4 years ago
catbref e00579e1a2 Fix incorrect LatestATStates SQL table definition 4 years ago
catbref 99f1a55de2 Improve logging for case where trade offer is locked to someone else 4 years ago
catbref 3ec307a2a1 Don't allow more than one (active) trade-bot entry per trade-offer 4 years ago