chimp1984
6c2b3629d4
Change link
2022-05-27 15:35:40 +02:00
chimp1984
259b799ae6
Move Monero related classes to xmr package
2022-05-26 23:42:30 +02:00
chimp1984
69b1a0027b
Compare canonicalTxKey with strict case check
...
Cleanups
2022-05-26 23:40:46 +02:00
chimp1984
7127bd5223
Add methods to ExcludesDelegateMethods
2022-05-26 23:35:13 +02:00
chimp1984
d2557181d0
Add popup and info about using dedicated wallets when changing Bisq data dir
2022-05-26 23:31:30 +02:00
chimp1984
7fe93d9be7
Add littleEndian conversions
2022-05-26 12:36:59 +02:00
chimp1984
ed4eaafcdf
Add toCanonicalTxKey method (not correct still)
2022-05-26 12:17:51 +02:00
chimp1984
5194aff311
Extract test
2022-05-26 11:57:17 +02:00
chimp1984
08a76229c1
Add knaccc package and dependent other packages
2022-05-26 11:46:32 +02:00
chimp1984
19643488b1
Add test
2022-05-21 01:43:20 +02:00
chimp1984
f97cc86470
Use equalsIgnoreCase for replay protection checks
...
Add check for duplicate txHash
Rename wrongly names variables at startRequestsIfValid
2022-05-21 00:32:52 +02:00
chimp1984
e97ba5aebb
Add comment to viewkey/txKey mismatch due dual mode explorer API
2022-05-21 00:30:19 +02:00
Christoph Atteneder
0ced87cd22
Merge pull request #6213 from jmacxx/check_trade_init_app_close
...
Improve wording & appearance of trade shutdown dialog.
2022-05-19 09:21:37 +02:00
jmacxx
62719615a9
Prevent shutdown if trade is in process of being taken.
2022-05-18 18:05:05 -05:00
Bisq GitHub Admin
671263c430
Merge pull request #6209 from ripcurlx/fix-matching-account-toggle
...
Update matching account toggle state when tab is selected
2022-05-18 11:34:07 +02:00
Christoph Atteneder
1a5dad0e0b
Merge pull request #6190 from ghubstan/restful-dao-node-example
...
2nd attempt at a tiny daonode rest service with 1 endpoint
2022-05-18 09:41:36 +02:00
Christoph Atteneder
ecbd10d766
Merge pull request #6211 from jmacxx/check_trade_init_app_close
...
Prevent shutdown if trade is in process of being taken.
2022-05-18 09:38:32 +02:00
jmacxx
0726bdff7e
Prevent shutdown if trade is in process of being taken.
2022-05-17 12:10:23 -05:00
ghubstan
578d43f75c
Do not manually throw NullPointerException
2022-05-17 10:05:01 -03:00
Christoph Atteneder
0edfd17ef3
Update matching account toggle state when tab is selected
...
Fixes #6199 .
2022-05-17 11:13:08 +02:00
Bisq GitHub Admin
6fa87aea11
Merge pull request #6204 from chimp1984/add-revenue-chart
...
Add chart series for total trade fees
2022-05-16 16:58:27 +02:00
Christoph Atteneder
5ff04a1e48
Merge pull request #6207 from ghubstan/fix-gettrades-category-param-uppercase-bug
...
Fix API CLI gettrades bug: category param can be uppercase
2022-05-16 16:18:47 +02:00
Christoph Atteneder
52b1e13d46
Merge pull request #6200 from jmacxx/fix_issue_6175
...
Refactor BSQ fee validation to handle multiple txins.
2022-05-16 16:15:25 +02:00
Christoph Atteneder
ad1685c646
Merge pull request #6201 from jmacxx/fix_issue_6151
...
Fix refresh issue with x-axis tick labels (Market/Trade charts)
2022-05-16 16:13:08 +02:00
Christoph Atteneder
0925370121
Merge pull request #6202 from ghubstan/fix-editoffer-price-bug
...
Fix API editoffer bug: set fixed-price=0 on margin offers
2022-05-16 16:11:48 +02:00
Christoph Atteneder
2662ef8461
Merge pull request #6206 from jmacxx/add_inbound_connectivity_test2
...
Attempt self-ping 3 times before reporting error with connectivity.
2022-05-16 16:07:56 +02:00
ghubstan
a6ab373079
Add license banners to daonode/web classes
2022-05-16 10:55:34 -03:00
ghubstan
b3e6160f19
Keep CLI console output text lowercase where possible
...
Be consistent.
2022-05-15 18:57:23 -03:00
chimp1984
0ed03fc790
Add series for burned BSQ from btc fees and arbitration
2022-05-15 23:42:18 +02:00
ghubstan
8e5acf277d
Fix API CLI gettrades bug: category param can be upcase
...
When category param value was uppercase, e.g.,
$ ./bisq-cli --password=xyz --port=9998 gettrades --category=OPEN
CLI validation failed:
Error: No enum constant bisq.cli.opts.GetTradesOptionParser.CATEGORY.OPEN
This fixes the bug, and --category=open now passes CLI validation.
Based on `master`.
2022-05-15 16:26:29 -03:00
jmacxx
574510d172
Attempt self-ping 3 times before reporting error with connectivity.
2022-05-15 12:48:39 -05:00
chimp1984
cb4eacdb64
Change colors, move seriesRevenue left
2022-05-15 18:58:55 +02:00
chimp1984
492182a97d
Add half-year and quarter periods
2022-05-15 17:35:02 +02:00
chimp1984
5f2a430e4e
Add chart series for total trade fees
...
Fix missing color adoption for BSQ supply series
2022-05-15 15:39:59 +02:00
ghubstan
381985ec3a
Fix API editoffer bug: set fixed-price=0 on margin offers
...
This is causing erroneous PRICE_OUT_OF_TOLERANCE errors when trying
to take offers having (fixed) price!=0, and isUsingMktPriceMargin=true
in the payload.
The API daemon editoffer's treatment of (fixed) price and
isUsingMktPriceMargin flag in the API has been inconsistent with the UI.
With this change: when isUsingMktPriceMargin=true, (fixed) price is
set to 0 on the server. API clients, however, still must show the
calculated price when isUsingMktPriceMargin=true, making this fix hard
to test in the client. The server will now throw an exception if
(fixed) price and isUsingMktPriceMargin flag in the API are not
properly set in the API server.
This fix is intended to prevent issues such as
https://github.com/bisq-network/bisq/issues/6170 from happening for
this reason. The offer maker edited offers with API, creating
inconsistent state described above. It is hoped the user's offers
can be fixed by editing them in the UI.
Based on `master`.
2022-05-14 18:14:49 -03:00
jmacxx
0535279378
Fix refresh issue with x-axis tick labels.
2022-05-13 12:02:39 -05:00
jmacxx
17a949e4d1
Refactor BSQ fee validation to handle multiple txins.
2022-05-12 21:14:26 -05:00
Christoph Atteneder
a1eedafce7
Merge pull request #6197 from jmacxx/fix_issue_6196
...
Bugfix: Signed account must show signed age.
2022-05-11 21:10:56 +02:00
jmacxx
336f335de5
Bugfix: Signed account must show signed age.
2022-05-11 08:57:36 -05:00
Christoph Atteneder
cc252f69b4
Merge pull request #6106 from xyzmaker123/6100-total-bsq-supply
...
Show changes in BSQ Supply over time
2022-05-10 11:50:35 +02:00
Christoph Atteneder
28332b9692
Use lambda expressions where possible
2022-05-10 11:20:52 +02:00
Christoph Atteneder
23347e6203
Add missing copyright notice
2022-05-10 11:20:25 +02:00
xyzmaker123
5299607c35
Show changes in BSQ Supply over time - refactor
2022-05-10 10:30:26 +02:00
xyzmaker123
219b408b6a
Show changes in BSQ Supply over time - dynamic calculation
2022-05-10 10:30:25 +02:00
xyzmaker123
5fb1167a28
Show changes in BSQ Supply over time
2022-05-10 10:30:25 +02:00
Christoph Atteneder
72b56a2dcf
Merge pull request #6195 from bisq-network/dependabot/github_actions/actions/setup-java-3.3.0
...
Bump actions/setup-java from 3.2.0 to 3.3.0
2022-05-10 09:28:49 +02:00
dependabot[bot]
fd7d0792e3
Bump actions/setup-java from 3.2.0 to 3.3.0
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](4fe61d24fe...860f600565
)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 14:19:07 +00:00
Christoph Atteneder
8a13076b37
Merge pull request #6188 from xyzmaker123/mark-own-offers
...
Mark user's own offers in Market -> Offer book
2022-05-09 13:10:50 +02:00
Bisq GitHub Admin
4d02eefab1
Merge pull request #6194 from bisq-network/release/v1.9.1
...
Release/v1.9.1
2022-05-09 12:30:23 +02:00
Christoph Atteneder
c141f85a8c
Merge pull request #6192 from jmacxx/fix_issue_6191
...
Transactions view: fix NPE in column sorting when Memo is empty
2022-05-08 21:54:51 +02:00