2880 Commits (f042b5ca5f4c28b858de897be92c7ec1d3d275c5)
 

Author SHA1 Message Date
CalDescent f042b5ca5f If mempow is active, remove any legacy accounts from a to-be-minted block that are missing a nonce. 2 years ago
CalDescent a10e669554 Allow nonce to be computed for "next" timestamp if mempow is enabled in settings. 2 years ago
CalDescent 501f66ab00 BlockTransformer updates necessary for mempow online accounts. 2 years ago
CalDescent 6003ed3ff7 Revert "Use block's online accounts timestamp (instead of main timestamp) for the mempow hard fork." 2 years ago
CalDescent 03e3619817 Revert "Use onlineAccountTimestamp for all mempow hard fork related code in OnlineAccountsManager too." 2 years ago
CalDescent 0e42e7b05a Merge branch 'master' into online-accounts-mempow-v2-block-updates 2 years ago
CalDescent d4fbc1687b Optionally exclude initial data from all trade websockets, using query string parameter excludeInitialData=true 2 years ago
CalDescent 8ffdc9b369 POST /crosschain/htlc/importarchivedtrades moved to POST /admin/repository/importarchivedtrades, as this is a repository operation not an HTLC one. 2 years ago
CalDescent c883dd44c8 Remove LitecoinACCTv2 as it is no longer being used, and is unsafe. 2 years ago
CalDescent 667530e202 Remove DogecoinACCTv2 as it is no longer being used, and is unsafe. 2 years ago
CalDescent 5807d6e0dc Merge branch 'shares-by-level-rework' 2 years ago
CalDescent ba4eeed358 Modified GET /arbitrary/resources endpoint (and underlying db queries) to allow filtering names by a list, e.g. "followedNames" or "blockedNames". 2 years ago
CalDescent 82edc4d9f3 OnlineAccountsV3Message MIN_PEER_VERSION set to 3.5.1 2 years ago
CalDescent 2a0d5746e6 Only compute "next" online account signature if mempow hard fork is active. 2 years ago
CalDescent 23423102e7 Use onlineAccountTimestamp for all mempow hard fork related code in OnlineAccountsManager too. 2 years ago
CalDescent 8879ec5bb4 Avoid computing the proof of work for each online account more than once. 2 years ago
CalDescent 8cca6db316 Use block's online accounts timestamp (instead of main timestamp) for the mempow hard fork. 2 years ago
CalDescent effe1ac44d Merge branch 'master' into online-accounts-mempow-v2-block-updates 2 years ago
CalDescent ad4308afdf Added POST /crosschain/htlc/importarchivedtrades API endpoint. 2 years ago
CalDescent 6cfd85bdce Skip over ARRR orders in /refundAll and /redeemAll, as ARRR support hasn't been added for these yet. 2 years ago
CalDescent 8b61247712 Added shareBinsByLevelV2. 2 years ago
CalDescent a9267760eb qoraHoldersShare reworked to qoraHoldersShareByHeight. 2 years ago
CalDescent 0b8fcc0a7b Bump version to 3.5.0 2 years ago
CalDescent 3d3ecbfb15 Merge branch 'master' into pirate-chain 2 years ago
CalDescent 9658f0cdd4 Revert "Rewrite of isNotOldPeer predicate, to fix logic issue." 2 years ago
CalDescent b23500fdd0 Attempt to hold peer connections for 1-4 hours instead of 5-60 mins, as the constant disconnections are causing too much data to be sent over and over. 2 years ago
CalDescent a1365e57d8 Don't log network stats if no messages have been received, as otherwise this floods the logs with empty stats due to failed connections. 2 years ago
CalDescent d8ca3a455d
Merge pull request #93 from catbref/peer-message-stats 2 years ago
CalDescent dcc943a906 Hopeful fix for InvalidKeyException seen in some JDK implementations. 2 years ago
CalDescent cd2010bd06 More algo logging. 2 years ago
CalDescent 8cd16792a2 More logging relating to decryption failures. 2 years ago
CalDescent 4d97586f82 Log exception if AES decryption fails using specific algorithm settings. 2 years ago
CalDescent 3612fd8257 Removed unused throw 2 years ago
CalDescent ff96868bd9 Log full stack trace if loading a QDN resource fails due to a DataException. 2 years ago
CalDescent 1694d4552e ArbitraryDataReader.deleteWorkingDirectory() is now optional. 2 years ago
CalDescent bb1593efd2 Log full IOException stacktrace when obtaining Pirate Chain libraries. 2 years ago
CalDescent 4140546afb Ignore failures when deleting original QDN compressed file. 2 years ago
CalDescent 19197812d3 Log DataException during transaction validation. 2 years ago
CalDescent 168d32a474 Include memo for outgoing ARRR transactions. 2 years ago
CalDescent a4fade0157 Validate wallet initialization result when restoring existing wallet. 2 years ago
CalDescent 2ea6921b66 Added more ARRR lightwalletd nodes 2 years ago
CalDescent 11ef31215b Fixed failing test 2 years ago
CalDescent 830a608b14 Include memo for incoming ARRR transactions. 2 years ago
CalDescent 57acf7dffe Updated text when downloading wallet files from QDN 2 years ago
CalDescent 9debebe03e Default birthday for ARRR moved to "arrrDefaultBirthday" (default 2000000). 2 years ago
catbref b17e96e121 Log count & total size of peer messages sent & received when a peer is disconnected. Requires org.qortal.net.Peer logging level set to DEBUG 2 years ago
CalDescent b46c3cf95f Allow direct connection QDN retries every hour, instead of every 24 hours. 2 years ago
CalDescent 86526507a6 Increase time range and total number of attempts to fetch a QDN resource, as it previously gave up too quickly. 2 years ago
CalDescent 1b9128289f Added initial support to download Pirate wallet libraries from QDN, using hardcoded transaction signature. 2 years ago
CalDescent 4a58f90223 Added support for multiple lightwalletd servers. 2 years ago