chimp1984
3d4427cdfd
Add result of filter match. Add more filter data (tx ids, json)
2020-09-17 13:54:45 -05:00
chimp1984
1c41db4a76
Fix wrong handling of mainnet RECIPIENT_BTC_ADDRESSes
...
We must not add main net addresses if not on mainnet
2020-09-17 13:46:00 -05:00
ghubstan
f8213f2066
Give core api a simple way to verify init status
...
This change adds a new StatusCheck class, for use by Core*Service
instances needing to verify the server is ready to perform trading
related functions.
Currently implements one method, verifyCanTrade(), that throws an
IllegalStateException with a CLI friendly error message if any of
the following checks fail:
- the p2p network is bootstrapped
- the block chain sync is complete
- the minimum # of peers are connected
- the wallet is available
- the wallet balance is available (not null)
2020-09-17 13:32:15 -03:00
chimp1984
48a14ee8a7
Merge branch 'master_upstream' into fix-trade-protocol-issues
2020-09-16 20:45:17 -05:00
chimp1984
1c0bef787a
Merge branch 'master_upstream' into verify-donation-address-for-refund-agent
2020-09-16 20:40:08 -05:00
chimp1984
b0b4334345
Merge branch 'master_upstream' into dispute-agents-sign-summary
2020-09-16 20:38:45 -05:00
chimp1984
29f3a7c495
Merge branch 'master_upstream' into allow-refund-agent-close-without-payout
2020-09-16 20:38:02 -05:00
sqrrm
b22ab6a1fa
Merge pull request #4531 from bisq-network/release/v1.3.9
...
Release/v1.3.9
2020-09-16 17:01:48 +02:00
Christoph Atteneder
81df879881
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.3.9
...
# Conflicts:
# build.gradle
# desktop/package/linux/Dockerfile
# desktop/package/linux/package.sh
# desktop/package/linux/release.sh
# desktop/package/macosx/create_app.sh
# desktop/package/macosx/finalize.sh
# desktop/package/macosx/insert_snapshot_version.sh
# desktop/package/windows/package.bat
# desktop/package/windows/release.bat
# relay/src/main/resources/version.txt
2020-09-16 16:52:54 +02:00
Christoph Atteneder
95dd561d91
Revert to SNAPSHOT version
2020-09-16 16:49:48 +02:00
sqrrm
6cf10c43a6
Merge pull request #4525 from ghubstan/2-refactor-apitest-grpcstubs
...
Refactor apitest for api calls to any daemon type
2020-09-16 16:42:19 +02:00
sqrrm
b812a261cf
Merge pull request #4524 from ghubstan/1-register-regest-dispute-agents
...
Add core support for registration of regtest dispute agents via API
2020-09-16 16:33:18 +02:00
ghubstan
57423f4fdb
Refactor to fix dispute agent mgr usage
2020-09-16 11:14:30 -03:00
Christoph Atteneder
06ac7a7605
Bump version number for v1.3.9
2020-09-16 15:58:58 +02:00
chimp1984
f6cb7c6696
Ensure the division is not by 0 and add try catch to MovingAverage
2020-09-16 15:56:19 +02:00
chimp1984
601de7890d
Add try/catch at setSuggestedSecurityDeposit code
2020-09-16 15:56:13 +02:00
Christoph Atteneder
8cb4b5016c
Merge pull request #4529 from chimp1984/make-moving-average-code-more-safe
...
Make moving average code more safe
2020-09-16 15:51:14 +02:00
sqrrm
e8c2974f14
Merge pull request #4515 from m52go/refresh-strings-1
...
Refresh strings, 1/n
2020-09-16 14:46:06 +02:00
sqrrm
b2d6d81d5d
Merge pull request #4528 from bisq-network/release/v1.3.8
...
Merge v1.3.8
2020-09-15 14:56:20 +02:00
Christoph Atteneder
98b03937d8
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.3.8
...
# Conflicts:
# core/src/main/java/bisq/core/support/dispute/agent/MultipleHolderNameDetection.java
# core/src/main/java/bisq/core/trade/txproof/xmr/XmrTxProofService.java
2020-09-15 13:24:06 +02:00
Christoph Atteneder
5f957f0a64
Revert to SNAPSHOT version
2020-09-15 09:26:08 +02:00
chimp1984
70d98d9554
Ensure the division is not by 0 and add try catch to MovingAverage
2020-09-14 16:06:52 -05:00
chimp1984
71d57298b0
Add try/catch at setSuggestedSecurityDeposit code
2020-09-14 16:05:47 -05:00
ghubstan
3f0394f722
Bump version to 1.3.8
2020-09-14 12:14:37 -03:00
ghubstan
8384dd8004
Add api dispute agent registration test case
...
This test case checks that mediators and refund agents can be
registered over grpc, but not on mainnet.
2020-09-14 12:13:36 -03:00
ghubstan
148a0f1200
Refactor test cases to use arbitrary grpc stubs
...
Most test cases send requests to the alicedaemon, but new test cases
will need to be able to send requests to arbitration and bob daemons.
2020-09-14 12:09:04 -03:00
ghubstan
899bea8df5
Replace "localhost" strings with InetAddress.getLoopbackAddress calls
2020-09-14 11:53:02 -03:00
ghubstan
304047eaca
Create GrpcDisputeAgentsService stub
2020-09-14 11:40:22 -03:00
ghubstan
3386b43e52
Add GrpcDisputeAgentsService to GrpcServer
2020-09-14 11:39:36 -03:00
ghubstan
bbf4f09181
Add core impl for registering dispute agents
...
This change supports registering mediators and refund agents on
daemons running on regest or testnet chains. Registering
arbitrators is not supported.
2020-09-14 11:04:10 -03:00
ghubstan
15b6044587
Add dispute agents service proto def to grpc.proto
2020-09-14 10:44:19 -03:00
ghubstan
359037a3ba
Move version service proto def to bottom of grpc.proto
2020-09-14 10:43:31 -03:00
sqrrm
7e08fdf6c2
Merge pull request #4523 from ripcurlx/datastore-updates-for-v1.3.8
...
Update data stores for v1.3.8 (second attempt)
2020-09-14 10:38:20 +02:00
Christoph Atteneder
efcca92688
Update data stores for v1.3.8 (second attempt)
2020-09-14 10:16:42 +02:00
Christoph Atteneder
f8a69411f2
Update data stores for v1.3.8 (second attempt)
2020-09-14 10:09:38 +02:00
chimp1984
156559cb9a
Increase timeouts
2020-09-14 09:53:52 +02:00
sqrrm
5911667b03
Merge pull request #4521 from chimp1984/increase-timeouts
...
Increase timeouts
2020-09-14 09:47:18 +02:00
chimp1984
76267afabf
Increase timeouts
2020-09-13 17:12:25 -05:00
chimp1984
352e661bac
update devmode price
2020-09-13 15:35:39 -05:00
chimp1984
19021ebcd7
Use 1 sec timeout for bsq trade fee txs
2020-09-13 15:35:06 -05:00
chimp1984
f9f981fb65
Improve state handling
2020-09-13 15:34:20 -05:00
chimp1984
296506fb47
Update ascii logo
2020-09-13 14:50:16 -05:00
chimp1984
06703f97c2
Add bisq ascii logo at start
2020-09-13 14:17:25 -05:00
chimp1984
dea56d0903
Increase timouts
2020-09-13 13:41:47 -05:00
chimp1984
e770684397
Add log to see better bisq start in log files
2020-09-13 13:23:07 -05:00
chimp1984
349bd13c0d
Set always uid from tradeMessage
...
Seems in the past there was partial support for uid but now all trade messages have uid.
2020-09-13 13:06:22 -05:00
cd2357
8d793e9a83
Show info popup if Bisq started under Qubes OS
...
Show popup informing the user about the OS-specific setup guide.
2020-09-13 13:23:12 +02:00
chimp1984
966b22a69d
Fix line breaks
2020-09-12 20:24:32 -05:00
chimp1984
de4fb17a19
Improve summary notes
2020-09-12 20:18:04 -05:00
chimp1984
0c46e7dd52
Add more data to summary msg
2020-09-12 16:19:42 -05:00