1202 Commits (79691541aede6f867fc3f09387dcfd587b90830a)
 

Author SHA1 Message Date
CalDescent ac02e5c0a6
Merge pull request #37 from szisti/fix-cross-transaction-display 3 years ago
Istvan Szabo 427a415fbf Adjusted bitcoiny to convert transaction info into the new DTO 3 years ago
Istvan Szabo 9a3414aaa7 Added new DTO to store the data 3 years ago
CalDescent c8897ecf9b Rewrite of HSQLDBATRepository.getBlockATStatesAtHeight() SQL query 3 years ago
CalDescent 2c8b94d469 Always use the org.qortal.utils.Base58 implementation 3 years ago
CalDescent 36c1cfae51 Log the P2SH address when redeeming or refunding LTC via the API. 3 years ago
CalDescent 41ad78750e Don't allow QORT addresses to be used as the receiving address when redeeming LTC 3 years ago
CalDescent 3eaa4d5b38 Added /crosschain/htlc/refund/LITECOIN/{ataddress}/{receivingAddress} API 3 years ago
CalDescent 35176f9550 Added other files to .gitignore 3 years ago
CalDescent eb2c7268ea Removed .DS_Store files. 3 years ago
CalDescent 80311355ae Added /blocks/signature/{signature}/data API 3 years ago
CalDescent 39d1590ace Improved descriptions of the new API endpoints. 3 years ago
CalDescent 0b36b650a4 Added /redeem/LITECOIN/{ataddress} API 3 years ago
CalDescent 39575e8542 Added /refund/LITECOIN/{ataddress} API 3 years ago
CalDescent 326ef498b0 Added /crosschain/htlc/redeem/LITECOIN/{ataddress}/{tradePrivateKey}/{secret}/{receivingAddress} API 3 years ago
CalDescent 5148bad82e /crosschain/htlc APIs now take base58 encoded params instead of hex. 3 years ago
CalDescent 518f02472f Added POST /crosschain/LitecoinACCTv1/redeemmessage API 3 years ago
CalDescent ee5a132eb2 Updated AdvancedInstaller project for v1.5.2 3 years ago
CalDescent 654dc5bff3 Bump version to 1.5.2 3 years ago
CalDescent 13dcf7f72a Added/updated some comments relating to a possible future optimization. 3 years ago
CalDescent 65c26f17df Reduced "Error while trying to find common block with peer" log from INFO to DEBUG when determining which peer to sync with. When performing the actual synchronization, use INFO logging as this is a more serious error. 3 years ago
CalDescent 3bedba71d5 Reduced frequency and level of some synchronizer logs. 3 years ago
CalDescent 1ba64d9745 Bumped bitcoinj version from 0.15.6 to 0.15.10 3 years ago
CalDescent 84bf570243 Added optional "maxtrades" parameter to /crosschain/price/{blockchain} API 3 years ago
CalDescent 28d50bccf9 Exclude peers if we don't have a complete set of their block summaries. 3 years ago
CalDescent 66711c2e9d Require a complete sync in syncToPeerChain() 3 years ago
CalDescent 92d8c37d7d Added AT count to block debug logs. 3 years ago
CalDescent 5824f75669 Rework of the repository export and import functions. 3 years ago
CalDescent deb8adafc9 Added org.json dependency. 3 years ago
CalDescent d2649b237c Moved chain weight calculation log from DEBUG to TRACE. 3 years ago
CalDescent 6532c258f6 Reduced log spam. 3 years ago
CalDescent 83e2b10904 Merge branch 'ignore-old-versions' 3 years ago
CalDescent 26c1793d85 Added "allowConnectionsWithOlderPeerVersions" setting (default: true) 3 years ago
CalDescent 23a9eea26b Merge branch 'ignore-old-versions' 3 years ago
CalDescent af9b536dd9 Moved version check above getMinBlockchainPeers() check, so that nodes with old versions aren't counted. 3 years ago
CalDescent e4874f86f9 Merge branch 'block-timings' of github.com:Qortal/qortal into block-timings 3 years ago
CalDescent e300a957e4 Added online accounts count to /blocks/byheight/{height}/mintinginfo API and block-timings.sh script. 3 years ago
CalDescent 1c38afcd25 Slight reordering of vars. 3 years ago
CalDescent a06faa7685 Updated usage info to reflect the fact that the "count" parameter is optional. 3 years ago
CalDescent 019ab2b21d Added tools/block-timings-sh which can be used to test out new block timings (specified in blockchain.json). 3 years ago
CalDescent f6ba5f5d51 Added /blocks/byheight/{height}/mintinginfo API, which returns info on the minter level, key distance, and block timings. 3 years ago
CalDescent c4cbb64643 Added "minPeerVersion" setting, and avoid syncing with peers on lower versions. 3 years ago
CalDescent 8260cec713 Added "maximumCount" parameter to HSQLDBATRepository.getMatchingFinalATStatesQuorum() and use it to limit the number of ATs being returned in the query. 3 years ago
CalDescent f4520e2752 Skip Block.logDebugInfo() altogether if the log level is more specific than DEBUG, to avoid wasting resources. 3 years ago
CalDescent 475802afbc Fixed divide by zero exception. 3 years ago
Tom a170668d9d Updated AdvancedInstaller project for v1.5.1 3 years ago
Tom f8dac39076 Updated AdvancedInstaller project for v1.5.0 3 years ago
CalDescent fe4ae61552 Added "maxRetries" setting. 3 years ago
CalDescent 0c3597f757 Bump version to 1.5.1 3 years ago
CalDescent 6109bdeafe Set go-live timestamp for same-length chain weight consensus: 1620579600000 3 years ago