Commit graph

13956 commits

Author SHA1 Message Date
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
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
Christoph Atteneder
4164c77cf9
Cleanup code 2021-01-30 16:56:38 +01:00
Christoph Atteneder
2839b7a73a
Prevent overlapping of offer tools
Moves everything into box to prevent hiding of information in all languages
2021-01-30 16:56:02 +01:00
ghubstan
99af81d51d
Remove DONE flag
There should not be a check on that flag in the rolling offers script.
Terminate the script with ^C.
2021-01-29 18:13:34 -03:00
ghubstan
e3f707fea6
Make executetrade simulation more realistic
Demonstrate how traders poll trade status as they go through
the protocol.
2021-01-29 18:04:02 -03:00
Christoph Atteneder
3781b5f8b3
Merge pull request #5122 from stejbac/fix-stale-trade-statistics-list-view
Fix stale trade statistics list view when new entries arrive
2021-01-29 19:34:58 +01:00
ghubstan
da5e1e5ade
Add functions for checking trade status 2021-01-29 13:53:23 -03:00
ghubstan
d580e77bf8
Try alternative syntax to make codacy happy
The codacy issue "$/${} is unnecessary on arithmetic variables"
seems to not apply to $(echo $((1 + $RANDOM % 10))), but we
try another syntax to make her happy.
2021-01-29 11:47:37 -03:00
jmacxx
3757ec36f7
Wording change for CashByMail suggested by @m52go 2021-01-29 11:48:27 +01:00
Christoph Atteneder
e5175068cb
Merge pull request #5118 from jmacxx/word_change_m52go
Wording change for CashByMail
2021-01-29 11:47:43 +01:00
ghubstan
27a4a31dcc
Add apitest rolling offer simulation script
The script demonstrats a way to always keep one offer in the market.
As soon as the offer is taken and the trade is completed, another
offer is placed.
2021-01-28 20:11:09 -03:00