Commit graph

14772 commits

Author SHA1 Message Date
ghubstan
a603044f2e
Pass isMyOffer flag to trade/offer proto wrappers from core services 2021-06-18 17:41:45 -03:00
ghubstan
0e9c6650e3
Include isMyOffer flag in API's trade/offer proto wrappers
Optionally displaying an ENABLED column in CLI side getoffer output
depends on the value of offer.isMyOffer, which is passed via new
boolean arguments to the trade & offer pojo builders.
2021-06-18 17:40:21 -03:00
ghubstan
1a56a5161a
Force codacy check after codacy config change 2021-06-17 10:13:18 -03:00
ghubstan
3d38a8555f
Make codacy just a bit happier 2021-06-15 13:40:33 -03:00
ghubstan
a3ea4ecbf6
Avoid duplicate test run 2021-06-15 13:22:07 -03:00
ghubstan
bc1576efbc
Throw exception is edit altcoin offer is attempted
Support for editing BSQ offers is in place, but will be added
in another PR.
2021-06-15 13:13:52 -03:00
ghubstan
e5b5a06b9b
Remove unused field 2021-06-15 12:04:39 -03:00
ghubstan
063b52eb70
Add editoffer test case, suppress annoying warnings 2021-06-15 11:39:06 -03:00
ghubstan
4da64b9bd0
Improve 'editoffer' opt parsing, fix test pkg name 2021-06-15 11:27:23 -03:00
ghubstan
e2a205a31d
Show enable/trigger-price cols for 'getmyoffer' 2021-06-15 11:24:27 -03:00
ghubstan
738d2f70ef
Fix editoffer validation bugs, tidy up CoreOffersService 2021-06-15 11:18:07 -03:00
ghubstan
32688a713f
Add bool isMyOffer to OfferInfo proto 2021-06-15 11:17:02 -03:00
ghubstan
21ac46ac0f
Fix log arg spec bug 2021-06-13 17:22:04 -03:00
ghubstan
54efad097d
Fix codacy issue 2021-06-13 14:05:00 -03:00
ghubstan
05f3985447
Fix problems found in codacy check 2021-06-13 13:54:16 -03:00
ghubstan
9a5e2d0df1
Remove unused import 2021-06-13 13:12:45 -03:00
ghubstan
571568a5e5
Remove chase quickpay acct test 2021-06-13 13:10:41 -03:00
ghubstan
929b28cb8c
Add editoffer api tests & minor apitest refactoring 2021-06-13 13:00:27 -03:00
ghubstan
be249c5e79
Add editoffer to CLI 2021-06-13 12:56:29 -03:00
ghubstan
2344285ed3
Add editoffer method help 2021-06-13 12:55:23 -03:00
ghubstan
d2939cc567
Add new EditOfferOptionParser and test 2021-06-13 12:43:02 -03:00
ghubstan
9231e48c43
Refactor GrpcClient: request builders moved bisq.cli.request pkg
Reduces size of GrpcClient while allowing for additional bot-friendly
variations of the new grpc editOffer method.
2021-06-13 12:35:43 -03:00
ghubstan
2b8b53bba8
Add server/core editOffer, adjust getMyOffer(s) impls
- Add editOffer to GrpcOffersService, CoreApi, CoreOffersService.

- Set editOffer call rate meter to 1 / minute.

- Use new EditOfferValidator to verify editOffer params OK.

- Adust getMyOffer(s) rpc impl and OfferInfo model to use OpenOffer
  for accessing activation state and trigger price.
2021-06-13 12:24:45 -03:00
ghubstan
1daf4715f8
Add OfferInfo field isActivated, rpc EditOffer to proto 2021-06-13 11:59:58 -03:00
ghubstan
d9dd718b4c
Fix comment 2021-06-12 18:42:14 -03:00
ghubstan
81da6fbe5a
Refactor EditOfferDataModel for new editoffer api method
- Define set of editable offer payload fields in MutableOfferPayloadFields.

