2894 Commits (84a16157d1e7407718b4439d9e1e1afdc629f108)
 

Author SHA1 Message Date
CalDescent 84a16157d1 Don't add online accounts to the import queue if they are already validated 2 years ago
CalDescent 49d83650f4 Removed online accounts V2 and V1 messaging, as the V3 format will soon be required due to the nonce values. 2 years ago
CalDescent 951c85faf1 Fixed bug causing error 500 in some cases. 2 years ago
CalDescent 84d42b93e1 Reordered code in Block.mint() to fix potential issue after mempow activates. 2 years ago
CalDescent b99b1f5d57 Bump version to 3.6.0 2 years ago
CalDescent 952c51ab25 QORA / block reward adjustments set to activate at height 1010000 2 years ago
CalDescent 64ef8ab863 OnlineAccountsV3Message.MIN_PEER_VERSION set to 3.6.0 2 years ago
CalDescent 5017072f6c Use path parameter instead of query string. 2 years ago
CalDescent 02ac6dd8c1 Added GET /chat/message/{signature} endpoint. 2 years ago
CalDescent 858269f6cb ChatTransaction MAX_DATA_SIZE increased from 256 to 1024 bytes, to allow for new UI features. 2 years ago
CalDescent 791a9b78ec Added support for Pirate Chain wallets on FreeBSD. 2 years ago
CalDescent aff49e6bdf Added support for ARRR refunds via /crosschain/htlc/refund/{ataddress} and /crosschain/htlc/refundAll 2 years ago
CalDescent 2d29fdca00 Allow BTC trades in redeemAll / refundAll, since most will now be using ACCTv3. 2 years ago
CalDescent 063ef8507b Fix for NPE in last commit 2 years ago
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