Christoph Atteneder
c7c218e1d2
Merge pull request #4790 from wiz/disable-wiz-monero-explorer
...
Temporarily disable wiz's monero explorer node
2020-11-13 13:43:07 +01:00
wiz
5a08c8b7ba
Remove legacy BSQ explorers
2020-11-13 21:29:36 +09:00
wiz
c2baf3fa7d
Temporarily disable wiz's monero explorer node
...
Will re-enable later after making a new monero node on a new server
2020-11-13 21:03:30 +09:00
Christoph Atteneder
19432e4a1e
Update data stores for v1.5.0
2020-11-13 13:00:46 +01:00
Christoph Atteneder
3e5bf90bdd
Update release process to match new trade statistics delivery
...
Also did some minor release process cleanup that was overdue
2020-11-13 12:29:29 +01:00
Christoph Atteneder
37be138830
Update bitcoinj checkpoints for v1.5.0
2020-11-13 12:29:29 +01:00
Christoph Atteneder
b4a4f48f3a
Merge pull request #4786 from chimp1984/fix-historical-data-store-issue
...
Fix historical data store issue
2020-11-13 12:19:01 +01:00
Christoph Atteneder
4eb43d7975
Merge pull request #4788 from chimp1984/add-amazon-gift-cards
...
Add Amazon eGift Card payment method
2020-11-13 09:16:20 +01:00
chimp1984
a238c205ab
Add Amazon eGift Card payment method
2020-11-13 00:26:23 -05:00
chimp1984
ee5fca9532
Revert timeout changes and MAX_PERMITTED_MESSAGE_SIZE change
2020-11-12 16:01:30 -05:00
chimp1984
2b807769d4
Update commit hash to 7f83d1b3
2020-11-12 15:58:58 -05:00
chimp1984
8bc78c852b
Cleanup tor dir if all connections lost
2020-11-12 15:58:58 -05:00
chimp1984
2486bd512f
Shut down if more then 1 all connections lost events
2020-11-12 15:58:58 -05:00
chimp1984
1b7c1ce49a
Only reset numAllConnectionsLostEvents if we have nodes connected
2020-11-12 15:58:57 -05:00
chimp1984
6a2583d5fa
Decrease deviationTolerance for numAllConnectionsLostEvents
2020-11-12 15:58:57 -05:00
chimp1984
bb095d413c
Increase timout to 90 sec
2020-11-12 15:58:57 -05:00
chimp1984
69802e232d
Reduce timeout
2020-11-12 15:58:57 -05:00
chimp1984
86a2045284
Fix wrong kb display
2020-11-12 15:58:57 -05:00
chimp1984
04ab507783
Update COMMIT_HASH to 627888f0
2020-11-12 15:58:57 -05:00
chimp1984
5e4156910a
Add hasError util method
...
Reformattings, cleanups
2020-11-12 15:58:57 -05:00
chimp1984
1eca9dff4b
Use dash for empty filteredSeedNodes value
2020-11-12 15:58:57 -05:00
chimp1984
a0565425df
Add historical data for error msg
...
Rename 'Number of responses' to 'Number of requests'
Rename timeout err msg
@jmacxx: See comment at `getErrorMsgLine`... If you need those historical
error msg data in the json as well we need to refactor a bit more...
2020-11-12 15:58:57 -05:00
chimp1984
86a853bfb9
Set response time only in non error case
2020-11-12 15:58:56 -05:00
chimp1984
16880b2f6a
Change deviation limits for OfferPayload
2020-11-12 15:58:56 -05:00
chimp1984
33e378accd
Update COMMIT_HASH to fec8f6e3
2020-11-12 15:58:56 -05:00
chimp1984
a1c84741f3
Add comments, revert TTL change at AckMessage as it has no effect anyway
2020-11-12 15:58:56 -05:00
chimp1984
b002c93d78
Increase SOCKET_TIMEOUT to 6 min
2020-11-12 15:58:56 -05:00
chimp1984
4bececeb4c
Increase MAX_PERMITTED_MESSAGE_SIZE to 15 MB, increase SOCKET_TIMEOUT to 6 min
2020-11-12 15:58:56 -05:00
chimp1984
f10d2318f3
Log when we remove expired entries
2020-11-12 15:58:56 -05:00
chimp1984
012c54cf02
Fix log at startup
2020-11-12 15:58:56 -05:00
chimp1984
b09ebdeeba
Update COMMIT_HASH to fd2a04a2
2020-11-12 15:58:56 -05:00
chimp1984
ac955e1875
Reduce TTL for ack and mailbox messages
2020-11-12 15:58:55 -05:00
chimp1984
4d17e986a2
Update COMMIT_HASH to 04440f95 (after merged master)
2020-11-12 15:58:55 -05:00
chimp1984
850f73aad5
Fix formatting
2020-11-12 15:58:55 -05:00
chimp1984
5c7aa80afa
Add deviation to persistent warnings/alerts
2020-11-12 15:58:55 -05:00
chimp1984
23df53e61b
Always try to prune live map with historical data
...
It should be only needed in case we get the historical data from resources,
but as I have seen multiple times that some nodes have duplicated entries
in the live data I think its more safe to clean up always. If no entries are
removed the call is very cheap. Even with 60k entries to be pruned it takes
only about 20 ms.
2020-11-12 12:19:24 -05:00
chimp1984
eea1203ec5
Fix issue with immutable maps.
...
As we might have same keys in multiple maps and merge those to 1 map we
cannot use an immutable map when merging the maps. Instead we copy our merged map
at the end into a immutable map.
Fix issue with immutable maps.
As we might have same keys in multiple maps and merge those to 1 map we
cannot use an immutable map when merging the maps. Instead we copy our merged map
at the end into a immutable map.
2020-11-12 12:19:24 -05:00
Deus Max
b9f49f75d3
Improve view of market offers chart
...
* Both axes use autoRange, which results in better
rounded values for the tick mark labels numbers.
* Filter-out data outside the factor limits.
* New constant chartDataFactor for factor limits.
* Formatted tick label currency numbers:
- Fiat: display with grouping separators
- Cryptos: remove trailing zeros in fractional parts
* Add CSS class axisy for y-axis formatting.
2020-11-12 14:35:20 +01:00
Christoph Atteneder
50c7d6c126
Merge pull request #4774 from deusmax/market_offers_chart
...
Market Offers chart modifications
2020-11-12 14:34:39 +01:00
sqrrm
ad5d1069be
Refactor trade limit check
...
Return early for anything that doesn't have age dependent trade limits
Remove unnecessary method
Fix switch case
2020-11-12 09:59:37 +01:00
Christoph Atteneder
fb1ffa1fe0
Merge pull request #4777 from ripcurlx/remove-unused-translations
...
Remove unused translations
2020-11-12 09:58:32 +01:00
Christoph Atteneder
64fd3a607a
Merge pull request #4782 from sqrrm/cleanup-signed-witness
...
Refactor trade limit check
2020-11-12 09:38:03 +01:00
m52go
42820f1bf0
Resolve merging conflicts in displayStrings.properties
2020-11-12 09:36:24 +01:00
Christoph Atteneder
2ad3fb85a7
Use correct brand name for TransferWise
2020-11-12 09:31:24 +01:00
Christoph Atteneder
1882644f8d
Use hyperlink tag to link to Australian PayID faqs
2020-11-12 09:31:24 +01:00
Christoph Atteneder
4a926319c0
Remove unused translations and suppress inspection for actually used once
...
E.g. for dynamically generated keys
2020-11-12 09:31:24 +01:00
Christoph Atteneder
def2b7cc68
Merge pull request #4783 from m52go/account-limits-text
...
Adapt account limits language for 1.5.0
2020-11-12 09:30:51 +01:00
Christoph Atteneder
6e23649156
Merge pull request #4784 from chimp1984/redesign-mailbox-msg
...
Redesign mailbox msg
2020-11-12 09:14:46 +01:00
Christoph Atteneder
34c802d505
Merge pull request #4780 from jmacxx/fix_issue_4719
...
Add encrypted wallet password prompt when sending funds from BSQ wallet
2020-11-12 09:06:27 +01:00
chimp1984
9cd5dc9e26
Add support for persisting MailboxMessageList
2020-11-11 22:19:44 -05:00