sqrrm
6ada57adb4
Fix national account email mismatch
...
For newly created account the email is set to empty string but in the
protobuf conversion it was set to null. Now fixed to use "" for protobuf
conversion as well.
2017-11-14 19:06:57 +01:00
Manfred Karrer
16f23cc310
Remove max limit check for fiat price and volume
2017-11-14 09:42:42 -05:00
Manfred Karrer
7cb8e02e9f
Add new seed node
2017-11-13 15:36:36 -05:00
Manfred Karrer
1c357f915d
Set seed nodes
2017-11-13 12:04:39 -05:00
Manfred Karrer
90760ffc78
Add missing Capabilities
2017-11-13 09:29:22 -05:00
Manfred Karrer
2778456b13
Cleanup seed restore screens. Add try/cathc for wallet encryption. Add more warnings when applying seed words.
2017-11-12 21:01:57 -05:00
Manfred Karrer
32180c9fa4
Add <open log file> button to error msg popup
2017-11-12 20:16:31 -05:00
Manfred Karrer
11338f6567
Fix nullable problems in DisputeResult
2017-11-12 19:43:10 -05:00
Manfred Karrer
15243f6a01
Add Particl
2017-11-12 18:24:17 -05:00
Manfred Karrer
2583ddf044
Fix text. Improve logging. Add check for BankAccount
2017-11-12 12:45:48 -05:00
Manfred Karrer
6f0a7e7036
Add missing parts for WU support
2017-11-11 15:23:10 -05:00
Nolaan
8b72eba1e0
Rebase correction
...
Add one more argument
2017-11-11 18:11:21 +01:00
Nolaan
48dcdf58fc
First Workflow
...
First Western Union Workflow
2017-11-11 16:45:41 +01:00
Nolaan
53919fb6c8
Western Union payment method
...
Prepare Western Union Paymenet Method UI and logic.
2017-11-11 16:45:41 +01:00
Manfred Karrer
01d4c6fb8c
Set delay for persistence in each client
2017-11-10 21:17:40 -05:00
Manfred Karrer
330a531e01
Add dispute to list before setting state in trade (caused bug in UI)
2017-11-10 13:29:02 -05:00
Manfred Karrer
1134c8bc71
Add new clearnet node for dev testing
2017-11-10 13:04:28 -05:00
Manfred Karrer
2b5ad475e0
Add btc node from mrosseel
2017-11-10 12:34:06 -05:00
Manfred Karrer
7067b0f3be
Set new genesis tx for November redistribution
2017-11-09 19:24:58 -05:00
Manfred Karrer
a4136631ed
Don't use SeedPeers for testnet
2017-11-09 17:57:44 -05:00
Manfred Karrer
17bb2ae974
Request price after tor is ready not after hidden service is published
2017-11-09 17:05:47 -05:00
Manfred Karrer
f1ff395cc5
Ignore provided bitcoin nodes if testnet or other base currency is used
2017-11-09 16:41:57 -05:00
Manfred Karrer
97fd462761
Add btc.jochen-hoenicke.de to bitcoin nodes
2017-11-09 14:43:11 -05:00
Manfred Karrer
6e19c69a47
Add maxTradePeriod to PaymentAccountPayload again as it would break trade contract otherwise
2017-11-09 14:34:37 -05:00
Manfred Karrer
df43af6aae
Add new pricerelay node
2017-11-09 12:52:43 -05:00
Manfred Karrer
07bf0b3fc0
Add bitcoin core ndoe bcwat.ch
2017-11-08 17:27:14 -05:00
Manfred Karrer
118d185282
Add latest altcoins to printAllCurrencyStats
2017-11-08 17:00:03 -05:00
Manfred Karrer
7e3b7f22cf
Remove outdated in_dev translation files
2017-11-08 11:21:07 -05:00
Manfred Karrer
04dacca556
Add operator to btc nodes. Add more nodes
2017-11-08 11:08:24 -05:00
Manfred Karrer
96081ddb63
Add provided bitcoin nodes and filter message for deactivating public network selection.
2017-11-07 23:43:08 -05:00
Manfred Karrer
9b2e9e2986
Support onion addresses for custom bitcoin nodes
2017-11-07 13:20:18 -05:00
Manfred Karrer
58ed7c9e6a
Make user selection in tor network settings persistable
2017-11-06 21:49:19 -05:00
Manfred Karrer
b0aeef472e
Create a dummy tx to estimate create offer tx size for finding correct tx fee
2017-11-06 10:58:12 -05:00
Manfred Karrer
a4b4737f95
Adjust fees and security deposit
2017-11-05 20:56:29 -05:00
Manfred Karrer
fa2b14ba0c
Add default bridges from Tor browser and UI
2017-11-04 22:46:06 -05:00
Manfred Karrer
845e3363ac
Handle bridgeAddresses as nullable
2017-11-04 14:48:55 -05:00
Manfred Karrer
cb568ac05a
Merge branch 'Development' into netlayer
...
# Conflicts:
# core/src/main/java/io/bisq/core/user/PreferencesPayload.java
2017-11-04 14:42:56 -05:00
Chris Beams
e1a6f87a98
Reformat Java sources with Editorconfig settings
...
This change is the result of a global reformatting in IDEA now that
`.editorconfig` settings are in place. Note that Editorconfig's
`continuation_indent_size` property [1] was also added and set to 8
here, as this reflects the dominant style already present in the
codebase. i.e. in created a much smaller diff to set the continuation
indent to 8 that would have been created leaving this property out and
letting it default to 4.
[1]: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
2017-11-04 20:11:30 +01:00
Manfred Karrer
753b5afe91
Use RegTestHost.NONE as default
2017-11-04 11:10:05 -05:00
Manfred Karrer
04bc3d7ef4
Merge branch 'Development' into netlayer
2017-11-04 10:55:56 -05:00
Mike Rosseel
f1afee48dc
Bug fix in WalletSetup
...
so far i understand your version is working bc another bug in the
walletsetup where the Socks5MultiDiscovery is not used. so u use default
dnsdiscover which leaks dns. that works only with SafeSocks 0.
if using Socks5MultiDiscovery as is it should i only get 4 nodes form dns seeds.
Signed-off-by: Mike Rosseel <mike@eon-consult.be>
2017-11-04 16:33:20 +01:00
Manfred Karrer
d8845f0cc6
Refactor getWitness method
2017-11-03 11:48:22 -05:00
Mike Rosseel
dfb7745f27
Merge remote-tracking branch 'upstream/Development' into netlayer
2017-11-02 16:24:46 +01:00
Mike Rosseel
c7e51e1593
Fixed the nullable bridgeAddresses proto handling
...
Signed-off-by: Mike Rosseel <mike@eon-consult.be>
2017-11-02 16:04:56 +01:00
Mike Rosseel
0ec4b5edac
Merging and adapting old bridges UI code to new bisq structure
...
Had to merge by hand because of the many changes in the new bisq
structure. Also removed the 'default bridges' concept because it's
discouraged to do that.
Open issues: UI screen is still WIP, and bitcoinj SOCKS proxy error
which makes that we can't connect to bitcoin nodes anymore.
Signed-off-by: Mike Rosseel <mike@eon-consult.be>
2017-11-02 15:50:06 +01:00
Manfred Karrer
f1a3c6e7b2
Fix bugs described in issue #989
2017-11-01 18:38:00 -05:00
Manfred Karrer
ab4d7b066b
Fix bug with not displaying correct price market label and latest bisq price
2017-10-30 18:52:41 -05:00
Manfred Karrer
af7effc1d8
Merge branch 'ajustFee' into Development
2017-10-30 15:58:21 -05:00
Manfred Karrer
e7fa8dbbb3
Change price relay node address
2017-10-29 21:36:10 -05:00
Manfred Karrer
6e4175f480
Add all missing counties
2017-10-26 21:45:46 -05:00