2622 Commits (e393150e9c9cdd8eaf7e421c91d09eff588b405a)
 

Author SHA1 Message Date
CalDescent e393150e9c Require references to be the correct length post feature-trigger 2 years ago
CalDescent 9f19a042e6 Added test to ensure short (1 byte) references can be imported. 2 years ago
CalDescent 922ffcc0be Modified post-trigger last reference checking, to now require a non-null value 2 years ago
CalDescent f887fcafe3 Disable last reference validation after feature trigger timestamp (not yet set). 2 years ago
CalDescent 48b562f71b Auto update check interval slowed from 10s to 30s, to hopefully reduce the chance of encountering "repository in use by another process?" error. 2 years ago
CalDescent 33cffe45fd Bump version to 3.3.2 2 years ago
CalDescent a0ce75a978 Minimum BTC order amount set to 0.001 BTC. Anything lower than that will result in greater than 10% fees. 2 years ago
QuickMythril 8d168f6ad4
Override default Bitcoin trade fee 2 years ago
CalDescent 0875c5bf3b Fix ConcurrentModificationException in getCachedSigValidTransactions() 2 years ago
QuickMythril 8e71cbd822
Reduce static Bitcoin trade fee 2 years ago
QuickMythril 9896ec2ba6
Fix typo 2 years ago
QuickMythril 9f9a74809e Add Bitcoin ACCTv3 2 years ago
QuickMythril acce81cdcd
Add tray menu item to show Build Version 2 years ago
CalDescent d72953ae78 Drop expired transactions from the import queue before they are considered "sig valid". 2 years ago
CalDescent 551686c2de Updated AdvancedInstaller project for v3.3.1 2 years ago
CalDescent b73c041cc3 Bump version to 3.3.1 2 years ago
CalDescent 9e8d85285f Removed extra unnecessary digest after writing new data. 2 years ago
CalDescent f41fbb3b3d Removed "consecutive blocks" limitation in block minter. 2 years ago
CalDescent fa3a81575a Reduce wasted time that could otherwise be spent validating queued transaction signatures. 2 years ago
CalDescent 6990766f75 Speed up unconfirmed transaction propagation. 2 years ago
CalDescent b33afd99a5 Bump invalid transaction import logging from trace to debug. 2 years ago
CalDescent 3c2ba4a0ea Improved logging when importing transactions. 2 years ago
CalDescent ab0fc07ee9 Refactored transaction importer, to separate signature validation from importing. 2 years ago
CalDescent 001650d48e Fixed typo in currently unused getSignaturesInvolvingAddress() method. 2 years ago
CalDescent 659431ebfd Added "txTypes" parameter to GET /transactions/unconfirmed, to allow optional filtering of unconfirmed transactions by one or more types 2 years ago
CalDescent 0a419cb105 Added "creator" parameter to GET /transactions/unconfirmed, to allow filtering unconfirmed transactions by creator's public key 2 years ago
CalDescent a4d4d17b82 Added /wallets to .gitignore, in preparation for pirate chain support. 2 years ago
CalDescent 0829ff6908 Fixed bugs in tooltip, introduced in lite node branch 2 years ago
CalDescent 2d1b0fd6d0 Merge branch 'lite-node' 2 years ago
CalDescent 122539596d Merge branch 'qdn-direct-connections' 2 years ago
CalDescent 86015e59a1 Updated AdvancedInstaller project for v3.3.0 2 years ago
CalDescent 1ea1e00344 Bump version to 3.3.0 2 years ago
CalDescent adecb21ada Added mainnet xpub addresses for DGB and RVN tests, as testnet support isn't fully implemented yet. 2 years ago
CalDescent dac484136f Fixed bug in name rebuilding. 2 years ago
CalDescent aaa0b25106 Make sure to set Peer.isDataPeer() to false as well as true, to prevent bugs due to object reuse. 2 years ago
CalDescent 3409086978 Merge branch 'master' into lite-node 2 years ago
CalDescent 6c201db3dd Merge branch 'EPC-fixes' 2 years ago
CalDescent da47df0a25 Fixed merge issue. 2 years ago
CalDescent eea215dacf Merge branch 'ravencoin' into new-coins 2 years ago
CalDescent 0949271dda Merge branch 'digibyte' into new-coins 2 years ago
CalDescent 6bb9227159 Removed RavencoinACCTv1 2 years ago
CalDescent a95a37277c Removed DigibyteACCTv1 and v2 2 years ago
CalDescent 48b9aa5c18 Allow images to be displayed in QDN websites via data: and blob: 2 years ago
CalDescent 1d7203a6fb Bug fixes found when testing previous commits. 2 years ago
CalDescent 1030b00f0a Keep track of peers requesting data for which we have at least one chunk. Then allow subsequent incoming connections from that peer through, up to a maximum of maxDataPeers. 2 years ago
CalDescent 0c16d1fc11 Added "maxDataPeerConnectionTime" setting (default 2 mins). 2 years ago
CalDescent ed04375385 Increased default maxPeers from 32 to 36 to compensate - otherwise the network will lose a considerable amount of inbound capacity. 2 years ago
CalDescent 6e49d20383 Added "maxDataPeers" setting to reserve 4 connections by default for direct QDN data requests. 2 years ago
CalDescent dc34eed203 Include our address when requesting QDN data 2 years ago
CalDescent fbe4f3fad8 Fixed incorrect minOutboundPeers conditional 2 years ago