Commit graph

16134 commits

Author SHA1 Message Date
ghubstan
b10cb119f2
Display trade.txFee for BSQ swap trades 2022-01-20 15:54:50 -03:00
ghubstan
2e7346a695
Fix comments 2022-01-20 15:54:19 -03:00
ghubstan
0ec095220b
Remove trailing spaces 2022-01-20 15:06:06 -03:00
Christoph Atteneder
fd42c4507d
Merge pull request #5966 from jmacxx/tor_bridges_fix
Tor bridges preferences fix
2022-01-20 18:15:17 +01:00
Christoph Atteneder
300b4aa613
Merge pull request #5975 from ripcurlx/update-data-stores-for-v1.8.1
Update data stores for v1.8.1
2022-01-20 18:12:18 +01:00
jmacxx
3aad0c8735
Fix issue of % price being zero when editing offer 2022-01-20 16:33:14 +01:00
Christoph Atteneder
6b963620dc
Merge pull request #5986 from jmacxx/fix_fat_finger_protection
Fix issue of % price being zero when editing offer
2022-01-20 16:33:00 +01:00
jmacxx
16b4e6aa89
Fix issue of % price being zero when editing offer 2022-01-20 08:01:55 -06:00
xyzmaker123
d4bbb4f5fc
Filter out the BSQ swap payment method from dropdown on edit/duplicate offer view 2022-01-20 13:49:18 +01:00
xyzmaker123
e993773d9f
Prevent reset offer values after switch to same currency payment account 2022-01-20 12:06:51 +01:00
Christoph Atteneder
58dca6fd1b
Merge pull request #5981 from Emzy/master
update hostname of BSQ explorer mempool.emzy.de
2022-01-20 09:49:50 +01:00
Christoph Atteneder
638d638d25
Use isFiat method for checking if it is a fiat method 2022-01-20 09:48:13 +01:00
Christoph Atteneder
cad973efd1
Not create and publish account age witnesses for BSQ swap accounts 2022-01-20 09:48:02 +01:00
Bisq GitHub Admin
4ff202b73d
Merge pull request #5974 from ripcurlx/fix-republishing-of-account-age-witnesses
Not create and publish account age witnesses for BSQ swap accounts
2022-01-20 09:46:24 +01:00
Stephan Oeste
6637806019
update hostname ob BSQ explorer
The new version 2.3.0 of mempool.space supports BSQ exporer only on a separate domain.
update URL to http://bisq.mempool.emzy.de/....

