Commit graph

8016 commits

Author SHA1 Message Date
Manfred Karrer
877d0ae3ac
Break up test method
Set ignore to failing tests

@Bernard could you have a look and try to get those working?
Reason for problem is that repeated calls to getEstimatedFeeTxSize
do not work (returns 0 at second call in loop which cause test to fail)
2019-01-14 15:09:37 +01:00
Manfred Karrer
461dd1d02b
Use constants for tx size values 2019-01-14 15:08:22 +01:00
Christoph Atteneder
be70eb1b83
Merge branch 'master' of github.com:bisq-network/bisq into rpm-package
# Conflicts:
#	desktop/package/linux/package.sh
2019-01-14 15:06:07 +01:00
Christoph Atteneder
658ed9d6b6
Revert version to SNAPSHOT again 2019-01-14 14:50:29 +01:00
Christoph Atteneder
ae9f13c09d
Update installer background image 2019-01-14 14:50:06 +01:00
Christoph Atteneder
ef106858a0
Merge pull request #2250 from ManfredKarrer/refactor-trademanager-setup
Refactor balances and trademanager setup
2019-01-14 14:46:15 +01:00
Manfred Karrer
645719cf64
Remove PowerMockRunner 2019-01-14 14:33:40 +01:00
Christoph Atteneder
bfda268eaf
Merge pull request #2248 from devinbileck/improve-JAVA_HOME-override
Improve JAVA_HOME override
2019-01-14 11:33:53 +01:00
Christoph Atteneder
265b15150b
Merge pull request #2252 from ManfredKarrer/reduce-code-duplication
Move util code from UI to core
2019-01-14 11:30:45 +01:00
Christoph Atteneder
4b283f6a57
Merge pull request #2264 from devinbileck/fix-failing-test
Fix CurrencyListTest when locale is not en_US
2019-01-14 11:08:04 +01:00
Devin Bileck
7a16b3f3c6
Fix CurrencyListTest when locale is not en_US
When declaring a fiat currency and only providing the currency code,
it uses the system locale to get the currency display name.
This potentially causes different sorting results in
testUpdateWhenNotSortNumerically when locale is not en_US.

Now, it specifies the en_US locale when defining the fiat currencies
for this test.

Fixes https://github.com/bisq-network/bisq/issues/2259
2019-01-13 22:27:06 -08:00
Manfred Karrer
28d0db8ac8
Fix missing param in test class 2019-01-12 00:16:57 +01:00
Manfred Karrer
3c35f46b64
Move util code from UI to core
Move code to OfferUtil and PaymentAccountUtil to avoid code duplication
once http-API gets merged
2019-01-12 00:14:55 +01:00
Manfred Karrer
d09296e86c
Use TxFeeEstimationService
- feeTxSizeEstimationRecursionCounter was never reset, so that caused
 probably bugs by ignoring fee estimation after it was called >10 times.
 The default size was used then so the bug was not very obvious as long
 the tx size was not very large.