- Move bulk of EditOfferDataModel#onPublishOffer logic to OfferUtil.
2021-06-12 18:35:27 -03:00
ghubstan
2b1a7aac82
Remove unsupported create CHASE_QUICK_PAY apitest case 2021-06-12 17:46:55 -03:00
ghubstan
786b2ec42b
Remove commented out test 2021-06-12 17:46:33 -03:00
Christoph Atteneder
2ef145f8f3
Merge pull request #5568 from cd2357/bump-guice
Bump guice version to fix startup warnings
2021-06-11 20:40:40 +02:00
cd2357
eea3acae36
Bump guice version to fix startup warnings
Bump guice to v5.0.1 to fix reflection warning logs shown each time Bisq started.
2021-06-11 12:03:28 +02:00
Christoph Atteneder
e0da8eb4c0
Merge pull request #5562 from jmacxx/disable_release_mediation_leo
Disable payment received button after mediation has been accepted
2021-06-11 09:53:25 +02:00
jmacxx
eb2184b9e4
if seller accepted mediation proposal then disable payment received button 2021-06-10 10:02:54 -05:00
Christoph Atteneder
992a6aad72
Merge pull request #5552 from jmacxx/warn_user_dao_out_of_sync
Remind user when their DAO state needs to be refreshed
2021-06-08 09:31:23 +02:00
Christoph Atteneder
7f2b179be1
Merge pull request #5556 from andyheko/remove-chase-quickpay-as-a-payment-method
Remove Chase QuickPay as a payment method
2021-06-08 09:28:07 +02:00
Christoph Atteneder
3df0e1df21
Merge pull request #5557 from andyheko/add-a-placeholder-on-the-search-disputes-field
Add a placeholder on the "Search Disputes" field
2021-06-08 09:23:59 +02:00
Christoph Atteneder
bcabd950c9
Merge pull request #5553 from jmacxx/pricenode_feeservice_merge
Add mempool fees to PriceServer getAllMarketPrices endpoint
2021-06-08 09:16:58 +02:00
andyheko
d5036cf972
Add a placeholder on the "Search Disputes" field 2021-06-07 17:32:31 -07:00
andyheko
5a955e8d24
Remove Chase QuickPay as a payment method
Solved #5547
2021-06-07 16:34:52 -07:00
jmacxx
e901e398ea
add mempool fees to the getAllMarketPrices endpoint 2021-06-07 18:14:50 -05:00
jmacxx
87261eca04
warn user when DAO needs resync 2021-06-07 16:20:19 -05:00
sqrrm
a8013f8bc0
Merge pull request #5543 from ripcurlx/minor-ui-cleanups
Minor UI cleanups
2021-06-02 15:28:36 +02:00
sqrrm
e9df2afcca
Merge pull request #5536 from ripcurlx/fix-broken-translation
Fix broken translation access
2021-06-02 15:27:11 +02:00
sqrrm
a181b4804b
Merge pull request #5542 from ripcurlx/set-deposit-after-offer-duplication
Set custom security deposit when cloning an offer
2021-06-02 15:26:40 +02:00
Christoph Atteneder
7883df2977
Merge pull request #5500 from BtcContributor/fix_uphold
Add Account owner full name field to Uphold payment method
2021-06-01 12:52:13 +02:00
BtcContributor
6de7a0d861
Improve code readability 2021-06-01 09:57:41 +02:00
Bisq GitHub Admin
806253b1bd
Merge pull request #5541 from bisq-network/release/v1.6.5
Release/v1.6.5
2021-05-31 15:34:27 +02:00
Christoph Atteneder
c433cffe39
Fix release process formatting 2021-05-31 11:58:42 +02:00
Christoph Atteneder
4e18fc3b59
Prevent information popup endless loop when duplicating an offer 2021-05-31 11:04:41 +02:00
Christoph Atteneder
4f75d83bc3
Remove offer duplication new feature info 2021-05-31 11:04:11 +02:00
Christoph Atteneder
a3e7d539b9
Remove XMR auto confirm feature hint 2021-05-31 11:03:33 +02:00