There is a redirect from the old location to the new one. 
So nothing is broken and the PR is low prio.
2022-01-19 17:32:49 +01:00
Christoph Atteneder
ae2a12110a
Merge pull request #5977 from jmacxx/fix_issue_5923
Show proposal txId with explore and copy icons.
2022-01-19 17:01:37 +01:00
Christoph Atteneder
5e158e8300
Use isFiat method for checking if it is a fiat method 2022-01-19 16:55:09 +01:00
jmacxx
1f917fa19d
Show proposal txId with explore and copy icons. 2022-01-18 13:31:51 -06:00
ghubstan
a5857e26f6
Re-set log level to INFO in apitest cases 2022-01-18 13:04:10 -03:00
ghubstan
3cd1e05a9f
Try to display accurate status of closed trades, or "Pending" if still open 2022-01-18 13:01:42 -03:00
Christoph Atteneder
06ab4dfa2a
Update data stores for v1.8.1 2022-01-18 11:38:30 +01:00
Christoph Atteneder
b7af53d22f
Update bitcoinj checkpoints for v1.8.1 2022-01-18 11:33:16 +01:00
Christoph Atteneder
1f22f89bb4
Not create and publish account age witnesses for BSQ swap accounts 2022-01-18 11:29:41 +01:00
wiz
d61a560679
Add 5 second delay when stopping seednode service 2022-01-17 11:24:52 +01:00
Christoph Atteneder
732b550954
Merge pull request #5964 from wiz/seednode-add-restart-delay
Add 5 second delay when stopping seednode service
2022-01-17 11:24:43 +01:00
Christoph Atteneder
9da2da3af3
Deactivate action of button2 if not used 2022-01-17 10:26:33 +01:00
xyzmaker123
fb2880e1c9
Fix issue with edit button visibility 2022-01-17 10:26:25 +01:00
Christoph Atteneder
39e3c0d0e7
Merge pull request #5969 from xyzmaker123/fix-edit-button
Fix issue with edit button visibility
2022-01-17 10:25:47 +01:00
Christoph Atteneder
fd34053b6b
Deactivate action of button2 if not used 2022-01-17 10:09:47 +01:00
xyzmaker123
1f022b9b89
Fix issue with edit button visibility 2022-01-16 22:00:42 +01:00
ghubstan
ffa31b0af7
Support gRPC gettrades call in CLI 2022-01-16 16:51:28 -03:00
ghubstan
4c7ae49e18
Format gettrades CLI outout 2022-01-16 16:48:58 -03:00
ghubstan
d98d795c77
Add server impl for gettrades (open|closed), refactor getrole methods 2022-01-16 16:46:45 -03:00
ghubstan
fdd94fe1f2
Remove commented code 2022-01-16 16:44:18 -03:00
ghubstan
a9e7484aee
Add buyer/seller dep & status-desc fields to TradeInfo 2022-01-16 16:43:34 -03:00
ghubstan
5c217793c8
Add buyer/seller dep & status-desc fields to TradeInfoV1Builder 2022-01-16 16:42:34 -03:00
ghubstan
a53fee345f
Add List<OpenOffer> getCanceledOpenOffers() ClosedTradableManager 2022-01-16 16:41:53 -03:00
ghubstan
50bbbfe6c4
Add List<Trade> getTrades() to TradeManager (w/out transitive jfx dep) 2022-01-16 16:41:09 -03:00
ghubstan
b4fa52f4e4
Add List<Trade> getTrades() to FailedTradesManager (w/out transitive jfx dep) 2022-01-16 16:39:07 -03:00
ghubstan
e6e944bcb0
Add GrpcTradesService.getTrades service method 2022-01-16 16:38:09 -03:00
ghubstan
55a54f39b4
Add GetTrades proto message, + needed TradeInfo fields 2022-01-16 16:36:27 -03:00
jmacxx
684fd39c75
Force persistence write when editing Tor Bridge settings.
This is necessary because Tor settings are edited before the app has
completed startup and normally persistence is prohibited.
2022-01-16 11:52:44 -06:00
jmacxx
c9235299a8
Postpone accessing preferences BridgeAddressProvider until needed by Tor.
Previously they would be accessed too early when preferences had not
yet been read from disk.  Now we access them when Tor is started.
2022-01-16 11:38:14 -06:00
MwithM
7d1e8a1649
Include penalty for exceeding transfer limits
Nequi payment method did not include that there might be a penalty for exceeding the transfer limits. I have used the same wording for every payment method.
2022-01-13 20:01:21 +01:00
wiz
2b4c3a58a7
Add 5 second delay when stopping seednode service 2022-01-13 12:59:16 +09:00
Christoph Atteneder
efac836fa2
Update translations for v1.8.1 2022-01-12 10:54:00 +01:00
Christoph Atteneder
63a241a64e
Remove unused translation keys 2022-01-12 10:47:11 +01:00
Christoph Atteneder
9d39f16d35
Bump version number for v1.8.1 2022-01-12 10:41:29 +01:00
Bisq GitHub Admin
808c3ad9d9
Merge pull request #5930 from xyzmaker123/modify-accepted-countries
SEPA Account - editable account name and accepted countries
2022-01-12 10:32:20 +01:00
Bisq GitHub Admin
8401b3885b
Merge pull request #5870 from jmacxx/mediation_payout_ux
Improve user experience once mediation has been accepted by both parties
2022-01-12 10:23:02 +01:00