3256 Commits (88f8041b056e19191ab5445bf1e73a24239b08b7)
 

Author SHA1 Message Date
CalDescent 016191bdb0 Reduce log spam when a QDN resource can't be found due to it not being published. 2 years ago
CalDescent 0596a07c7d Reduced ArbitraryDataFileRequestThread count from 10 to 5, to reduce network flooding. 2 years ago
CalDescent c62c59b445 Use correct timeout (12s) when sending arbitrary data to a peer, and improved logging. 2 years ago
CalDescent f78101e9cc Updated a default bootstrap host to use a domain instead of its IP. 2 years ago
CalDescent 476fdcb31d Added serialization tests for chatReference, and grouped with other serialization tests into a single package. 2 years ago
CalDescent 02d5043ef7 Added missing calls to electrumX.setBlockchain(instance); for DGB and RVN. Thanks to @QuickMythril for noticing this. 2 years ago
CalDescent 0ad9e2f65b Added QCHAT_ATTACHMENT service, with custom validation function. 2 years ago
CalDescent 4dc0033a5a Added missing chatReferenceTimestamp in unit tests. 2 years ago
CalDescent 745cfe8ea1 chatReferenceTimestamp set to 1674316800000 (Sat, 21 Jan 2023 16:00:00 GMT) 2 years ago
CalDescent 6284a4691c Import test transactions as part of the serialization tests, to catch any issues with db schema data lengths. 2 years ago
CalDescent 41f88be55e Test serialization of CHAT transactions 2 years ago
CalDescent ba95f8376f Increase CHAT transaction data limits to the maximum (4000 bytes) to allow for upcoming UI features. 2 years ago
CalDescent 8e97c05b56 Added missing feature trigger from unit tests. 2 years ago
CalDescent 2c78f4b45b Fixed typo and reworded "methods" to "actions", for consistency with the code. 2 years ago
CalDescent 613ce84df8 More documentation updates 2 years ago
CalDescent 2822d860d8 Fixed sample app 2 years ago
CalDescent 5a052a4f67 Documentation updates 2 years ago
CalDescent 32c2f68cb1 Initial APIs and core support for Q-Apps 2 years ago
CalDescent 4232616a5f Fixed QDN website preview functionality. 2 years ago
CalDescent 8ddcae249c Added gatewayLoopbackEnabled setting (default false) to allow serving gateway requests via localhost. 2 years ago
CalDescent eb569304ba Improved refund/refundAll HTLC code, to handle cases where there have been multiple purchase attempts for the same AT. 2 years ago
CalDescent b0486f44bb Added chat_reference index to speed up searches. 2 years ago
CalDescent cecf28ab7b Merge branch 'chat-reference' 2 years ago
CalDescent 98b92a5bf1 Introduced "historic threshold" to ARBITRARY transactions in order to save on verification times of older transactions. 2 years ago
CalDescent 6b45901c47 Fixed validation of existing reward share transactions. 2 years ago
CalDescent 166f9bd079 Bump version to 3.8.2 2 years ago
CalDescent 2f8f896077 Merge remote-tracking branch 'catbref/bugfix-deploy-at' 2 years ago
CalDescent 9a77aff0a6 Reduced difficulty of PUBLICIZE transactions from 15 to 14 (it is now the same as ARBITRARY transactions) 2 years ago
CalDescent c6d65a88dc Increase mempow difficulty and threshold in ChatTransaction, to match the values in the UI. 2 years ago
CalDescent 4aea29a91b Improved PublicizeTransaction validation. 2 years ago
CalDescent 0e81665a36 Revert "Filter out peers of divergent or significantly inferior chains when syncing." 2 years ago
CalDescent 2a4ac1ed24 Limit to 250 CHAT messages per hour per account. 2 years ago
CalDescent bb74b2d4f6 MAX_AVG_RESPONSE_TIME for ElectrumX servers increased from 0.5s to 1s. 2 years ago
CalDescent 758a02d71a Log Pirate light client server address if the wallet unable to be initialized. 2 years ago
CalDescent 7ae142fa64 Improved transaction validation. 2 years ago
CalDescent a75ed0e634 Bump additional expandedAccount level references held in memory. 2 years ago
CalDescent e40dc4af59 Fixed group ban expiry. 2 years ago
CalDescent e678ea22e0 Fixed NPE in unit tests. Still need to work out how/when this was introduced. 2 years ago
CalDescent cf3195cb83 Set "minAccountsToActivateShareBin" to 0 for certain tests. 2 years ago
CalDescent 80048208d1 Moved some test sponsorship utility methods to AccountUtils, so they can be used in other test classes too. 2 years ago
CalDescent 08de1fb4ec Disallow CHAT transactions with timestamps more than 5 minutes in the future. 2 years ago
CalDescent 99d5bf9103 Disallow transactions with timestamps more than 30 mins in the future (reduced from 24 hours) 2 years ago
CalDescent 1dc7f056f9 Filter out peers of divergent or significantly inferior chains when syncing. 2 years ago
CalDescent cdeb2052b0 Bump version to 3.8.1 2 years ago
CalDescent 5c9109aca9 minPeerVersion set to 3.8.0 2 years ago
CalDescent ccc1976d00 Added defensiveness 2 years ago
CalDescent 12fb6cd0ad onlineAccountMinterLevelValidationHeight moved forward to block 1092000 2 years ago
CalDescent 6f95e7c1c8 Bump version to 3.8.0 2 years ago
CalDescent a69618133e Level 0 online account removals moved inside feature trigger, so it is coordinated with the new validation. 2 years ago
CalDescent 51ad0a5b48 onlineAccountMinterLevelValidationHeight set to 1093400 (approx 20 hours later) 2 years ago