3713 Commits (master)
 

Author SHA1 Message Date
crowetic cbb171f859
Merge pull request #202 from kennycud/master 2 weeks ago
kennycud a64e9052dd consolidated the cache limits into an attribute in Settings.java 2 weeks ago
kennycud acc37cef0e storing blockchain data in a cache to reduce redundant RPCs to the ElectrumX servers 2 weeks ago
kennycud 7f5692eac0 Merge remote-tracking branch 'origin/master' 2 weeks ago
kennycud 454c471dfe Changed gapLimit from 24 to 3 since we have mitigated the gap problem. 2 weeks ago
crowetic 1a42c52f65
Merge pull request #201 from kennycud/master 2 weeks ago
kennycud 145191075a Responding to multiple trade offers on Pirate Chain now throws an invalid criteria error. The Pirate Chain API we are using does not support multiple spends. 3 weeks ago
kennycud da889f2905 Including unconfirmed transactions for wallet balances while spending foreign coin. This is for sends and for responding to trade sell orders. This is not for any other stages in the trading process after the initial response. 2 months ago
kennycud 211fc0d5a4 Protocol version error handling improvements. 2 months ago
kennycud 51feb96824 Delegated buildOfferMessage functionality to CrossChainUtils and removed copies of it from each individual class. Delegated trade bot state enumerations to the TradeStates class. 2 months ago
kennycud 8c1251d716 Delegated buildOfferMessage functionality to CrossChainUtils and removed copies of it from each individual class. Delegated trade bot state enumerations to the TradeStates class. 2 months ago
kennycud 4f05b61a8e Support for responding to multiple crosschain sell offers. 2 months ago
kennycud a07052161a Support for responding to multiple crosschain sell offers. 2 months ago
kennycud 780bfe6249 Support for responding to multiple crosschain sell offers. 2 months ago
kennycud d4b0d47c90 Support for responding to multiple crosschain sell offers. 2 months ago
kennycud da1ea9fe2c Adding for later use. 2 months ago
kennycud 4cf157ba64 Adding for later use. 2 months ago
kennycud 661827f92a Adding for later use. 2 months ago
kennycud 1cd5dccbd6 Adding support for BitcoinyTBD, version parsing and crosschain offer message building. 2 months ago
kennycud f5cd664dde I'm adding this in now for later use. These are the parameters needed for future foreign blockchain support. 2 months ago
AlphaX-Projects a02d1cec75
Bump version to 4.5.2 3 months ago
AlphaX-Projects 2d9f1d6d81
Update minimum peer version 3 months ago
crowetic c1da495dd1
Merge pull request #197 from AlphaX-Projects/master 3 months ago
AlphaX-Projects 533df9f2b8 Updated dependencies 3 months ago
AlphaX-Projects 44b4b08117 Added block minter thread check 3 months ago
AlphaX-Projects a140805c36 Updated group transactions (owner check) 3 months ago
AlphaX-Projects ea1d4dd962 Updated electrumx with non null objects 3 months ago
AlphaX-Projects a6cbdaafd8 Updated to bouncycastle 1.70 (AT and Core) 3 months ago
AlphaX-Projects 5db808e300 Replaced reference method with qualifier (websockets) 3 months ago
AlphaX-Projects cc95106019 Removed unnecessary continue (last statement in a loop) 3 months ago
AlphaX-Projects 64537ad705 Fixed synchronization on a non-final field 3 months ago
AlphaX-Projects 806dc6d056 Replaced string.equals() with string.isEmpty() 3 months ago
AlphaX-Projects d58fbab1b5 Removed pointless boolean Expression 3 months ago
AlphaX-Projects 61ede811cd Replaced size() == / > 0 with isEmpty() 3 months ago
AlphaX-Projects 95d42db773 Removed unnecessary semicolons 3 months ago
AlphaX-Projects ef07a444d6 Removed unnecessary imports 3 months ago
crowetic 5910ceff80
Merge pull request #194 from kennycud/master 4 months ago
kennycud f916d3581b Corrected incorrect language in the comments. This was copied and pasted 6 times. 4 months ago
kennycud 498f409346 Adding in foreign blockchain server configuration add and remove capabilities. Also adding in connection recording and connection setting capabilities. 4 months ago
crowetic d54f840265
Merge pull request #185 from kennycud/master 6 months ago
crowetic cc740cceec
Merge pull request #187 from AlphaX-Projects/master 6 months ago
AlphaX-Projects df39819de0 Update QDN file management 6 months ago
kennycud e83b2263f0 some simple error logging 6 months ago
kennycud 5c90c4bc61 Merge remote-tracking branch 'origin/master' 6 months ago
kennycud f7793443f3 call current blockchain height to ensure the current server is set to the blockchain provider and sort the servers to ensure the current server is listed first 6 months ago
crowetic f6b91df7b6
Merge pull request #181 from kennycud/master 7 months ago
kennycud 92d589a1ca
Merge branch 'Qortal:master' into master 7 months ago
AlphaX-Projects c4a7fb3b92 Bump version to 4.5.1 7 months ago
AlphaX-Projects 2d27901f9f Adding new algos 7 months ago
AlphaX-Projects ce8fb002cc
Merge pull request #179 from lgedgar/log-invalid-timestamps 7 months ago