sqrrm
e082ac667e
Merge pull request #4715 from deusmax/trading_charts_axes
...
Cleaner formatting for trading charts date axes
2020-11-02 17:38:02 +01:00
sqrrm
f03be6ad3d
Merge pull request #4628 from chimp1984/improve-read-file-handling
...
Use a thread in PersistenceManager for reading persisted files instead of using threads in client code
2020-11-02 17:36:21 +01:00
sqrrm
84ac65b163
Merge pull request #4731 from ghubstan/19-sqrrm-pr-changes
...
Resolve issues found in reviewed PRs 4699, 4703, 4711 [, ...]
2020-11-02 15:32:07 +01:00
sqrrm
a308bef7a7
Merge pull request #4725 from ghubstan/18-reduce-methodtest-time
...
Reduce apitest suite execution time
2020-11-02 13:27:24 +01:00
sqrrm
ec54b4aa04
Merge pull request #4724 from ghubstan/17-fix-testfixture-init
...
Refactor api test fixture setup
2020-11-02 13:22:48 +01:00
sqrrm
f2cf5e2984
Merge pull request #4723 from ghubstan/16-improve-apitest-logging
...
Improve apitest cmd line console logging
2020-11-02 13:12:02 +01:00
sqrrm
53a16698e2
Merge pull request #4722 from ghubstan/15-upgrade-jupiter
...
Upgrade jupiterVersion = '5.7.0'
2020-11-02 13:05:39 +01:00
sqrrm
66375fec81
Merge pull request #4716 from ghubstan/14-canceloffer-test
...
Test api method 'canceloffer'
2020-11-02 13:03:22 +01:00
sqrrm
85237cb870
Merge pull request #4714 from ghubstan/13-canceloffer-impl
...
Implement 'canceloffer' api method
2020-11-02 12:59:56 +01:00
sqrrm
9e1466417f
Merge pull request #4713 from ghubstan/12-stub-canceloffer
...
Stub out 'canceloffer offer-id' api method
2020-11-02 12:59:03 +01:00
sqrrm
b4f8ca8626
Merge pull request #4712 from ghubstan/11-test-closetrade-impls
...
Test trade closing api methods 'keepfunds' and 'withdrawfunds'
2020-11-02 12:55:27 +01:00
Christoph Atteneder
9ab65459df
Merge pull request #4736 from jmacxx/add_autoconf_service_filter
...
Admin filter for auto-confirmation service addresses
2020-11-02 10:47:22 +01:00
jmacxx
15b8e72059
Admin filter for auto-confirmation service addresses
...
A service address can be filtered out using the admin key. This would
be useful if a federated server failed, it could be filtered out so
that the auto-confirmation operates with the remaining services. If
all federated service addresses were filtered out the user would have to
either confirm manually or use their own explorer service.
2020-11-01 08:20:33 -06:00
sqrrm
89620a02da
Merge pull request #4706 from chimp1984/remove-outliers-at-bsq-rate
...
Remove outliers when calculating BSQ rate
2020-10-31 23:07:40 +01:00
ghubstan
fcdfc687e4
Verify closedTradableManager.getTradableById return value is a Trade instance
...
This change requested at https://github.com/bisq-network/bisq/pull/4711#discussion_r515520278
2020-10-31 15:44:14 -03:00
sqrrm
f3c62d35c2
Merge pull request #4711 from ghubstan/10-closetrade-impls
...
Implement api methods 'keepfunds', 'withdrawfunds'
2020-10-31 18:41:05 +01:00
ghubstan
c27d5a6da8
Use Bisq's timer in API's 'unlockwallet timeout(s)'
...
This change was requested in
961703ecea
This replaces and closes PR https://github.com/bisq-network/bisq/pull/4558
2020-10-31 13:32:14 -03:00
Deus Max
24784cb22d
Minor style formatting.
...
Fixed a switch statement formatting to conform with Bisq code style.
2020-10-31 14:48:18 +02:00
sqrrm
605f4b3015
Merge pull request #4726 from chimp1984/add-transferwise-payment-method
...
Add transferwise account
2020-10-31 13:20:41 +01:00
sqrrm
1e1d1ffb70
Merge pull request #4732 from chimp1984/add-more-logs-at-trade-data-validation-exception
...
Avoid null pointers at TradeDataValidation
2020-10-31 12:35:26 +01:00
sqrrm
b3a95ab2fd
Merge pull request #4728 from jmacxx/edit_offer_change_market
...
Updates to 'Edit Offer' to allow for change of market and payment method
2020-10-31 12:19:17 +01:00
sqrrm
8f4339d301
Merge pull request #4702 from chimp1984/add-export-to-csv-for-trade-statistics
...
Add export to csv hyperlink (a button takes too much vertical space)
2020-10-31 12:14:06 +01:00
chimp1984
f817018410
Add null checks, remove verbose logs from IllegalArgumentException branch
2020-10-30 20:01:01 -05:00
chimp1984
7fe5b80d39
Add more logs
2020-10-30 19:20:20 -05:00
ghubstan
3cd3bf0e3e
Fix grammar / typo
...
This change resolves issue found in PR review. See
https://github.com/bisq-network/bisq/pull/4703#discussion_r515076872
2020-10-30 11:52:37 -03:00
ghubstan
f764e9feb0
Simplify TradeUtil#getPaymentMethodNameWithCountryCode
...
These changes were requested in review of PR
https://github.com/bisq-network/bisq/pull/4699
2020-10-30 11:15:39 -03:00
ghubstan
0656c57d39
Add null checks in PendingTradesViewModel
...
These changes were requested in review of PR
https://github.com/bisq-network/bisq/pull/4699
2020-10-30 11:07:18 -03:00
sqrrm
c4e2021e37
Merge pull request #4709 from ghubstan/9-closetrade-protos
...
Stub out api methods 'keepfunds', 'withdrawfunds'
2020-10-30 14:05:16 +01:00
sqrrm
6079a96c68
Merge pull request #4705 from ghubstan/8-gettrade-json-option
...
Optionally print the json contract for a given trade id
2020-10-30 14:03:17 +01:00
sqrrm
e059342c89
Merge pull request #4704 from ghubstan/7-cli-gettrade
...
Add 'gettrade' to api method CLI
2020-10-30 14:00:58 +01:00
sqrrm
8c23017d62
Merge pull request #4703 from ghubstan/6-format-trade
...
Refactor CLI output formatting code & add trade formatter
2020-10-30 13:59:43 +01:00
sqrrm
3c56268149
Merge pull request #4701 from ghubstan/5-refactor-trade-utils
...
Add getRole(tradeId) to core api
2020-10-30 13:43:15 +01:00
sqrrm
b6badeee0d
Merge pull request #4700 from ghubstan/4-refactor-trade-utils
...
Refactor PendingTradesDataModel methods -> TradeUtil
2020-10-30 13:28:42 +01:00
sqrrm
ed14442992
Merge pull request #4699 from ghubstan/3-refactor-trade-utils
...
Refactor PendingTradesViewModel methods -> TradeUtil & OfferUtil
2020-10-30 11:11:15 +01:00
Deus Max
162c119285
Added date format for each chart interval period.
...
Provide specific formats for each trade chart interval period, for added
precision and flexibility in formatting the X-axis. Covers suggestion in
Bisq PR#4715 for more compact date formats.
2020-10-30 01:17:06 +02:00
sqrrm
258d44ebb7
Merge pull request #4697 from ghubstan/2-refactor-trade-utils
...
Replace TradeUtils with singleton TradeUtil
2020-10-29 22:36:54 +01:00
sqrrm
3356c8f632
Merge pull request #4696 from ghubstan/1-add-grpc-trade-proto-fields
...
Add fields to grpc TradeInfo proto & wrapper
2020-10-29 22:31:26 +01:00
sqrrm
407fa3f28c
Merge pull request #4692 from ghubstan/blocking-fee-request
...
Block on tx-fee-request in core TakeOfferModel init
2020-10-29 22:18:51 +01:00
chimp1984
db3ac48758
Reformat to force codacy update
2020-10-29 13:04:51 -05:00
jmacxx
f73aaae3c7
Updates to 'Edit Offer' to allow for change of market and payment method
...
Display the trading account group on edit offer screen which allows
the market and payment method to be chosen.
When applying the edits to the new offer payload, merge in appropriate
fields that describe the market & payment method:
- base and counter currency codes
- payment method and account
- country code, accepted country codes
- bankid and accepted bankIds
Fixes #4720
2020-10-29 11:06:47 -05:00
chimp1984
5639a5e474
Add TRANSFERWISE to TradeStatistics3.PaymentMethodMapper
2020-10-28 23:30:56 -05:00
chimp1984
1f45d492ef
Remove todos
2020-10-28 21:52:38 -05:00
chimp1984
ebce18c338
Add transferwise account
2020-10-28 21:35:47 -05:00
ghubstan
c2f8db3c7d
Reduce apitest case execution time
...
Consolidated all method tests into fewer test cases by running them
from new 'scenario' test cases. This cuts the current scaffold
setup & teardown times by almost 1/2. No method tests were deleted
or duplicated.
(1) Disabled all method (unit) test cases at the class level.
(2) Added new scenario test cases to run all disabled test cases (1).
The method test cases can still be run by commenting out the @Disabled
annotation.
2020-10-28 18:17:59 -03:00
ghubstan
e8e55d2286
Remove redundant ScenarioTest superclass
2020-10-28 18:01:49 -03:00
ghubstan
f61f148db1
Refactor api test fixture setup
...
- Remove dead code from AbstractLinuxProcess.
- Make default dummy accts static in MethodTest.
- Simplify gRPC stub creation, btc block generation, dispute agent
registration, and dummy acct initialization in test case startup.
- Make ExpectedProtocolStatus visible to scenario test pkg.
2020-10-28 17:59:15 -03:00
ghubstan
2a05203519
Remove dead code
2020-10-28 17:46:30 -03:00
ghubstan
d6524bf46d
Improve apitest cmd line console logging
...
- Show full stack traces in console
- Do use previously cached test outputs
- Do not show skipped test name in console (too noisy)
- Show test run summary, including number of skipped tests
- Show note about skipped test info in the html report
- Show link to html report on test SUCCESS
2020-10-28 17:39:50 -03:00
ghubstan
8e51e1e495
Upgrade jupiterVersion = '5.7.0'
...
This upgrades jupiter for all subprojects using this library, but
it does not affect released code.
2020-10-28 17:21:04 -03:00
Deus Max
c0af9f9637
Cleaner formatting for trading charts date axes
...
Clean up date axes style for easy reading. Made date labels shorter,
with clear visual correspondance to relevant axes tick mark.
Tick marks with labels are now larger than those without.
Signed-off-by: Deus Max <deusmax@gmx.com>
2020-10-28 14:23:05 +02:00