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
f0dd8322de
Add getFreeMemoryInMB and getTotalMemoryInMB methods
2019-01-21 19:04:31 +01:00
Manfred Karrer
e292cab799
Improve logs
2019-01-21 18:20:04 +01:00
Manfred Karrer
e4c8c8eb75
Improve logs before restarting the seed node
2019-01-21 13:46:42 +01:00
Manfred Karrer
a62853cbba
Merge pull request #2283 from ripcurlx/edit-stale-configuration
...
Exclude issues with specific labels to be excluded from becoming stale
2019-01-18 15:11:36 +01:00
Christoph Atteneder
ca6e2e632b
Exclude issues with specific labels to be excluded from becoming stale
2019-01-18 15:07:46 +01:00
Manfred Karrer
bcd94137d6
Merge pull request #2280 from ripcurlx/add-probot-stale
...
Add configuration for probot-stale
2019-01-17 22:06:05 +01:00
Christoph Atteneder
4b36ac2f5d
Add configuration for probot-stale
2019-01-17 21:21:01 +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
6f6f504676
Merge pull request #2271 from devinbileck/update-dao-setup-doc
...
Update dao setup doc
2019-01-16 10:00:17 +01:00
Devin Bileck
6fbca7027b
Update dao setup doc
...
Refactored a few sections and included Windows
setup instructions.
2019-01-15 16:17:10 -08:00
Christoph Atteneder
a2be93cff1
Merge pull request #2270 from fujicoin/list-Fujicoin
...
List Fujicoin (FJC)
2019-01-15 13:32:19 +01:00
motty
7ada455b99
List Fujicoin (FJC)
2019-01-15 17:49:46 +09:00
Manfred Karrer
7b2d00fc27
Merge pull request #2265 from ripcurlx/update-installer-background
...
Update installer background image
2019-01-14 20:15:39 +01:00
Manfred Karrer
1054fbda33
Update Version.java
2019-01-14 20:14:53 +01:00
Christoph Atteneder
2fe5092b8c
Merge pull request #2247 from devinbileck/fix-windows-install-custom-translations
...
Fix windows install custom translations
2019-01-14 17:01:12 +01:00
Christoph Atteneder
1ab60f278c
Merge pull request #2200 from devinbileck/rpm-package
...
Generate RPM package
2019-01-14 15:22:24 +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
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
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
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
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