Commit Graph

8280 Commits

Author SHA1 Message Date
Manfred Karrer
2cbcf77a9e
Add imports 2019-02-12 11:57:22 -05:00
Manfred Karrer
f632dfbbbb
Add imports 2019-02-12 11:55:04 -05:00
Manfred Karrer
1a3b8b51a1
Remove BisqEnvironment.isBaseCurrencySupportingBsq()
We don't support any other base currencies anymore, so that method
resulted always to true and could be removed.
2019-02-12 11:22:35 -05:00
Manfred Karrer
2ef69c1ce8
Replace BisqEnvironment.isDAOActivated with DevEnv.isDaoActivated 2019-02-12 11:16:27 -05:00
Manfred Karrer
40a6f99dc7
Add null check 2019-02-12 11:11:27 -05:00
Manfred Karrer
96218a684f
Cleanup 2019-02-12 10:18:10 -05:00
Christoph Atteneder
5447e5050a
Improve padding of make proposal button 2019-02-12 16:17:15 +01:00
Christoph Atteneder
10c6175954
Hide boxes for voteResult and myVote 2019-02-12 16:10:15 +01:00
Manfred Karrer
90c99f9eda
Merge pull request #2411 from ripcurlx/hide-dao-initialization-on-mainnet
Add DAO synchronization handling for Mainnet
2019-02-12 09:55:44 -05:00
Manfred Karrer
fc9119bd2b
Merge pull request #2409 from ripcurlx/fix-make-proposal-initialization
Update view on activation with block at current chain height
2019-02-12 09:54:01 -05:00
Christoph Atteneder
df753ea5b7
Merge pull request #2395 from ripcurlx/add-multiple-stablecoins
List multiple stable coins
2019-02-12 15:24:46 +01:00
Christoph Atteneder
8b2af872e4
Only check if DAO is activated as there is only one base currency (BTC) available anyways 2019-02-12 15:23:05 +01:00
Christoph Atteneder
057c8fbdf7
Add DAO synchronization handling for Mainnet 2019-02-12 15:20:44 +01:00
Christoph Atteneder
277084ce39
Update view on activation with block at current chain height 2019-02-12 15:02:11 +01:00
Manfred Karrer
d1faa846ea
Merge pull request #2410 from ripcurlx/add-utm-parameters-for-website-links
Add utm parameters to bisq.network links
2019-02-12 07:58:05 -05:00
Manfred Karrer
fdafb1cc3a
Remove requestTxFee method with empty handler 2019-02-12 07:43:02 -05:00
Manfred Karrer
a4b39135f8
Remove empty lines 2019-02-12 07:41:59 -05:00
Christoph Atteneder
eb2e1a96bf
Add utm parameters to bisq.network links to be able to track referral traffic from client 2019-02-12 12:35:33 +01:00
Tomas Kanocz
43722bab07
Add scripts to autosetup dao on regtest 2019-02-11 18:10:10 +01:00
Christoph Atteneder
14d53303e6
Merge pull request #2388 from ripcurlx/add-indication-for-unparsed-bsq-transactions
Add indication that BSQ transactions are not up to date
2019-02-11 15:33:18 +01:00
Christoph Atteneder
f7f4f072c9
Merge pull request #2379 from ripcurlx/improve-fund-your-offer-popup
Show BSQ trading fee more explicitly when funding your offer
2019-02-11 15:32:06 +01:00
Oscar Guindzberg
9f9de57251 Use NonMMappedSPVBlockStore on windows.
Fixes https://github.com/bisq-network/bisq/issues/2402
2019-02-11 11:27:49 -03:00
Oscar Guindzberg
962ef6e388 WalletConfig: Use provideBlockStore() instead of SPVBlockStore constructor 2019-02-11 10:50:20 -03:00
Christoph Atteneder
6bea5daea0
Add indication that BSQ transactions are not up to date 2019-02-11 10:58:14 +01:00
Christoph Atteneder
4c10620cba
Merge pull request #2384 from ripcurlx/wait-for-proposal-confirmation
Wait until proposal is published before resetting the form
2019-02-11 09:57:49 +01:00
Christoph Atteneder
dfeb6b0db9
Wait until proposal is published before resetting the form 2019-02-11 09:46:37 +01:00
Christoph Atteneder
a47f1def99
Merge pull request #2386 from ripcurlx/add-warning-for-bonded-role-if-insufficient-funds
Show warning for bonded role if user has insufficient funds
2019-02-11 08:50:28 +01:00
Manfred Karrer
8cdc759903
Merge pull request #2394 from ripcurlx/show-new-badge-on-dao-menu-item
Show DAO news badge
2019-02-11 02:14:33 +01:00
Manfred Karrer
f87522f27f
Merge pull request #2377 from ManfredKarrer/dao-fix-remove-proposal-handling
Fix missing removal of old or invalid proposals
2019-02-11 01:40:58 +01:00
Manfred Karrer
12d2879f7f
Merge pull request #2371 from ManfredKarrer/dao-fix-majorityvote-issue
Dao fix majorityvote issue
2019-02-09 14:56:48 +01:00
Manfred Karrer
1a310fa0b7
Merge pull request #2389 from ripcurlx/add-launchers-for-ui-tests
Add application launchers for UI test files
2019-02-09 14:42:48 +01:00
Manfred Karrer
01bd0983d6
Use property file for display string 2019-02-09 08:38:16 -05:00
Manfred Karrer
e8844ee50c
Rename DecryptedBallotsWithMerits to txOutputToDecryptedBallotsWithMerits 2019-02-09 08:34:20 -05:00
Manfred Karrer
b471fea9a7
Merge pull request #2 from sqrrm/refactor-vote-result
Refactor voteresult to make it easier to understand
2019-02-09 14:32:45 +01:00
Devin Bileck
3f6d81c20b
Improve handling when unable to connect to tor
Issue: If an IOException is raised when attempting to create
tor and the hidden service, the application will just quit without
any indication to the user. One particular scenario where this occurs
is mentioned in https://github.com/bisq-network/bisq/issues/2398.

