Commit graph

16049 commits

Author SHA1 Message Date
ghubstan
3405dbf5c3
Adjust cli module to OfferInfo.price field change to string type 2022-02-17 17:57:45 -03:00
ghubstan
461edff631
Change OfferInfo proto's 'price' field type to string
Much less ambiguous field value at cost of breaking backward compat in API.
2022-02-17 17:27:15 -03:00
ghubstan
135a42ba45
Delete deprecated CLI console output formatting classes
The new console output formatting (tbl) api is working, and the
deprecated classes just add maintenance work.

Update affected test cases.
2022-02-17 15:00:52 -03:00
ghubstan
ddd3ec3243
Fix comment about changing "all" number fields to string
We will consider each problematic number field one at a time.

Note: changing field types in following commits will break
the API's backward compatibility, but devs agree it's OK since
it is still in beta.
2022-02-17 13:39:06 -03:00
ghubstan
4596960191
Prepare API Offers .proto defs for significant changes
This commit adds comments to grpc.proto to be pulled into a new API
reference doc.  Some of the comments highlight issues to be resolved
in following PRs.

The main focus is on documenting gRPC Offers service definitions in
grpc.proto:

- Comment each field in the Offers service's messages.
- Add TODO comments about fixing field defs with usability &
  consistency problems.

Other API reference doc related changes to grpc.proto:

