Commit Graph

3435 Commits

Author SHA1 Message Date
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
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
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
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
jmacxx
11e4469b0e
Set the minimum payout at mediation to be 2.5% of trade amount.
If 2.5% is less than 0.0005 BTC, then fall back to 0.0005 BTC.
2022-09-18 21:51:24 -05:00
Christoph Atteneder
dc1c014310
Not use platform specific binary signing and notarization 2022-09-15 09:41:15 +02:00
Christoph Atteneder
44af373570
Merge pull request #6345 from Android-X13/fix-npe-in-offerbook
Prevent NPE when editing offer while not fully connected
2022-09-09 10:18:00 +02:00
Christoph Atteneder
328d7c12a1
Revert to SNAPSHOT version 2022-09-09 09:56:19 +02:00
Android-X13
741a3d16bd
Fix NPE in Open Proposals when last column is empty 2022-09-08 14:22:31 +03:00
Android-X13
e5f702c842
Fix NPE when editing offer while not yet connected 2022-09-02 14:48:30 +03:00
Christoph Atteneder
15aaa77b91
Bump version number for v1.9.5 2022-08-21 21:32:26 +02:00
Christoph Atteneder
aa1891a062
Merge pull request #6314 from xyzmaker123/5278-ability-to-copy-links
Possibility to copy addresses / transaction ids
2022-08-20 21:48:40 +02:00
Christoph Atteneder
5b5d09db8d
Merge pull request #6316 from xyzmaker123/dont-use-all-utxos
Send funds - don't use all available funds by default
2022-08-20 21:47:50 +02:00
xyzmaker123
d6f195e4db
Replace "copy" with "copy to clipboard" 2022-08-19 14:15:52 +02:00
Christoph Atteneder
8929567725
Merge pull request #6330 from jmacxx/network_status_indicator
Feature: P2P network status indicator
2022-08-19 11:16:30 +02:00
Christoph Atteneder
4ced5d593c
Merge pull request #6329 from jmacxx/prevent_trade_actions_no_network
Prevent UI trading actions when there are no P2P connections
2022-08-19 10:59:29 +02:00
jmacxx
ac04c97219
Prevent UI trading actions when there are no P2P connections. 2022-08-18 10:50:27 -05:00
jmacxx
8e21682e92
Add P2P network status indicator. 2022-08-18 10:46:39 -05:00
xyzmaker123
d84b472307
Possibility to copy addresses / transaction ids 2022-08-17 13:49:48 +02:00
Christoph Atteneder
706e6b3942
Merge pull request #6302 from xyzmaker123/6301-reset-trigger-price
Reset trigger price after switch to fixed price (edit offer)
2022-08-17 13:33:23 +02:00
Christoph Atteneder
ad921294d2
Merge pull request #6307 from Android-X13/fix-issue-6263
Fix/improve clickable areas of toggle buttons
2022-08-17 13:32:58 +02:00
Christoph Atteneder
01ba30abc3
Merge pull request #6309 from Android-X13/peer-info-window
Show Peer Info window only when left-clicking on avatar
2022-08-17 13:31:53 +02:00
Christoph Atteneder
17ca74d0a9
Merge pull request #6319 from Android-X13/blockchain-url-usage
Cleanup blockchain explorer URL code & add tests
2022-08-17 13:26:43 +02:00
xyzmaker123
e3ccb3c895
Updating DAO->Governance menu to indicate vote possible 2022-08-15 11:32:22 +02:00
Android-X13
402eb99404
Fix clickable area of toggle buttons 2022-08-15 04:18:41 +03:00
Android-X13
d11d74332e
Cleanup - update names of ordered tasks in DaoChartView 2022-08-14 20:42:35 +03:00
Android-X13
2dcb77c009
Fix NPE when accessing BSQ SUPPLY 2022-08-14 20:36:03 +03:00
Android-X13
582e1771e5
Remove boolean parameter from GUIUtil block explorer methods 2022-08-12 16:49:52 +03:00
Android-X13
e42d5543df
Add curly braces to conditional statements 2022-08-12 14:50:23 +03:00
Android-X13
9ee3d34aa9
Add tests for blockchain URLs 2022-08-10 20:10:36 +03:00
Android-X13
4ae5d55000
Standardize blockchain explorer URL usage 2022-08-10 18:53:30 +03:00
xyzmaker123
98ca3d3cac
Send funds - don't use all available funds by default 2022-08-09 13:46:00 +02:00
Christoph Atteneder
07168a3fc7
Merge pull request #6311 from jmacxx/fix_qrcode_copypaste
Fix ability to copypaste QR code URL
2022-08-07 21:35:38 +02:00
Christoph Atteneder
ffcd96673e
Merge pull request #6306 from chimp1984/update_dao_node
Update dao node
2022-08-07 20:40:26 +02:00
Christoph Atteneder
b346a5bcc0
Merge pull request #6303 from jmacxx/resend_dispute_signature
Allow mediated payout signature message to be re-sent
2022-08-07 20:37:03 +02:00
jmacxx
50dc05c551
Fix ability to copypaste QR code URL. 2022-08-05 13:06:58 -05:00
Android-X13
7ca21b6ee6
Show Peer Info window only when left-clicking on avatar 2022-08-03 15:44:56 +03:00
Android-X13
1cb59ef2df
Fix clickable area of Enable Offers toggle button 2022-08-01 02:41:10 +03:00
chimp1984
ef81bde7f2
Add export feature for signed account age witness 2022-07-31 14:40:18 +02:00
jmacxx
c528934eb3
Allow dispute signature message to be re-sent. 2022-07-28 11:43:28 -05:00
xyzmaker123
c1ed35f8f0
Reset trigger price after switch to fixed price (edit offer) 2022-07-28 09:51:25 +02:00
chimp1984
2b6dd187c6
Add export feature for account age 2022-07-25 20:50:43 +02:00
chimp1984
2628eea9db
Add bsq bonds 2022-07-25 00:12:13 +02:00