2347 Commits (a5c11d4c2311dc34f2e99d62a85a3dedd65002b5)
 

Author SHA1 Message Date
CalDescent a5c11d4c23 Reduced "Ignoring hash list request" logs from DEBUG to TRACE 3 years ago
CalDescent 878394535e Improvements relating to fetching metadata 3 years ago
CalDescent 35dba27a55 Fixed issue due to not updating arbitraryMetadataRequests when receiving the metadata file. 3 years ago
CalDescent f22ad13fa9 Merge branch 'master' into qdn-metadata 3 years ago
CalDescent aa2e5cb87b Merge branch 'hosted-resources-search' 3 years ago
CalDescent 7740f3da7e Small formatting tweaks, for consistency with existing code. 3 years ago
CalDescent badb576991 Fixed exception when identifier is null. Also handling null names as this may be a future scenario. 3 years ago
CalDescent c65a63fc7e Fixed "query" parameter error in swagger documentation 3 years ago
CalDescent 0111747016 Added debug logging of new file list stats. 3 years ago
CalDescent eac4b0d87b Maintain backwards support for pre-3.2.0 peers by only including new file list message params when sending to newer peers. 3 years ago
CalDescent 3dadce4da4 Renamed a reference 3 years ago
CalDescent 1864468818 Prefer the route with the least number of hops when relaying. 3 years ago
CalDescent 1a59379162 Optionally include requestTime, requestHops, peerAddress, and isRelayPossible flag in ArbitraryDataFileListMessage 3 years ago
CalDescent 31d34c3946 Updated testnet documentation 3 years ago
CalDescent 3cc394f02d
Merge pull request #70 from catbref/synchronizer-newchaintipevent 3 years ago
CalDescent 53c4fe9e80 Fixed another ElectrumX issue found in unit tests. 3 years ago
CalDescent d5521068b0 Fixed issue in earlier commit, found in unit tests. 3 years ago
CalDescent a63ef4010d Disabled expired transaction data deletion code for now, as this was often causing data to be incorrectly deleted. 3 years ago
CalDescent cec3e86eef
Merge pull request #71 from catbref/transferprivs-fix 3 years ago
catbref 8950bb7af9 Very slightly relax validity checks for TRANSFER_PRIVS to allow for skeletal account records, e.g. due to CHAT transactions, but account last reference still needs to be null. Example at block height 736196 / 7 3 years ago
catbref 9e6fe7ceb9 Modify TradeBot, some related websockets, to trigger when chain tip changes instead of with every new block 3 years ago
CalDescent c333d18cd0 Merge branch 'segwit' 3 years ago
CalDescent 0271ef69c9 When submitting a new transaction, treat the chain as "synced" if the latest block is less than 30 minutes old. Increased from around 7.5 minutes. 3 years ago
CalDescent 2d493a4ea2 Added logging when no addresses are returned for a bitcoiny transaction output. 3 years ago
CalDescent e339ab856f Skip over Electrum servers that don't return any output addresses. Hopeful fix for BTC transactions that report a zero value due to incomplete data being returned from certain ElectrumX peers. 3 years ago
proto 782904a971 improvement to the search on hosted resources 3 years ago
proto a3753c01bc Add search functionality to hosted resources 3 years ago
CalDescent d5c3921846 Only show the red "synchronizing" systray icon if the latest block isn't recent. 3 years ago
CalDescent a2c462b3da Add <meta charset="UTF-8"> tag to websites. Fixed issue rendering emojis and other special characters. 3 years ago
CalDescent 8673c7ef6e Fixed bug in GET /peers/summary API 3 years ago
CalDescent 8d7be7757f Fixed incorrectly named tag. 3 years ago
proto 6b83927048 Persist MintingAccounts.json on minting accounts add/remove 3 years ago
proto e07adbd60e online accounts api call, fix level zero accounts 3 years ago
CalDescent 7798b8dcdc Keep items in arbitraryDataFileHashResponses if they are currently being requested by another thread. This should help to locate the higher numbered chunks from larger resources. 3 years ago
CalDescent 146e7970bf Synchronize this.allKnownPeers and this.connectedPeers in Network.requestDataFromPeer(), to make the method thread-safe. 3 years ago
CalDescent f4f7cc58e3 Removed unused import. 3 years ago
CalDescent 21b4b494e7 Renamed method. 3 years ago
CalDescent 7307844bee If UPnP is disabled in settings, close the existing external listenPort if a UPnP rule exists. 3 years ago
CalDescent 5d419dd4ec Handle case where funds are sent to and from the same bitcoiny deterministic wallet. 3 years ago
CalDescent 6d0db7cc5e Catch UncheckedIOException in findAllHostedPaths() which was seen when a file was deleted by another thread. 3 years ago
CalDescent 8de606588c Attempt to open the listen port (default 12392) using UPnP, if the local network supports it. 3 years ago
CalDescent 5842b1272d Add WaifUPnP-1.1 jar to project. 3 years ago
CalDescent 35b0a85818 Increased WALLET_KEY_LOOKAHEAD_INCREMENT_BITCOINJ to 50 3 years ago
CalDescent fcdd85af6c Try a lookahead size of 20 (instead of 3) when asking Bitcoinj for the balance. 3 years ago
CalDescent 5aac2dc9df ONLINE_ACCOUNTS_V2_PEER_VERSION set to 3.2.0 3 years ago
CalDescent 17a9b4e442
Merge pull request #66 from catbref/network-online-accounts-v2 3 years ago
CalDescent becb0b37e6
Merge branch 'master' into network-online-accounts-v2 3 years ago
CalDescent 67ca876567 Log if we're unable to process the received file. 3 years ago
CalDescent 464ce66fd5 Moved deletion retry code into ArbitraryDataFile 3 years ago
CalDescent 3e505481fe Default minPeerVersion also increased to 3.1.0 3 years ago