- Comment each gRPC service's rpc method definitions, however briefly.
- Improve some existing rpc method comments.
2022-02-17 13:31:17 -03:00
ghubstan
6f1057a766
Include unmerged API NPE fix to FeeService class (see PR #6052) 2022-02-17 13:28:14 -03:00
Christoph Atteneder
d8f66c0725
Merge pull request #6045 from xyzmaker123/5634-fix-nullable-contract
Fix failed trades view when contract is null
2022-02-17 10:38:29 +01:00
Christoph Atteneder
70d91883f5
Merge pull request #6049 from jmacxx/fix_issue_6046
Show buyer/seller in terms of BTC
2022-02-17 10:36:26 +01:00
Christoph Atteneder
12a797d9e4
Merge pull request #6053 from jmacxx/display_signed_account_age
Show signed status when applicable in Trade & Dispute info screens
2022-02-17 10:35:41 +01:00
Christoph Atteneder
2f66f9673e
Merge pull request #6054 from jmacxx/copy_popup_to_clipboard
Add ability to copy popup text to clipboard.
2022-02-17 10:35:09 +01:00
jmacxx
b1e88e8338
Add ability to copy popup text to clipboard. 2022-02-16 19:26:37 -06:00
jmacxx
1227781d43
Show signed status when applicable in Trade & Dispute screens 2022-02-16 16:09:08 -06:00
jmacxx
d5cccfaa66
Show buyer/seller in terms of BTC 2022-02-15 18:17:53 -06:00
Christoph Atteneder
d671b6805a
Merge pull request #6032 from jmacxx/sign_verify_msg_dao
Sign/Verify message for DAO bonded roles
2022-02-15 21:01:21 +01:00
Christoph Atteneder
3f978252ac
Merge pull request #6040 from jmacxx/fix_bsq_sending_issue
Fix issue selecting specific BSQ UTXO for send.
2022-02-15 21:00:20 +01:00
Christoph Atteneder
1e4e7c5284
Merge pull request #6048 from jmacxx/trade_fee_from_filter
Obtain trade fee settings from filter
2022-02-15 20:59:07 +01:00
jmacxx
f601e0f42f
Obtain trade fee settings from filter 2022-02-15 13:23:33 -06:00
xyzmaker123
8f6dff604b
Fix failed trades view when contract is null 2022-02-14 17:27:24 +01:00
Christoph Atteneder
b44a562875
Merge pull request #6042 from ghubstan/1-clean-protobuf-comments
Modify .proto file comments to be parsed by bisq-grpc-api-doc [#1]
2022-02-14 16:03:18 +01:00
ghubstan
bcfb1cbf87
Remove "has no parameters" comments from grpc.proto 2022-02-13 17:57:53 -03:00
ghubstan
0fe850bf0e
Begin commenting grpc.proto for bisq-grpc-api-doc
Banner comments were replace by simple service description comments.

Rpc methods were commented, some field level comments were moved to
to bisq-grpc-api-doc comment conventions.
2022-02-12 17:52:03 -03:00
ghubstan
62e5aaf4f8
Add license comment 2022-02-12 17:03:35 -03:00
ghubstan
459aea803f
Remove banner style comments from pb.proto
The bisq-grpc-api-doc generator needs comments spefic to protobuf
message definitions, not groups of message defs.  This kind of
information can be included in the message specific comments.

Also changed some existing comments, and added others to suggest
a commenting style for .proto message and field defs.
2022-02-12 16:57:11 -03:00
jmacxx
518ca6e0c3
Fix issue selecting specific BSQ UTX for send.
The BisqDefaultCoinSelector is invoked multiple times when a
transaction is being built.  Problem was that the coin selection
was being reset within, ultimately leading to coin selection
being completely ignored.  Solution is to reset the selection
after the transaction has been built.

The UI for selecting UTXO inputs was being resized to the number
of UTXO available, which caused problems when there is a large
UTXO set.  Solution is to size the UI to accomodate 3 to 15 rows,
which provides a reasonable screen display and a scrollbar is
provided for the case of a large UTXO set.
2022-02-11 11:15:27 -06:00
jmacxx
5e7e1c5704
Sign/Verify message for DAO bonded roles 2022-02-10 20:45:43 -06:00
Christoph Atteneder
15abe71dd3
Merge pull request #5985 from xyzmaker123/5972-support-links
Add support/help links on the UI
2022-02-09 11:47:52 +01:00
Christoph Atteneder
bc1a09f17d
Use action color as it is used with other action icons 2022-02-09 11:13:44 +01:00
Christoph Atteneder
8cc9a12866
Rename help url setter 2022-02-09 11:02:07 +01:00
Christoph Atteneder
4e0eff890c
Use bisq.wiki links as suggested by @m52go 2022-02-09 11:01:21 +01:00
Christoph Atteneder
4e225738c8
Not keep empty translation key 2022-02-09 10:56:53 +01:00
Christoph Atteneder
0017ccbd96
Improve layout for pending trades 2022-02-09 10:51:39 +01:00
Christoph Atteneder
88d8e8a083
Merge pull request #6019 from xyzmaker123/fix-date-sort
Column sorting - fix string comparators
2022-02-09 09:52:52 +01:00
xyzmaker123
9831d19849
Update "get help" message
Co-authored-by: m52go <735155+m52go@users.noreply.github.com>
2022-02-08 09:44:26 +01:00
xyzmaker123
469f589582
Update "still not resolved" message
Co-authored-by: m52go <735155+m52go@users.noreply.github.com>
2022-02-08 09:44:25 +01:00
Christoph Atteneder
d2760fd26d
Improve readability 2022-02-08 09:44:25 +01:00
Christoph Atteneder
2d2df30fee
Improve markdown styling 2022-02-08 09:44:24 +01:00
Christoph Atteneder
77152cc55f
Adapt help icon creation and style 2022-02-08 09:44:24 +01:00
xyzmaker123
feb6af1e7a
Add support/help links on the UI - question mark links 2022-02-08 09:44:24 +01:00
xyzmaker123
19d6b2607c
Add support/help links on the UI - trade details 2022-02-08 09:44:23 +01:00
xyzmaker123
90c2bfa651
Introduce SimpleMarkdownLabel 2022-02-08 09:44:17 +01:00
Christoph Atteneder
9c70a8a62a
Merge pull request #6029 from jmacxx/fix_issue_5877
Fix unhandled exception when locale specifies unknown country/region code.
2022-02-07 21:56:14 +01:00
Bisq GitHub Admin
fad721049c
Merge pull request #6017 from ripcurlx/fix-disabled-offer-display
Improve text and icon colors for disabled offers
2022-02-07 21:55:08 +01:00
Christoph Atteneder
ee33feeff7
Merge pull request #6018 from jmacxx/fix_OutOfSyncBsqBlocks
Fix exception: heightOfLastBlock must match chainHeight
2022-02-07 10:28:45 +01:00
Christoph Atteneder
5e7ac77d69
Merge pull request #6005 from w0000000t/keybase_>_matrix
Remove references to keybase and switch to Matrix
2022-02-07 10:26:24 +01:00
Christoph Atteneder
910d322477
Merge pull request #6021 from jmacxx/fix_issue_6006
Warn and prompt for password before showing wallet keys
2022-02-07 10:22:08 +01:00
jmacxx
78e9ed2382
Fix NPE when locale specifies unknown country code. 2022-02-05 11:21:59 -06:00
jmacxx
5c48a289a6
Warn and prompt for password before showing wallet keys. 2022-02-02 18:38:35 -06:00
WAT
7b191a4049
Remove references to keybase and switch to Matrix
Except `dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN` which refers to an
unused role, every other instance of `keybase` has been contextually
updated to Matrix (bisq.chat); functions to display moderator name
and profile address on keybase have been updated to work with Matrix
usernames and urls.
Kept translated resources in original state as per jmacxx suggestion.
2022-02-02 16:57:06 +01:00
xyzmaker123
2ad384dcca
Column sorting - fix string comparators 2022-02-02 08:47:45 +01:00
jmacxx
33644b0983
Fix exception: heightOfLastBlock must match chainHeight 2022-02-01 22:10:22 -06:00