Manfred Karrer
0c53699bc9
Add checkbox for disabling DAO
2019-02-03 00:20:48 +01:00
Manfred Karrer
f6b85aae04
Add disableDao flag to filter
2019-01-30 10:01:36 +01:00
Manfred Karrer
a52fff1acc
Increase snapshot grid size to 20 blocks
2019-01-29 15:10:25 +01:00
Manfred Karrer
56d2f36897
Update comments
2019-01-29 15:04:03 +01:00
Manfred Karrer
94d8e12b0e
Remove parseBlockChainComplete from onParseTxsComplete
2019-01-29 15:00:37 +01:00
Manfred Karrer
41795ad122
Remove onEmptyBlockAdded
...
Was not used anywhere
2019-01-29 14:59:49 +01:00
Manfred Karrer
5804ff3cf0
Remove empty onParseTxsCompleteAfterBatchProcessing methods
...
Make onParseTxsCompleteAfterBatchProcessing default in listener
2019-01-29 14:59:10 +01:00
Manfred Karrer
32f4c20175
Refactor: Rename onParseTxsComplete to onParseTxsCompleteAfterBatchProcessing
2019-01-29 14:57:21 +01:00
Manfred Karrer
5daa35dd2c
Call onParseTxsComplete at snapshotService also if parseBlockChainComplete is false
2019-01-29 14:52:24 +01:00
Manfred Karrer
e847a863c9
Merge pull request #2316 from ripcurlx/fix-multiple-payment-account-import
...
Not show warning popup for imported payment accounts
2019-01-24 18:05:28 +01:00
Christoph Atteneder
17ab1efacc
Not show warning popup for imported payment accounts
2019-01-24 14:39:46 +01:00
Manfred Karrer
92d15c231a
Merge pull request #2312 from devinbileck/regtest-host-parameter
...
Allow host as bitcoinRegtestHost parameter
2019-01-24 12:34:41 +01:00
Christoph Atteneder
b25b99f695
Merge pull request #2314 from devinbileck/update-display-strings
...
Fix grammatical mistakes and errors in display strings
2019-01-24 11:45:24 +01:00
Devin Bileck
e17519348b
Fix grammatical mistakes and errors in display strings
2019-01-23 23:19:35 -08:00
Manfred Karrer
01a044062f
Change log level
2019-01-24 00:15:28 +01:00
Devin Bileck
145e3ea295
Merge branch 'master' of https://github.com/bisq-network/bisq into regtest-host-parameter
2019-01-23 14:18:31 -08:00
Devin Bileck
5ebc9bf776
Allow host as bitcoinRegtestHost parameter
...
When using a remote regtest host, instead of having to pass
REG_TEST_SERVER to the bitcoinRegtestHost parameter and hard code the
host address within the code, allow the host to be specified by the
bitcoinRegtestHost parameter.
2019-01-23 13:02:59 -08:00
Manfred Karrer
83d67e3532
Merge pull request #2310 from ripcurlx/fix-tradecurrency-selection
...
Fix trade currency handling for multiple currency payment accounts
2019-01-23 20:07:20 +01:00
Manfred Karrer
200c90b7aa
Merge pull request #2251 from ManfredKarrer/refactor-fee-estimation
...
Refactor fee estimation
2019-01-23 13:44:27 +01:00
Christoph Atteneder
75655c689d
Exclude localized name to be used in equals as it fails for users using different locales than en_US
2019-01-23 13:16:34 +01:00
Manfred Karrer
250c7c1e19
Improve comment
2019-01-23 12:32:06 +01:00
Manfred Karrer
9927f3a3c7
Merge pull request #2306 from ripcurlx/improve-handling-of-removed-assets
...
Improve handling of removed assets
2019-01-22 18:53:23 +01:00
Manfred Karrer
aea2d57fc1
Add 2 new testnet seeds
2019-01-22 18:29:00 +01:00
Christoph Atteneder
741df88f96
Add HashMap for removed assets that are still traded on Bisq to prevent displaying of "N/A"
2019-01-22 18:26:32 +01:00
Manfred Karrer
4d9c9de965
Add more logs and toString methods
2019-01-22 14:21:22 +01:00
Manfred Karrer
ecb7d0dba7
Improve logs, fix typos
2019-01-22 14:18:48 +01:00
Manfred Karrer
e12f11e538
Add log for free memory
2019-01-21 19:05:30 +01:00
Manfred Karrer
e4c8c8eb75
Improve logs before restarting the seed node
2019-01-21 13:46:42 +01:00
Manfred Karrer
ed8df87a9b
Add comment to give more background about the fee estimation
2019-01-18 21:47:16 +01:00
Manfred Karrer
58a68e00c8
Merge pull request #2277 from devinbileck/dao-phases
...
Adjust length of DAO phases depending on network
2019-01-16 21:04:24 +01:00
Devin Bileck
7656b4fa87
Adjust length of DAO phases depending on network
...
Adjust the length of DAO phases depending if running on mainnet,
testnet, or regtest.
2019-01-16 09:42:19 -08:00
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
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
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
Bernard Labno
7e9bc1fee8
Altcoin disclaimer
2019-01-09 12:24:35 +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
Manfred Karrer
c6e6d55465
Fix test
2019-01-08 15:23:34 +01:00
Manfred Karrer
7ced5d74eb
Update mainCryptoCurrencies
2019-01-08 15:11:40 +01:00
Manfred Karrer
cfb308f98b
Add more logs
2019-01-08 14:52:10 +01:00
Manfred Karrer
f5270ed559
Add log
2019-01-08 13:44:28 +01:00
Manfred Karrer
93c8f36410
Fix getBsqStateBuilder bug
...
putAllUnspentTxOutputMap was used 2 times instead of
putAllNonBsqTxOutputMap
2019-01-08 13:39:23 +01:00