xiphon
75293fbc91
Implement correct and complete Monero and Cryptonote address validator
2019-02-15 02:56:42 +00:00
Manfred Karrer
4e42b56b96
Cleanups
2019-02-14 17:08:11 -05:00
Manfred Karrer
b50f660349
Use Utilities.isWindows() instead of System.getProperty("os.name")
2019-02-14 17:02:29 -05:00
Manfred Karrer
93558ef2a2
Merge pull request #2399 from devinbileck/tor-setup-failure
...
Improve handling when unable to connect to tor
2019-02-14 16:45:26 -05:00
Manfred Karrer
076dea2284
Merge pull request #2403 from oscarguindzberg/remove-mmap
...
Use NonMMappedSPVBlockStore on windows.
2019-02-14 16:24:04 -05:00
Manfred Karrer
d41c780e70
Merge pull request #2405 from KanoczTomas/autosetup-regtest-dao
...
Add scripts to autosetup dao on regtest
2019-02-14 15:45:07 -05:00
Manfred Karrer
892f5493ea
Merge pull request #2421 from ripcurlx/adapt-dao-teaser-page
...
Adapt DAO news view for Mainnet
2019-02-14 15:44:18 -05:00
Manfred Karrer
2b954c35e7
Fix incorrect maxTradeLimit assignment from Offer
...
- Make all PaymentMethod constructors private
- Use PaymentMethod.getPaymentMethodById in Offer for getting the
PaymentMethod. This change a bit the context as now we always create the
PaymentMethod from the actual code base in contrast to the data which
have been used when creating the offer. As our fields as final and must
not change in software updates it should have no issues but we have to
keep that in mind to not alter the default values.
- Added a runtimeException in case the maxTradeLimit does not match one
of our default values.
- Use PaymentMethod.getDummyPaymentMethod(GUIUtil.SHOW_ALL_FLAG)
instead of new PaymentMethod(GUIUtil.SHOW_ALL_FLAG))
2019-02-14 15:16:33 -05:00
Christoph Atteneder
ee5574ca97
Merge pull request #2417 from ripcurlx/improve-initialization-screen
...
Extend initialization message to improve readability during app startup
2019-02-14 15:38:39 +01:00
Christoph Atteneder
0220b33185
Remove DAO initialization info and change the Bitcoin network initialization information as well
2019-02-14 15:11:26 +01:00
Christoph Atteneder
12ea7186d2
Adapt DAO news view to match design
2019-02-14 15:03:33 +01:00
Christoph Atteneder
c815a88c44
Use material design link icon
2019-02-14 14:46:46 +01:00
Tomas Kanocz
04860f78dd
Capitalise DAO where appropriate and fix types
2019-02-14 14:09:12 +01:00
Florian Reimair
a8e6124a07
Ignore dash, ltc, doge tx fees
2019-02-14 10:28:21 +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
Florian Reimair
6a6651dae5
Add bisq-monitor.service file
2019-02-12 19:21:58 +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
Florian Reimair
29083f507a
Cleanup
2019-02-12 18:50:56 +01:00
Florian Reimair
14c89f179c
Normalize NetworkLoad data to messages per minute
2019-02-12 18:50:16 +01:00
Manfred Karrer
2cbcf77a9e
Add imports
2019-02-12 11:57:22 -05:00
Florian Reimair
315b79e3a5
Init peer storage
2019-02-12 17:55:32 +01: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