2019-01-11 23:23:30 +01:00
Manfred Karrer
ba114cbdd0
Remove estimateBtcTradingFeeTxSize 2019-01-11 23:21:17 +01:00
Manfred Karrer
274beef3e5
Add getEstimatedFeeTxSize method 2019-01-11 23:21:06 +01:00
Manfred Karrer
76dd6b5126
Add TxFeeEstimationServiceTest 2019-01-11 23:20:46 +01:00
Manfred Karrer
d876cc14fc
Add TxFeeEstimationService 2019-01-11 23:20:18 +01:00
Manfred Karrer
9d42031187
Move setup code for tradeManager to onAllServicesInitialized method 2019-01-11 22:00:46 +01:00
Manfred Karrer
74c2c0cf61
Refactor BalanceModel to Balances
- Remove BalanceModel
- Add Balances (pure domain model)
- Add BalancePresentation (shared presentation model in core)
- Move domain listener callbacks which can trigger balance update
to Balances
2019-01-11 21:42:29 +01:00
Devin Bileck
ed7a7df2ad
Merge branch 'master' of https://github.com/bisq-network/bisq into rpm-package
# Conflicts:
#	desktop/package/linux/package.sh
#	desktop/package/linux/rpm.sh
2019-01-11 11:36:23 -08:00
Devin Bileck
cad6b61ffd
Improve JAVA_HOME override
Check to see if javapackager exists prior to overriding JAVA_HOME
in package scripts.
2019-01-11 11:30:34 -08:00
Devin Bileck
7ca1a0f0b2
Fix windows install custom translations
The Bisq.iss file must be saved using UTF-8 encoding with BOM for the
unicode custom messages to be displayed properly.
2019-01-11 11:07:36 -08:00
Manfred Karrer
6e753a29f7
Merge pull request #2246 from ripcurlx/fix-ignored-test-cases
Fix ignored tests
2019-01-11 17:46:54 +01:00
Christoph Atteneder
fe864724f3
Configure jMockit for desktop module 2019-01-11 16:59:18 +01:00
Christoph Atteneder
e31a314904
Fix ignored test cases 2019-01-11 16:17:56 +01:00
Christoph Atteneder
ce988eb767
Fix wrong alphabetical order 2019-01-11 15:03:08 +01:00
Christoph Atteneder
493592b8c9
Merge pull request #2238 from nezero/master
List DeepOnion (ONION)
2019-01-11 14:54:17 +01:00
Liam Alford
74e4f9027c List DeepOnion (ONION)
Official project URL: https://deeponion.org/
Official block explorer URL: https://explorer.deeponion.org/
2019-01-11 13:41:38 +00:00
Christoph Atteneder
d8cdd5a24a
Merge pull request #2228 from remus-persona/list-persona-asset
List Persona (PRSN)
2019-01-11 14:13:38 +01:00
Christoph Atteneder
0a25fbcc96
Merge pull request #2236 from farsider350/AustraliaCash-AUS
List AustraliaCash (AUS)
2019-01-11 14:12:52 +01:00
Manfred Karrer
c2043b5f3d
Merge pull request #2241 from blabno/bugfix/asset-sorting
Sort assets
2019-01-11 13:27:44 +01:00
Bernard Labno
9a85e67d48
Sort assets 2019-01-11 13:17:21 +01:00
Manfred Karrer
1a77ee669c
Merge pull request #2237 from ripcurlx/fix-chart-rendering
Clear and re-assign series to fix rendering issues.
2019-01-10 23:48:40 +01:00
Christoph Atteneder
190d2d5122
Clear and re-assign series to fix rendering issues.
Fixes #2136.
2019-01-10 15:08:23 +01:00
Jason-farsider350
151d08015e List AustraliaCash (AUS)
Author: farsider350 farsider350@protonmail.com
Date: Sat Jan 5 02:10AM GMT+1000

List AusCash (AUS)

Official project URL: https://australiacash.org
Official block explorer URL: http://auscashexplorer.org
2019-01-10 15:08:22 +10:00
Manfred Karrer
f25d8c85de
Merge pull request #2233 from blabno/feature/alt-coin-disclaimer
Altcoin disclaimer
2019-01-09 13:15:21 +01:00
Bernard Labno
7e9bc1fee8
Altcoin disclaimer 2019-01-09 12:24:35 +01:00
Florian Reimair
b5a799470a P2P roundtriptime metric init 2019-01-09 11:52:16 +01:00
Remus Golgot
26c26fa0df List Persona (PRSN) 2019-01-09 09:54:12 +02:00
Christoph Atteneder
d320380e80
Set back to SNAPSHOT 2019-01-08 19:56:23 +01:00
Christoph Atteneder
b18a143c0c
Bump version number 2019-01-08 19:54:33 +01:00
Christoph Atteneder
0f218598f5
Merge pull request #2224 from ManfredKarrer/add-validation-for-tradestatistics
Add validation for trade statistics
2019-01-08 19:22:40 +01:00
Manfred Karrer
00722129cb
Add validation for trade statistics
We got a trade statistics object with price and amount 0. Unclear why
that can happen (maybe some dev was debugging things or it was created
with the API). We need to add validation when creating and publishing
a trade statistics object as well. This is just a fast fix for getting
a new release out.

Fixes #2222 and #2223
2019-01-08 18:56:04 +01:00
Devin Bileck
24ecbcdfb3
Merge branch 'master' of https://github.com/bisq-network/bisq into rpm-package
# Conflicts:
#	desktop/package/linux/package.sh
#	desktop/package/linux/rpm.sh
2019-01-08 09:26:43 -08:00
Christoph Atteneder
307a5b8822
Set back to SNAPSHOT 2019-01-08 16:48:22 +01:00
Christoph Atteneder
d6543377cf
Bump version number 2019-01-08 16:37:28 +01:00
Christoph Atteneder
7c4fcfa43d
Adapt for changed build directories 2019-01-08 16:36:26 +01:00
Manfred Karrer
951c878090
Update DaoStateStore 2019-01-08 15:25:42 +01:00
Manfred Karrer
c6e6d55465
Fix test 2019-01-08 15:23:34 +01:00