Cause: There is an explicit statement to exit the application when an
IOException is raised.

Fix: Rather than just exit the application, show an error message
and inform the user what went wrong.
2019-02-08 13:57:25 -08:00
Christoph Atteneder
3a39e22917
List USD Coin (USDC) 2019-02-08 17:41:18 +01:00
Christoph Atteneder
99398a6b8e
List TrueUSD (TUSD) 2019-02-08 17:40:26 +01:00
Christoph Atteneder
dcc6d0ebb2
List Dai Stablecoin (DAI) 2019-02-08 17:37:18 +01:00
Christoph Atteneder
861f222013
Only show news badge on Mainnet if DAO is not live 2019-02-08 16:00:43 +01:00
sqrrm
9f005f44d6
Refactor voteresult to make it easier to understand 2019-02-08 15:59:02 +01:00
Christoph Atteneder
2cdf6b7175
Show DAO news badge in version 0.9.4+ until section visited 2019-02-08 15:52:06 +01:00
Christoph Atteneder
10f7007037
Add application launchers for UI test files 2019-02-07 21:18:34 +01:00
Christoph Atteneder
f4bf209960
Merge pull request #2382 from lichuan/list-askcoin-asset
List Askcoin (ASK)
2019-02-07 14:54:32 +01:00
Christoph Atteneder
b172c9f83d
Merge pull request #2221 from LitecoinZ-Community/master
List LitecoinZ (LTZ)
2019-02-07 11:59:16 +01:00
Christoph Atteneder
fd3e947d00
Show warning for bonded role if user has insufficient funds 2019-02-07 11:49:49 +01:00
LitecoinZ
be257da259
List LitecoinZ (LTZ) 2019-02-07 11:47:49 +01:00
Christoph Atteneder
edabca6ac5
Merge pull request #2289 from imnotarobot0x/list-Credits
List Credits (CRDS)
2019-02-07 09:24:10 +01:00
Christoph Atteneder
a3fa68bcd6
Merge pull request #2309 from bitdaric/list-bitdaric-asset2
List BitDaric [DARX]
2019-02-07 09:23:57 +01:00
Christoph Atteneder
9703bf5af1
Merge pull request #2319 from aphivantrakul/list-cash2-asset
List Cash2 (CASH2)
2019-02-07 09:23:28 +01:00
Christoph Atteneder
0c93ea93a4
Merge pull request #2321 from LytixChain/master
List Lytix (LYTX)
2019-02-07 09:23:14 +01:00