Commit graph

8569 commits

Author SHA1 Message Date
Manfred Karrer
ba37096ccf
Add LitecoinZ as it was a newly added coin. 2019-02-18 22:24:52 -05:00
Oscar Guindzberg
9ae0adec6c Replace NonMMappedSPVBlockStore by ClearableSPVBlockStore 2019-02-18 23:07:53 -03:00
Manfred Karrer
a7437883c5
Update BitcoinJ checkpoint files 2019-02-18 13:46:10 -05:00
Christoph Atteneder
4690bda1fe
Improve payout layout for arbitration 2019-02-18 18:50:43 +01:00
Anorak Tha Great
54073030f4 List CloakCoin (CLOAK) 2019-02-18 10:38:59 -07:00
Manfred Karrer
dc8fa91367
Merge pull request #2434 from ManfredKarrer/remove-not-traded-assets
Remove not traded assets
2019-02-18 12:33:31 -05:00
Manfred Karrer
744ff486e6
Add TODO 2019-02-18 12:20:06 -05:00
Christoph Atteneder
8e4c2c6338
Update translations 2019-02-18 18:08:50 +01:00
Manfred Karrer
59920bb994
Remove not traded assets
- Remove Gridcoin, LitecoinZ and ZeroOneCoin
- Update getMainCryptoCurrencies and getRemovedCryptoCurrencies methods
- Update isWarmingUp method

Insufficiently traded assets:
Gridcoin (GRC): Trade amount: 0.0055 BTC, number of trades: 1

Not traded assets:
01coin (ZOC)
LitecoinZ (LTZ)
2019-02-18 12:06:21 -05:00
Christoph Atteneder
9d10184f83
Update Mainnet DBs 2019-02-18 18:04:13 +01:00
Florian Reimair
f12c4bd2d6
Disable monitor tests 2019-02-18 14:17:39 +01:00
Krestien
85971f8703 List DSTRA (DST) 2019-02-18 14:12:34 +01:00
Florian Reimair
33fe3881b3
Monitor Release: Settled 2019-02-18 10:33:19 +01:00
Florian Reimair
aeda34bbe8
Refactored report prefix 2019-02-18 10:32:58 +01:00
WG91
fdb966ca2f Add MirQuiX
Create MirQuiXTest.java

Create MirQuiX.java

Update MirQuiX.java
2019-02-18 08:39:50 +01:00
Devin Bileck
082ef6684e
Download rpm package on RedHat-based Linux
Currently, the download update task will download the deb package for
any Linux distribution. Not only is this incorrect, but now that we are
able to provide an rpm package (see #2200), the download update task
needs to be able to differentiate Linux distributions and provide
the appropriate package.

The download update task will now differentiate between Debian and
RedHat based distributions (the two distributions for which we have an
install package) and download the appropriate package.

In addition, the isSupportedOS method was changed to exclusively check
for Debian and RedHat based distributions, as opposed to just Linux in
general. This means that any other distribution will encounter the
following error, which seems appropriate:

> Unable to determine the correct installer. Please download and verify
manually at https://bisq.network/downloads
2019-02-17 12:59:20 -08:00
Manfred Karrer
5d157832be
Merge pull request #2423 from ManfredKarrer/add-beam-popup
Add info popup for BEAM accounts. Improve GRIN info popup text.
2019-02-16 19:46:23 -05:00
Manfred Karrer
6a41517ad3
Improve text 2019-02-16 19:37:13 -05:00
Manfred Karrer
edb050a087
Merge pull request #2428 from ManfredKarrer/add-more-info-at-dispute-system-msg
Add more instructions at dispute system message
2019-02-16 19:32:02 -05:00
Manfred Karrer
a54594725a
Improve text 2019-02-16 19:04:14 -05:00
Manfred Karrer
94e702f165
Improve text. Use link to docs 2019-02-16 19:02:48 -05:00
Christoph Atteneder
9edd4cfe68
Merge pull request #2424 from ManfredKarrer/fix-spv-restore-issue
Fix incorrect progress listener for spv file resync
2019-02-16 16:53:03 +01:00
Christoph Atteneder
7738b914d8
Merge pull request #2426 from ManfredKarrer/remove-email-from-revolut-form
Remove email for Revolut accounts
2019-02-16 16:50:33 +01:00
Christoph Atteneder
14cfdbc7a0
Merge pull request #2427 from ManfredKarrer/add-missing-url-to-dao-news-page
Add link for requestNowButton. Use redirect URL
2019-02-16 16:46:39 +01:00
Manfred Karrer
2daa4aa41b
Add more instructions at dispute system message
- Use redirect link for arbitr. doc
2019-02-15 19:03:53 -05:00
Manfred Karrer
6589d6ed8e
Add link for requestNowButton. Use redirect URL 2019-02-15 18:00:09 -05:00
Manfred Karrer
27c412c544
Add link for requestNowButton. Use redirect URL 2019-02-15 16:23:30 -05:00
Manfred Karrer
7bdd15bfbe
Fix incorrect progress listener for spv file resync
- Rename model.getBtcSyncProgress() to model.getCombinedSyncProgress()
to reflect correct property
- Use bisqSetup.getBtcSyncProgress() instead of
getCombinedSyncProgress() in showFirstPopupIfResyncSPVRequested as we
need to listen to btc progress only not DAO progress.
2019-02-15 14:06:24 -05:00
Manfred Karrer
c619860d4d
Add info popup for BEAM accounts. Improve GRIN info popup text. 2019-02-15 13:20:01 -05:00
Florian Reimair
3b98633838
Add all capabilities to requests 2019-02-15 11:17:47 +01:00
Christoph Atteneder
e5dd9a2187
Merge pull request #2413 from ManfredKarrer/increase-trade-limits
Increase trade limit. Make trade limit a DAO parameter
2019-02-15 11:15:02 +01:00
Florian Reimair
c67a97fa6f
Unify tor working dirs 2019-02-15 10:45:30 +01:00
Florian Reimair
2440690334
Monitor can be configured for BTC_TESTNET 2019-02-15 10:45:05 +01:00
Manfred Karrer
83d942677c
Fix typos 2019-02-15 00:02:03 -05:00
Manfred Karrer
2c99823ee4
Merge branch 'monero-validator' of https://github.com/xiphon/bisq into xiphon-monero-validator 2019-02-14 23:57:53 -05:00
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