2358 Commits (829ab1eb37852d52c0ca0899203253f85710b9ce)

Author SHA1 Message Date
catbref 829ab1eb37 Cherry-pick minor fixes from another branch to resolve "No online accounts - not even our own?" issues 2 years ago
catbref d9b330b46a OnlineAccountData no longer uses signature in equals() or hashCode() because newer aggregate signatures use random nonces and OAD class doesn't care about / verify sigs 2 years ago
catbref c032b92d0d Logging fix: size() was called on wrong collection, leading to confusing logging output 2 years ago
catbref ae92a6eed4 OnlineAccountsV3: slightly rework Block.mint() so it doesn't need to filter so many online accounts 2 years ago
catbref 712c4463f7 OnlineAccountsV3: 2 years ago
catbref fbdc1e1cdb OnlineAccountsV3: 2 years ago
catbref f2060fe7a1 Initial work on online-accounts-v3 network messages to drastically reduce network load. 2 years ago
catbref 6950c6bf69 Initial work on reducing network load for transferring blocks. 2 years ago
CalDescent 43bfd28bcd Revert "Discard unsupported messages instead of disconnecting the peer." 2 years ago
catbref ca8f8a59f4 Better forwards compatibility with newer message types so we don't disconnect newer peers 2 years ago
CalDescent d086ade91f Discard unsupported messages instead of disconnecting the peer. 2 years ago
CalDescent 64d4c458ec Fixed logging error 2 years ago
CalDescent 2478450694 Revert "Removed "consecutive blocks" limitation in block minter." 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 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 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 0829ff6908 Fixed bugs in tooltip, introduced in lite node branch 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 da47df0a25 Fixed merge issue. 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
CalDescent 7f9d267992 Improved lite node response error logging. 2 years ago
CalDescent 52904db413 Migrated new lite node message types to new format. 2 years ago
CalDescent 0695039ee3 Fixed long term bug causing last line to be missed out. 2 years ago