Christoph Atteneder
ceeefa4367
Add button hover effect
2018-12-03 08:18:47 +01:00
Christoph Atteneder
4be4a88b97
Add new splash screen design
2018-12-03 08:17:28 +01:00
Devin Bileck
f3799187cc
Handle cli-output_windows.txt with CRLF line endings
...
On Windows, it is likely that cli-output_windows.txt will have CRLF line
endings since core.autocrlf is normally true which converts LF endings
to CRLF on checkout. This causes BisqHelpFormatterTest to fail since
the actual content it is compared against uses LF endings.
As a result, when loading the cli-output_windows.txt file normalize
line endings to LF.
2018-12-02 22:36:00 -08:00
Devin Bileck
b85223810c
Normalize line endings
...
Change line endings for desktop/src/main/resources/fonts/OFL.txt to LF
rather than CRLF for consistency.
2018-12-02 22:04:50 -08:00
Manfred Karrer
de54518839
Set version 0.9.0
2018-12-03 00:38:44 +01:00
Manfred Karrer
538c0bb691
Add default value to avoid null pointer
2018-12-03 00:06:28 +01:00
Manfred Karrer
b8c85983e3
Remove devMode check
2018-12-03 00:06:13 +01:00
Manfred Karrer
ff89759bd0
Add progressbar to P2P network state in footer
2018-12-02 23:44:51 +01:00
Manfred Karrer
4f10ef4287
Republish DAO data with < 4 peers for testnet or regtest
2018-12-02 23:05:59 +01:00
Manfred Karrer
d4729751e8
Fix handling of reorgs
...
- apply snapshot in case of a reorg and if the snapshot is still empty.
Set chain height to genesis height.
- Handle case if cycles are empty
- Add checks for getLast for linked lists
2018-12-02 22:31:38 +01:00
Manfred Karrer
e1e9180291
Fix wrong URL in DAO views
2018-12-02 21:21:50 +01:00
Manfred Karrer
8add4903fb
Fix testnet genesis tx height
2018-12-02 20:31:41 +01:00
Manfred Karrer
c4145b8312
Set new testnet genesis tx, increase DAO periods
2018-12-02 19:48:46 +01:00
Manfred Karrer
145f03733c
Add trade statistic db files for testnet and regtest
...
- gives testnet and regtest a more realistic environment (most assets
would be disabled due lack of trade activity otherwise as testnet and
regtest ahs dao enabled)
2018-12-02 19:43:20 +01:00
Manfred Karrer
fb26d3d0b8
Update db files
2018-12-02 19:41:54 +01:00
Manfred Karrer
42e0d410d2
Detect if DAO full node has no BTC core running
...
If DAO full mode is used Bitcoin core need to be running. If not an RPC
exception is thrown. We detect that and show a popup with instructions.
2018-12-02 18:12:45 +01:00
Manfred Karrer
7c2d10066f
Fix flickering of json popup, add esc handler
...
- popup was visible shortly in wrong position
- pressing escape did not close popup
2018-12-02 15:28:30 +01:00
Manfred Karrer
4cdbc816ce
Fix missing reason for dispute fields
...
- reason for dispute fields have been not visible in dispute payout
window (row index of next iem was not increased)
- Moved payout amount fields to second column to not exceed window
height
- Set window width wider
- Cleanups
2018-12-02 15:19:07 +01:00
Manfred Karrer
a6eedf97c5
Add TODO
2018-12-02 14:53:57 +01:00
Manfred Karrer
2ba21f0277
Update display string
2018-12-02 14:24:37 +01:00
Manfred Karrer
5b17d3d571
Merge pull request #2028 from ManfredKarrer/do-not-use-tor-for-btcj-testnet
...
Do not use tor for btcj testnet
2018-12-02 13:39:10 +01:00
Manfred Karrer
5a11314abb
Merge branch 'release-candidate-0.9.0' into do-not-use-tor-for-btcj-testnet
2018-12-02 13:37:05 +01:00
Manfred Karrer
fe458bce12
Don't use tor for BitcoinJ if testnet
2018-12-02 13:36:47 +01:00
Manfred Karrer
8507e0d665
Merge branch 'master' into release-candidate-0.9.0
...
# Conflicts:
# assets/src/main/java/bisq/asset/coins/BitCloud.java
# assets/src/main/java/bisq/asset/coins/Credits.java
# assets/src/main/java/bisq/asset/coins/Cryptonodes.java
# assets/src/main/java/bisq/asset/coins/DRIP.java
# assets/src/main/java/bisq/asset/coins/FuturoCoin.java
# assets/src/main/java/bisq/asset/coins/MegaCoin.java
# assets/src/main/java/bisq/asset/coins/NewPowerCoin.java
# assets/src/main/java/bisq/asset/coins/Wavi.java
# assets/src/test/java/bisq/asset/coins/BitCloudTest.java
# assets/src/test/java/bisq/asset/coins/CreditsTest.java
# assets/src/test/java/bisq/asset/coins/CryptonodesTest.java
# assets/src/test/java/bisq/asset/coins/DRIPTest.java
# assets/src/test/java/bisq/asset/coins/FuturoCoinTest.java
# assets/src/test/java/bisq/asset/coins/MegaCoinTest.java
# assets/src/test/java/bisq/asset/coins/NewPowerCoinTest.java
2018-12-02 12:27:30 +01:00
Manfred Karrer
4da613f4b5
Merge branch 'master' into release-candidate-0.9.0
...
# Conflicts:
# assets/src/main/java/bisq/asset/coins/BitCloud.java
# assets/src/main/java/bisq/asset/coins/Credits.java
# assets/src/main/java/bisq/asset/coins/Cryptonodes.java
# assets/src/main/java/bisq/asset/coins/DRIP.java
# assets/src/main/java/bisq/asset/coins/FuturoCoin.java
# assets/src/main/java/bisq/asset/coins/MegaCoin.java
# assets/src/main/java/bisq/asset/coins/NewPowerCoin.java
# assets/src/main/java/bisq/asset/coins/Wavi.java
# assets/src/test/java/bisq/asset/coins/BitCloudTest.java
# assets/src/test/java/bisq/asset/coins/CreditsTest.java
# assets/src/test/java/bisq/asset/coins/CryptonodesTest.java
# assets/src/test/java/bisq/asset/coins/DRIPTest.java
# assets/src/test/java/bisq/asset/coins/FuturoCoinTest.java
# assets/src/test/java/bisq/asset/coins/MegaCoinTest.java
# assets/src/test/java/bisq/asset/coins/NewPowerCoinTest.java
2018-12-02 12:27:03 +01:00
Manfred Karrer
d0d1cd5502
Merge pull request #2024 from albpal/java-for-os-rpm-based
...
Added script to install Java SE 10 target platform on OS rpm based
2018-12-02 12:21:29 +01:00
Manfred Karrer
aca9018190
Merge pull request #2026 from devinbileck/fix-windows-system-tray-icon
...
Fix incorrectly named Windows system tray 2x icon
2018-12-02 12:20:43 +01:00
Devin Bileck
76c8a148f3
Fix incorrectly named Windows system tray 2x icon
2018-12-02 00:18:14 -08:00
Manfred Karrer
5b3d521e36
Imprve text and actiavte chainSyncIndicator when not synced
2018-12-02 01:18:58 +01:00
Manfred Karrer
ebc5d4e5ab
Merge pull request #2025 from CaveSpectre11/issue-2021-address-validation-fix
...
Issue 2021 - Asset validation override issues in many coin extensions
2018-12-01 21:35:24 +01:00
Cave Spectre
2288042080
Issue 2021 - Asset validation override issues in many coin extensions
...
- Fix length issue in regular expression of validate() override in main asset coins.
PIVX most likely started the 1+{25,34} that was then proliferated through the copies.
While it likely should be 1+33, I could only confirm that 35 is too long, so the
code is changed to be 1+{24,33} in order to reduce it by the presumed forgotten first
character.
- Fixup testInvalidAddresses() to better test regex rules in test asset coins. The PIVX
base code was testing against 3 addresses, that all had a different first character,
therefore none of the rest of the regular expression was being tested. Changed those
addresses (and others for other susceptable coins) to accurately test first character
match, length, and invalid characters in the 24 to 33 series.
2018-12-01 14:57:30 -05:00
Albert Palau
188f14f988
Added script to install Java SE 10 target platform on OS rpm based
2018-12-01 16:30:59 +01:00
Christoph Atteneder
d396ab2c32
Merge pull request #2020 from ManfredKarrer/fix-wallet-date
...
Use date of 0.5 release if no date for seed was specified
2018-12-01 07:32:46 +01:00
Christoph Atteneder
99e7c670ce
Merge pull request #2022 from ManfredKarrer/fix-missing-country-in-locale
...
Use en_US if default locale has no country defined.
2018-12-01 07:32:07 +01:00
Manfred Karrer
86f44c7a64
Use en_US if default locale has no country defined.
...
On some systems there is not country defined, in that case we use en_US
2018-12-01 01:15:17 +01:00
Manfred Karrer
d929128652
Merge branch 'master' into release-candidate-0.9.0
2018-11-30 23:08:52 +01:00
Manfred Karrer
a9a8703de0
Merge pull request #2019 from ManfredKarrer/fix-log-path
...
Fix log path
2018-11-30 23:07:31 +01:00
Manfred Karrer
717f5fb9b2
Use date of 0.5 release if no date for seed was specified
...
We had set the data to 0 which would lead to set the wallet date to the
genesis block. We had a "hard fork" with v0.5. so we can use that date
to ensure that the wallet birth date cannot be older.
2018-11-30 22:55:30 +01:00
Manfred Karrer
e22ee3dcca
Merge pull request #2018 from cbeams/pricenode-readme
...
Reintroduce pricenode/README.md
2018-11-30 22:30:42 +01:00
Manfred Karrer
289b263d84
Fix log path
...
Resolving the property from the bisqEnvironment via getProperty returns
the default value instead of the program argument value. Not sure why,
seems to be related to recent changes in the property handling.
2018-11-30 21:50:32 +01:00
Chris Beams
0a34505cda
Reintroduce pricenode/README.md
...
In the process of reconsolidating the bisq-network/bisq-pricenode
repository back into this repository as a submodule, this
this README was not carried over. This change simply copies the README
over from the old repo.
2018-11-30 21:31:41 +01:00
Manfred Karrer
26bcbc466f
Merge pull request #2016 from ManfredKarrer/bug-fixes-dao
...
Bug fixes dao
2018-11-30 21:17:18 +01:00
Manfred Karrer
ddc2385829
Update testnet seed nodes
2018-11-30 21:12:58 +01:00
Manfred Karrer
54b6590ded
Fix new testnet genesis tx
2018-11-30 18:06:03 +01:00
Manfred Karrer
3c6342f4d6
Merge branch 'release-candidate-0.9.0' into bug-fixes-dao
2018-11-30 17:36:30 +01:00
Manfred Karrer
3a343d7a67
Merge branch 'master' into release-candidate-0.9.0
2018-11-30 17:36:05 +01:00
Manfred Karrer
1ff5a55b27
Add new testnet genesis tx
2018-11-30 17:35:24 +01:00
Manfred Karrer
d8c553ca4e
Add phases for testnet
2018-11-30 17:03:12 +01:00
Manfred Karrer
9ced987c3d
Use a min. trial period of 30 days for asset listings
2018-11-30 16:49:16 +01:00
Manfred Karrer
0a5672a1d3
Merge pull request #2012 from sqrrm/bonded-role-popup
...
Make role details popup readable
2018-11-30 16:24:17 +01:00