Commit Graph

16833 Commits

Author SHA1 Message Date
Christoph Atteneder
9e4b43a8a1
Update missing hashes for tor 0.7.5 update 2022-10-17 11:16:42 +02:00
Christoph Atteneder
24fe4a0495
Update missing hashes for tor 0.7.5 update 2022-10-17 11:14:32 +02:00
Christoph Atteneder
8386c411e2
Merge pull request #6340 from chimp1984/improve_initial_data_load
Improve initial data load
2022-10-13 09:56:38 +02:00
Christoph Atteneder
3580b648c8
Bump version number for v1.9.6 2022-10-13 09:54:32 +02:00
Christoph Atteneder
6831f72a03
Update translations for v1.9.6 2022-10-13 09:53:23 +02:00
Christoph Atteneder
060246651a
Merge pull request #6374 from jmacxx/change_buy_sell_button_text
Reduce width of Buy/Sell offerbook button
2022-10-13 09:50:55 +02:00
Christoph Atteneder
14428a91fb
Merge pull request #6375 from jmacxx/fix_issue_6370
Warn at shutdown if Dispute message is pending
2022-10-13 09:32:15 +02:00
jmacxx
b35e316cdc
Warn at shutdown if Dispute message is pending. 2022-10-11 17:54:07 -05:00
jmacxx
df2630b379
Reduce minWidth of Buy/Sell offerbook button. 2022-10-11 09:56:19 -05:00
Bisq GitHub Admin
f7f78a1624
Merge pull request #6368 from ripcurlx/upgrade-tor-v0.4.7.10
Update tor-browser to v11.5.2 / tor-binary to v0.4.7.10
2022-10-11 09:22:58 +02:00
Christoph Atteneder
0468526843
Merge pull request #6373 from bisq-network/dependabot/github_actions/actions/checkout-3.1.0
Bump actions/checkout from 3.0.2 to 3.1.0
2022-10-11 09:21:46 +02:00
dependabot[bot]
55240484dc
Bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](2541b1294d...93ea575cb5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 15:16:35 +00:00
Christoph Atteneder
b29b054469
Merge pull request #6296 from jmacxx/change_buy_sell_button_text
Clarify wording on buy/sell offerbook button
2022-10-06 09:48:19 +02:00
Christoph Atteneder
4a7b76916c
Merge pull request #6337 from jmacxx/bsq_supply_stats_fixes
Fix bugs in BSQ Supply screen
2022-10-06 09:44:06 +02:00
jmacxx
b5dc6a4e45
Misc burn chart series CSS color settings and tooltip description. 2022-10-05 07:11:40 -05:00
jmacxx
8b92b2cdf5
UI Changes for BSQ Supply screen.
Adds ability to track Misc Burnt amounts (incl. voting, asset listing etc)
Corrects the descriptions for Total BSQ and Change in supply.
2022-10-05 07:11:36 -05:00
jmacxx
f0af8a516e
Fix Total BSQ Supply and Change of BSQ Supply calculations.
Total BSQ Supply needs to be cumulative from genesis to datapoint.
Change of BSQ Supply needs to handle situations where there is no
issuange to offset a burn.  There was a bug in the use of
getMergedMap(a - b) which would result in a burn being counted as
an issuance in that case.  Solved by making burns negative and using
Long::sum instead of a - b.
2022-10-05 07:11:29 -05:00
jmacxx
f3e53d43f6
Historical dataset for BSQ Supply page only relevant for mainnet. 2022-10-05 07:11:26 -05:00
jmacxx
eacef13b5a
Fix date range filter in BSQ Supply screen. 2022-10-05 07:11:17 -05:00
jmacxx
12014bb9fd
Clarify wording on buy/sell offerbook button. 2022-10-05 07:05:26 -05:00
Christoph Atteneder
3fc43a8455
Merge pull request #6369 from jmacxx/hide_offers_banned_node
Offers from a banned node should not be displayed
2022-10-05 10:19:44 +02:00
jmacxx
b67b2eb11d
Offers from a banned node should not be displayed. 2022-10-04 20:34:16 -05:00
Christoph Atteneder
40410daef4
Update tor-browser to v11.5.2 / tor-binary to v0.4.7.10 2022-10-04 12:10:51 +02:00
Christoph Atteneder
75e030f541
Merge pull request #6362 from jmacxx/dispute_min_payout
Set the minimum payout at mediation to be 2.5% of trade amount
2022-10-04 09:12:38 +02:00
Christoph Atteneder
d061944b1c
Merge pull request #6364 from Emzy/master
Remove c4talys7 seednodes and readd wiz seednodes
2022-10-04 09:07:03 +02:00
Christoph Atteneder
6203cf7c29
Merge pull request #6365 from ghubstan/remove-relay-subproject
Remove gradle subproject :relay
2022-09-29 20:47:42 +02:00
chimp1984
5a77be64e3
Fix typo 2022-09-28 19:47:49 -05:00
ghubstan
b9918f6649
Remove subproject :relay 2022-09-28 12:52:23 -03:00
Stephan Oeste
46139cf6b0
Remove c4talys7 seednodes and readd wiz seednodes 2022-09-28 15:16:25 +02:00
Christoph Atteneder
440d7cd71b
Merge pull request #6363 from bisq-network/dependabot/github_actions/actions/setup-java-3.5.1
Bump actions/setup-java from 3.5.0 to 3.5.1
2022-09-26 21:01:45 +02:00
dependabot[bot]
f5a87000c4
Bump actions/setup-java from 3.5.0 to 3.5.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](d854b6da19...a18c333f3f)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 14:21:48 +00:00
Christoph Atteneder
5d06b512da
Merge pull request #6348 from Android-X13/update-peer-tags
Refresh all avatars upon setting a peer's tag
2022-09-21 21:20:57 +02:00
Android-X13
1bbe90a5a2
Use custom map listening for tag change events 2022-09-21 12:11:09 +03:00
Android-X13
73bb97d2dd
Include ability to refresh all tags in Portfolio 2022-09-21 12:11:08 +03:00
Android-X13
1e82070e74
Handle avatar map better 2022-09-21 12:11:07 +03:00
Android-X13
76d85b1940
Refresh all avatars upon setting a tag 2022-09-21 12:10:58 +03:00
Christoph Atteneder
e2948e2354
Merge pull request #6342 from Android-X13/fix-price-trigger
Fix issue with offers getting disabled for no apparent reason
2022-09-21 10:15:40 +02:00
Christoph Atteneder
3cc1517606
Merge pull request #6352 from Android-X13/npe-open-proposals
Prevent NPE in Open Proposals when last column is empty
2022-09-21 10:10:44 +02:00
Christoph Atteneder
dc5802930f
Merge pull request #6324 from xyzmaker123/dao-governance-fix-menu-button
Updating DAO->Governance menu to indicate vote possible
2022-09-21 10:10:20 +02:00
chimp1984
42e8e511da
Add check isWasTruncated 2022-09-20 19:25:19 -05:00
chimp1984
5a7714786c
Fix missing argument in test 2022-09-20 18:33:24 -05:00
chimp1984
8725070c90
Add wasTruncated to onComplete handler
If truncated repeat requests
2022-09-20 18:33:23 -05:00
chimp1984
c4467ce03b
Set wasTruncated flag at GetDataResponse
If we truncated dateSortedTruncatablePayloads we set outTruncated flag to true (used for trade statistics)
2022-09-20 18:33:23 -05:00
chimp1984
c40d4ffffa
Add wasTruncated flag
Indicates if data response contained all data or was truncated
2022-09-20 18:33:23 -05:00
chimp1984
7d7eb13131
Reduce max entries to 5000 2022-09-20 18:33:23 -05:00
Android-X13
654259ee84
Force rebuild after github action ECONNRESET 2022-09-20 20:55:19 +03:00
Android-X13
ee2db16451
Fix issue with offers getting disabled for no apparent reason 2022-09-20 20:55:19 +03:00
Christoph Atteneder
854c6218b3
Merge pull request #6361 from ripcurlx/remove-binary-signing
Not use platform specific binary signing and notarization
2022-09-20 09:26:57 +02:00
Christoph Atteneder
aedd5567db
Merge pull request #6358 from ripcurlx/update-tor-upgrade-doc
Adapt the documentation to match the current Tor upgrade process
2022-09-20 09:26:12 +02:00
Christoph Atteneder
a41aac91ee
Merge pull request #6360 from ripcurlx/not-use-git-lfs-anymore
Not use git lfs anymore
2022-09-19 09:51:41 +02:00