2638 Commits (24d04fe92842586030d1dadeba88ad9c0fb37ed9)
 

Author SHA1 Message Date
catbref 24d04fe928 Block.mint() always uses latest timestamped online accounts 2 years ago
catbref 0cf32f6c5e BlockMinter now only acquires repository instance as needed to prevent long HSQLDB rollbacks 2 years ago
catbref 84d850ee0b WIP: use blockchain feature-trigger "aggregateSignatureTimestamp" to determine when online-accounts sigs and block sigs switch to aggregate sigs 2 years ago
catbref 51930d3ccf Move some private key methods to Crypto class 2 years ago
catbref c5e5316f2e Schnorr public key and signature aggregation for 'online accounts'. 2 years ago
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 987446cf7f Updated AdvancedInstaller project for v3.3.2 2 years ago
CalDescent d2fc705846 Merge remote-tracking branch 'catbref/UnsupportedMessage' 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 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