ghubstan
8271920943
New comments through "message TxInfo { ... }"
2022-02-20 20:20:33 -03:00
ghubstan
5acef133ab
Delete dead code
2022-02-20 19:01:50 -03:00
ghubstan
fade8bc0d9
Show CLI gettrades' Deviation col-value with precision=2 (do something)
2022-02-20 18:52:56 -03:00
ghubstan
23303187be
Change mktPriceMarginOpt name to mktPriceMarginPctOpt
...
And validate the opt value.
2022-02-20 18:14:47 -03:00
ghubstan
8f93c27deb
Fix CLI gettrades' Deviation column value format (do nothing)
2022-02-20 18:11:24 -03:00
ghubstan
2febe6b327
Adjust apitest cases to new .proto *Pct field names
2022-02-20 15:22:40 -03:00
ghubstan
d2ba39b28c
Adjust cli module to new .proto *Pct field names
2022-02-20 15:21:13 -03:00
ghubstan
66c04bdf3d
Adjust core.api to new .proto *Pct field names
2022-02-20 15:19:32 -03:00
ghubstan
8408c093e0
Adjust GrpcOffersService to new .proto *Pct field names
2022-02-20 15:18:37 -03:00
ghubstan
5cc928a7e5
Disambiguate grpc.proto offer pct literal field names
...
Rename double marketPriceMargin -> marketPriceMarginPct.
Rename double buyerSecurityDeposit -> buyerSecurityDepositPct.
2022-02-20 15:16:02 -03:00
xyzmaker123
3b966d8740
Fix bug with text rendering on trade step info
2022-02-20 10:13:56 +01:00
jmacxx
a302380e1e
Improve BSQ swap error messaging.
...
Re-enable popup warning indicating when DAO needs to be resynced.
2022-02-19 22:15:13 -06:00
ghubstan
543c573998
Adjust apitest cases to TradeInfo .proto's price & volume type change
2022-02-19 15:17:38 -03:00
ghubstan
e49ab16a7a
Adjust cli to TradeInfo .proto's price & volume type change
...
Quite a bit of refactoring. A lot of number-string formatting was removed.
2022-02-19 15:16:32 -03:00
ghubstan
a0b68bc756
Adjust .proto wrappers to price & volume type change
...
Some minor refactoring included.
2022-02-19 15:09:16 -03:00
ghubstan
3b22aeeb98
Change TradeInfo .proto's price & volume fields to string
2022-02-19 15:06:42 -03:00
ghubstan
1a3622b9ec
Merge branch 'master' into 4-change-grpc-proto-volume-to-string
2022-02-18 16:56:19 -03:00
ghubstan
15f75eea3d
Add some asserts on volume/min-volume strings from server
2022-02-18 16:49:51 -03:00
ghubstan
31c8fbb679
Remove some dead code
2022-02-18 16:48:32 -03:00
ghubstan
2056e26384
Adjust cli module to grpc.proto::volume field type change (string)
2022-02-18 16:45:37 -03:00
ghubstan
d42c58073f
Change OfferInfo proto's volume fields' type to string
2022-02-18 16:43:23 -03:00
ghubstan
a5fc4b7d52
Get fee from dao state service if JFX prop filterManager.getFilter is null
2022-02-18 17:07:41 +01:00
Christoph Atteneder
aaac08202e
Merge pull request #6052 from ghubstan/alt-fix-feeservice-npe-in-api
...
Fix API FeeService NPE (Alternate)
2022-02-18 17:07:30 +01:00
xyzmaker123
a3bc6ea726
Fix NPE issue when edit fresh account
2022-02-18 17:06:47 +01:00
Christoph Atteneder
d7e8cbdf15
Merge pull request #6058 from xyzmaker123/fix-npe
...
Fix NPE issue when edit fresh account
2022-02-18 17:06:20 +01:00
xyzmaker123
d70397214f
Fix NPE issue when edit fresh account
2022-02-18 16:24:58 +01:00
ghubstan
2af3ac22a3
Adjust to string triggerPrice
change in API test cases
2022-02-18 11:25:18 -03:00
ghubstan
68450c455f
Adjust to string triggerPrice
change in API cli classes
2022-02-18 11:24:23 -03:00
ghubstan
fafe416e85
Adjust to string triggerPrice
change in API core classes.
2022-02-18 11:24:02 -03:00
ghubstan
62a0a1405d
Change existing uint64 triggerPrice
field type in grpc.proto to string triggerPrice
.
2022-02-18 11:23:41 -03:00
ghubstan
18888f4d7a
Fix 'unnecessary use of fully qualified name'.
2022-02-17 18:30:27 -03:00
ghubstan
1d70b1bb5f
Adjust apitest cases to OfferInfo.price proto field type to string
2022-02-17 18:18:54 -03:00
ghubstan
89267e5851
Fix typo in comment
2022-02-17 18:11:46 -03:00
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
602101c117
Bump version number for v1.8.3
2022-02-17 10:49:55 +01:00
Christoph Atteneder
25441814ae
Update translations for v1.8.3
2022-02-17 10:48:22 +01: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
ghubstan
84eb653366
Get fee from dao state service if JFX prop filterManager.getFilter is null
2022-02-16 14:27:05 -03: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