Christoph Atteneder
8bcd32f498
Merge pull request #5123 from jmacxx/add_sepa_countries
...
Add four SEPA Payment Account countries: AD, SM, VA, JE.
2021-02-12 11:21:02 +01:00
Christoph Atteneder
a520802399
Merge pull request #5137 from jmacxx/replace_deprecated_explorer
...
Replace deprecated bisq explorer settings
2021-02-12 09:54:03 +01:00
sqrrm
e9e596e89c
Merge pull request #5172 from jmacxx/fix_npe_offer_trigger_price
...
Fix NPE at offer entry when trading account switched
2021-02-10 15:33:18 +01:00
jmacxx
1826902066
Replace deprecated bisq explorer settings
...
If user preferences were set to a bisq explorer that has been
retired, switch it to another explorer from the provided list.
Users can still choose their own explorer, or enter a custom
explorer address (such as their local node).
2021-02-10 08:23:50 -06:00
sqrrm
7e7c87698f
Merge pull request #5136 from chimp1984/add-warning-if-no-filter-is-delivered
...
Show popup if no filter is delivered
2021-02-10 14:43:43 +01:00
sqrrm
78140ccadb
Merge pull request #5134 from chimp1984/remove-unused-BalanceWithConfirmationTextField
...
Remove unused BalanceWithConfirmationTextField
2021-02-10 14:40:59 +01:00
sqrrm
9ef4ea164d
Merge pull request #5120 from stejbac/speed-up-deposit-and-transactions-view-loads
...
Speed up deposit and transactions view loads
2021-02-10 14:39:49 +01:00
sqrrm
cedf108926
Merge pull request #5108 from jmacxx/pre_release_notifications
...
New Feature: Pre-release notifications
2021-02-10 14:38:53 +01:00
sqrrm
57e0bbc0ec
Merge pull request #5103 from ghubstan/01-apply-rate-meters
...
Define gRPC api call rate constraints
2021-02-10 14:37:15 +01:00
sqrrm
570ed0e032
Merge pull request #5148 from bisq-network/release/v1.5.5
...
Release/v1.5.5
2021-02-10 10:35:35 +01:00
Christoph Atteneder
840b3dcae3
Merge pull request #5155 from ghubstan/01-fix-find-pid-on-osx
...
Fix find pid on OSX
2021-02-10 10:12:45 +01:00
Christoph Atteneder
ae188d9fd8
Merge pull request #5167 from huey735/edit-mediator-name
...
Fix Mediator's name
2021-02-10 09:57:49 +01:00
Christoph Atteneder
a3c707303b
Merge pull request #5157 from ghubstan/fix-method-help-typos
...
Fix method help typos
2021-02-10 09:57:16 +01:00
Christoph Atteneder
d30621e707
Merge pull request #5169 from ghubstan/rename-apitest-bisqapp-class
...
Rename apitest BisqApp -> BisqProcess
2021-02-10 09:55:47 +01:00
Christoph Atteneder
5ad670fe27
Merge pull request #5178 from jmacxx/refund_agent_payout_fee
...
Refund agent payout to use withdrawal fee rate from settings
2021-02-09 21:03:25 +01:00
jmacxx
fc04e88a55
Refund agent payout to use withdrawal fee rate from settings
2021-02-09 10:51:01 -06:00
jmacxx
98feab3ef7
fix NPE when payment account changed on offer entry (with trigger price)
2021-02-08 10:55:25 -06:00
ghubstan
2f6838e507
Rename apitest BisqApp -> BisqProcess
...
The old class name conflicted with destop's BisqApp.
2021-02-07 14:00:29 -03:00
Huey
c0efa156c7
Fix Mediator's name
...
@leo816 was mentioned twice. One of which should be @huey735
2021-02-07 11:53:51 +00:00
ghubstan
ae2e60c749
Fix typo
2021-02-06 14:04:30 -03:00
ghubstan
6890ba68b0
Fix typo
2021-02-05 19:10:34 -03:00
ghubstan
433079abc8
Add missing backslash in multi line command
2021-02-05 15:29:47 -03:00
ghubstan
5ce9bc184d
Fix method help typos
...
And add a createoffer example.
2021-02-05 15:27:08 -03:00
ghubstan
bcf1b3b836
Fix find pid on OSX
...
The trade simulation scripts check that bitcoind, seed node,
arbitration node, and bob & alice nodes are running at startup,
but the bash pgrep command used to find the PIDs does not work on
OSX (my darwin20), so an adjustment was made to the env script to
find java PIDs with ps and awk if running on OSX.
Two additonal startup checks were added: make sure the script is
running on supported OS (Linux or OSX), and bitcoin-cli is in
the PATH.
Also removed usage error text about registering dispute agents.
The scripts do that now.
2021-02-04 19:16:19 -03:00
sqrrm
874d923e35
Merge pull request #5129 from ghubstan/03-rolling-offers-simulation
...
Add apitest rolling offer simulation script
2021-02-03 16:56:50 +01:00
sqrrm
de38bc7067
Merge pull request #5126 from ghubstan/do-wallet-check-on-createoffer
...
Check wallet is avaiable and/or unlocked on createoffer
2021-02-03 16:22:06 +01:00
ghubstan
072364b490
Explain 'payment sent' implies 'funds deposited'
...
There is no need to simulate the time it takes between
receiving a 'payment sent' msg and having funds (fiat) deposited
in the seller's bank account. But there is need to explain
that in the script.
2021-02-03 12:11:33 -03:00
sqrrm
5278973472
Merge pull request #5128 from ghubstan/02-refactor-simulation-scripts
...
Make some trade simulation functions re-usable
2021-02-03 13:43:31 +01:00
sqrrm
803e4001da
Merge pull request #5116 from ghubstan/01-fix-bash-syntax
...
Fix bash syntax inconsistencies
2021-02-03 13:31:04 +01:00
sqrrm
9252d4bf34
Merge pull request #5125 from ghubstan/gitignore-apitest-dao-setup
...
Git-ignore apitest dao-setup files
2021-02-03 13:28:15 +01:00
Christoph Atteneder
63b39d5995
Revert to SNAPSHOT version
2021-02-02 10:34:27 +01:00
Christoph Atteneder
f447d5b341
Merge pull request #5146 from ripcurlx/hide-trigger-price-in-confirmation
...
[v1.5.5] Hide trigger price box if not used in confirmation step
2021-02-02 09:15:31 +01:00
Christoph Atteneder
480ccd2c8e
Hide trigger price box if not used in confirmation step
2021-02-01 19:55:32 +01:00
Christoph Atteneder
d9f51afb8d
Hide trigger price box if not used in confirmation step
2021-02-01 19:52:31 +01:00
Christoph Atteneder
a8365cad07
Update translations for v1.5.5
2021-02-01 19:26:16 +01:00
sqrrm
1a8aba8221
Merge pull request #5145 from ripcurlx/improve-pending-trades-list
...
[v1.5.5] Improve pending trades list rendering
2021-02-01 13:05:03 +01:00
Christoph Atteneder
68e4a72c03
Add sanity check
2021-02-01 11:26:45 +01:00
Christoph Atteneder
9c31abfd36
Reset references to enable GC
2021-02-01 11:26:33 +01:00
Christoph Atteneder
91e75641eb
Minor cleanup
2021-02-01 11:26:24 +01:00
Christoph Atteneder
dcfcf6c214
Add sanity check
2021-02-01 11:24:20 +01:00
sqrrm
a819e9e9ca
Merge pull request #5133 from ripcurlx/fix-ui-overlap-for-offer-matching-feature
...
[v1.5.5] Prevent overlapping in offer book tools bar
2021-02-01 11:16:35 +01:00
Christoph Atteneder
ade1c86c72
Reset references to enable GC
2021-02-01 10:52:21 +01:00
Christoph Atteneder
fd3f0e6d25
Minor cleanup
2021-02-01 10:52:06 +01:00
Christoph Atteneder
18d622e680
Bottom align elements in offerbook tools box
2021-02-01 09:33:21 +01:00
Christoph Atteneder
a35f50c882
Cleanup code
2021-02-01 09:33:12 +01:00
Christoph Atteneder
429ae08414
Prevent overlapping of offer tools
...
Moves everything into box to prevent hiding of information in all languages
2021-02-01 09:32:53 +01:00
Christoph Atteneder
1af7e6a971
Bottom align elements in offerbook tools box
2021-02-01 09:30:37 +01:00
Christoph Atteneder
7c81e1e47b
Merge pull request #5141 from chimp1984/fix-incorrect-order-of-onUpdatedDataReceived-method-calls
...
onUpdatedDataReceived must be called in the correct order.
2021-02-01 09:11:46 +01:00
chimp1984
9041bf4938
onUpdatedDataReceived must be called in the correct order.
...
We cannot use a listener at RequestDataManager as the order
is not defined if doing so.
So we use P2PService as our controlling entity to call
further clients in the correct order.
2021-01-31 19:38:46 +01:00
chimp1984
4db71e5d64
onUpdatedDataReceived must be called in the correct order.
...
We cannot use a listener at RequestDataManager as the order
is not defined if doing so.
So we use P2PService as our controlling entity to call
further clients in the correct order.
2021-01-31 13:35:28 -05:00