Tomas Kanocz
04860f78dd
Capitalise DAO where appropriate and fix types
2019-02-14 14:09:12 +01:00
Manfred Karrer
11bc11fd24
Remove code for Venmo, Cashapp and OKPay
...
- We had an automate remove accounts for those payment methods for long
time, so we can assume that no traders have any of those accounts still
in their persisted user objects and it is safe to completely remove them.
Only part where we cannot remove it is the PB definitions (actually I
think we could remove those as well, but not 100% sure and it seems to
be more safe to mark those as deprecated and leave the entries).
2019-02-13 21:34:51 -05:00
Manfred Karrer
3fc9f45233
Refactor PaymentMethod
...
- Assign paymentMethods in static final field
- Add static fields for default trade limits
- Remove deprecated payment methods
- Remove onAllServicesInitialized and use static initializer instead
- Re-purpose maxTradeLimit for indicating risk factor
- Calculate real trade limit in the getMaxTradeLimitAsCoin method
- Rename getActivePaymentMethods to getPaymentMethods
2019-02-13 21:07:32 -05:00
Manfred Karrer
579563a2c0
Merge branch 'master' into increase-trade-limits
2019-02-13 19:55:47 -05:00
Manfred Karrer
a961567dd6
Merge pull request #2412 from ManfredKarrer/add-null-check-at-syncMinAmountWithAmount
...
Add null check
2019-02-13 19:07:49 -05:00
Manfred Karrer
8134229250
Rename minAmount to minAmountAsCoin
2019-02-13 16:20:18 -05:00
Manfred Karrer
bd1e23e7d4
Merge pull request #2419 from ripcurlx/improve-governance-layout
...
Improve governance layout
2019-02-13 13:02:53 -05:00
Christoph Atteneder
3890c9cb51
Move teaser page into separate view
2019-02-13 16:09:51 +01:00
Christoph Atteneder
d392067048
Also hide containers to remove unnecessary padding
2019-02-13 11:18:21 +01:00
Christoph Atteneder
92c1b62bf4
Reduce unnecessary padding of selected proposal block
2019-02-13 10:59:46 +01:00
Manfred Karrer
0699c58c81
Increase trade limit. Make trade limit a DAO parameter
...
- Set max trade limit to 2 BTC (for altcoins)
- Add MAX_TRADE_LIMIT to Param
- Round first month trade limit to ensure we stick with precision 4 for
the btc amount
- Use risk factors to derive trade limits for different payment method
risk categories
2019-02-12 12:57:44 -05:00
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