2651 Commits (28f9df7178b6ecc39d9116669192e0b68fabd597)
 

Author SHA1 Message Date
CalDescent 2630c35f8c Chunk validation now uses MAX_CHUNK_SIZE rather than CHUNK_SIZE, to allow for a smaller CHUNK_SIZE value to be optionally used, without failing the validation of existing resources. 3 years ago
CalDescent 49f466c073 Added missing break; 3 years ago
CalDescent c198f785e6 Added significant CPU optimizations to ArbitraryDataManager 3 years ago
CalDescent 5be093dafc Fix for "Synchronizing null%" systray bug introduced in 3.2.0 3 years ago
CalDescent 2c33d5256c Added code accidentally missed out of commit 1b036b7 3 years ago
CalDescent 4448e2b5df Handle case when metadata isn't returned. 3 years ago
CalDescent 146d234dec Additional defensiveness in ArbitraryDataFile.fromHash() to avoid similar future bugs. 3 years ago
CalDescent 18d5c924e6 Fixed bug cased by fetchAllMetadata() 3 years ago
CalDescent b520838195 Increased default maxNetworkThreadPoolSize from 20 to 32 3 years ago
CalDescent 1b036b763c Major CPU optimization to block minter 3 years ago
CalDescent 8545a8bf0d Automatically fetch metadata for all resources that have it. 3 years ago
CalDescent f0136a5018 Include the external port when responding ArbitraryDataFileListRequests 3 years ago
CalDescent 6697b3376b Direct peer connections now use the on-demand data retrieved from file list requests, rather than the stale and incomplete ArbitraryPeerData. 3 years ago
CalDescent ea785f79b8 Removed unnecessary synchronization 3 years ago
CalDescent 0352a09de7 New online accounts are now verified on the OnlineAccountsManager thread rather than on network threads. This is an attempt to reduce the amount of blocked network threads due to signature verification, and is necessary for the upcoming mempow addition. 3 years ago
CalDescent 5b4f15ab2e Transaction importing code moved to TransactionImporter controller class 3 years ago
CalDescent fd37c2b76b Moved all online accounts code to a new OnlineAccountsManager controller class 3 years ago
CalDescent 924aa05681 Optimized peer lists 3 years ago
CalDescent 84b42210f1 Use ArbitraryDataFileRequestThreads only - instead of reusing file list response threads. 3 years ago
CalDescent 941080c395 Rework of arbitraryDataFileHashResponses to use a list rather than a map (limited to 1000) items. Sort the list by routes with the lowest number of peer hops first, to try and prioritize those which are easiest and quickest to reach. 3 years ago
CalDescent 35d9a10cf4 Avoid logging if there are no remaining transaction signatures to validate. There was too much log spam, none of which was particularly useful. 3 years ago
CalDescent 7c181379b4 Added more granularity to logging, to differentiate between signature validation and general processing/importing, as well as showing counts of the transactions being processed in each round. 3 years ago
CalDescent f9576d8afb Further optimizations to Controller.processIncomingTransactionsQueue() 3 years ago
CalDescent 6a8a113fa1
Merge pull request #74 from catbref/presence-txns-removal 3 years ago
CalDescent ef59c34165 Added missing "break" which was causing additional unnecessary debug logging. Originally introduced due to a merge conflict with the metadata branch. 3 years ago
CalDescent a19e1f06c0
Merge pull request #73 from catbref/incoming-txns-rework 3 years ago
catbref a9371f0a90 In Controller.processIncomingTransactionsQueue(), don't bother with 2nd-phase of locking blockchain and importing if there are no valid signature transactions to actually import 3 years ago
catbref a7a94e49e8 PRESENCE transactions changed to always fail signature validation 3 years ago
catbref affd100298 Reworking of Controller.processIncomingTransactionsQueue() 3 years ago
CalDescent fd6ec301a4 Updated AdvancedInstaller project for v3.2.0 3 years ago
CalDescent 5666e6084b Bump version to 3.2.0 3 years ago
CalDescent 69309c437e Tightened up the content security policy for non HTML files. 3 years ago
CalDescent e392e4d344 Allow eval(), setTimeout(), etc, to enable various QDN sites to function correctly. The existing sandboxing should be locking this down enough already. Limited to .html and .htm files only. 3 years ago
CalDescent bd53856927 Disabled auto fetching of metadata. To be re-enabled at a later date. 3 years ago
CalDescent cbd1018ecf Allow identical data to be published if the metadata differs. 3 years ago
CalDescent 46606152eb /arbitrary/metadata/* endpoint now returns ArbitraryResourceMetadata rather than a raw JSON string. 3 years ago
CalDescent e6f93e0a08 Added categoryName to ArbitraryResourceMetadata, along with the existing category ID 3 years ago
CalDescent 8d81f1822f Merge branch 'master' into qdn-metadata 3 years ago
CalDescent 5903607363
Merge pull request #72 from catbref/presence-v2 3 years ago
catbref 590a8f52db Remove future work comment from Controller 3 years ago
catbref ecac47d1bc Also notify TradePresenceWebsocket (using TradePresenceEvent) when bridging old PRESENCE txns 3 years ago
catbref 3b477ef637 Fix JAXB marshalling error (duplicate tradeAddress) in TradePresenceWebSocket. No need to send signature. Make sure publicKey is sent in Base58, not Base64. 3 years ago
catbref e2ef5b2ef3 Missed change from last commit: incorrect logic in TradePresenceWebSocket 3 years ago
catbref 1d59feeb72 Created /websockets/crosschain/tradepresence to replace /websockets/presence 3 years ago
catbref c53dd31765 Tidy up of trade presence timestamp generation & checking. Added tests. Renamed "online trades" to "trade presences" 3 years ago
catbref 4c02081992 Tidy up TradeBot presence logging. Decorate API endpoints /crosschain/tradeoffers and /crosschain/trade with presence expiry timestamps 3 years ago
catbref cb57af3c53 Bugfixes to online trade sigs + bridging from PRESENCE transactions 3 years ago
catbref 01d810fc00 Initial effort at migrating PRESENCE transactions to dedicated network messages 3 years ago
CalDescent 8c2a9279ee Return metadata in various /arbitrary APIs if the "includemetadata" parameter is included. 3 years ago
CalDescent 0d65448f3d Request all metadata automatically. 3 years ago