Jon Spock
1c6bbb4b6b
Add PivxParams file and make sure unit test passes
2017-02-06 18:13:35 -08:00
Manfred Karrer
077d4fe2bc
Merge branch 'master' into Development
2017-02-05 21:55:20 -05:00
Manfred Karrer
8d782ea910
Formatting, small cleanups
2017-02-05 21:54:22 -05:00
SimonTuberlin
a34594f404
Added email validator checking for basic rules like only one @ allowed and an at least two chars long letters-only TLD.
...
Implemented email check in ChaseQuickPay
2017-02-06 00:13:13 +01:00
wodry
ac4263f163
Fix doubled line
...
Fix doubled line from copy & paste.
2017-02-04 11:29:13 +01:00
wodry
bf4142bd3f
Added some missing German translations, one Bugfix
...
According to the Post of user coinstash: https://forum.bitsquare.io/t/any-cunning-linguists-among-us/721/5
I would be delighted if I could help out with German translations.
There is also one type bugfix.
2017-02-04 11:23:29 +01:00
Manfred Karrer
7cba76fbe9
Revert merged PR ( https://github.com/bitsquare/bitsquare/pull/730 )
2017-02-02 20:36:10 -05:00
Manfred Karrer
a1e7ccc1bf
Merge pull request #730 from dan-da/hiddenservices_pr
...
DNS lookups over Tor and connecting bitcoinj to .onion addresses.
2017-02-02 19:24:54 -05:00
Manfred Karrer
e14d70b9d9
Correct input validation of Norwegian bank account numbers
...
(https://github.com/bitsquare/bitsquare/pull/707 )
2017-02-02 19:23:19 -05:00
Manfred Karrer
b2670c082a
Deactivate PIVX as tests are failing
2017-02-02 14:38:43 -05:00
Manfred Karrer
653b83275d
Merge pull request #738 from PIVX-Project/patch-3
...
PIVX Address Validation
2017-02-02 11:42:40 -05:00
PIVX
1633e680d6
PIVX Address Validation Test
2017-02-02 08:36:45 -08:00
PIVX
4a66c15d6c
PIVX Address Validation
2017-01-30 22:36:15 -08:00
Manfred Karrer
7a70315362
Merge pull request #735 from SimonTuberlin/IBAN-BIC-Validation
...
IBAN and BIC validation
2017-01-30 23:12:50 +01:00
SimonTuberlin
8ddf670b8e
Added BIC and IBAN validation
2017-01-30 22:43:15 +01:00
Manfred Karrer
89d27860fc
Add null check, add filter for onion addresses
2017-01-29 13:45:19 +01:00
Manfred Karrer
ad4e1a88d1
Add filter for arbitrators dispute list
2017-01-28 19:20:46 +01:00
Manfred Karrer
3d60ad4d76
Improve logs
2017-01-28 17:12:06 +01:00
danda
9da8939aa6
Changes to support DNS lookups over Tor:
...
+ Add DnsTorLookup class that uses Tor Socks5 RESOLVE extension.
+ Add Socks5DnsDiscovery class that runs on separate threads for each lookup
Changes to support connecting to .onion addresses:
+ Add Socks5SeedOnionDiscovery class for discovery of .onion seeds.
+ Add Socks5MultiDiscovery wrapper class with modes for using ipv4 seeds, .onion seeds, dns, or all/mixed.
remove unused class
2017-01-21 08:45:49 -08:00
Manfred Karrer
1bd73afa55
Test from XTO merge failed. Commented out XTO test and swithc case
2017-01-17 12:25:56 +01:00
Bryce Weiner
8bae2e2675
Address validator for XTO
2017-01-17 00:18:51 -06:00
Manfred Karrer
8f871e2629
Add UTXO handling of orphan transactions, Add SquBlockchainManager, add Unittests
2017-01-17 02:56:30 +01:00
Manfred Karrer
7ea1718d86
Fix wrong txId in SquUtxo, use walletFactroy and custom SquWallet (WIP)
2017-01-10 00:06:01 +01:00
Manfred Karrer
1fd526199d
Add bitcoind rpc service for requesting blocks. Add params in voting. Change UI for voting. (WIP)
2017-01-08 22:09:41 +01:00
Manfred Karrer
5459487fe5
Add uid field, small fixes
2017-01-04 21:01:33 +01:00
Manfred Karrer
7fde564e80
Use key of SQU input for signing
2017-01-04 20:18:53 +01:00
Manfred Karrer
deb8a1ba12
Add notes to emergency payout tool, update logs
2017-01-04 14:02:43 +01:00
Manfred Karrer
f286cb6791
Use delegate in WalletService to avoid direct access to wallet
2017-01-03 14:50:48 +01:00
Manfred Karrer
8058c17db9
Merge branch 'Development' into DAO
2017-01-03 12:35:20 +01:00
Manfred Karrer
aa29f94a88
Merge branch 'master' into Development
2017-01-03 12:15:12 +01:00
Manfred Karrer
cf6f305533
Add DaoService, phases (WIP)
2016-12-25 16:35:47 +01:00
Manfred Karrer
7a813961f9
Add sorting of requests, support null values in data map
2016-12-22 03:26:17 +01:00
Manfred Karrer
32e7bd7f0b
Update voting hash calculation
2016-12-22 01:46:14 +01:00
Manfred Karrer
5dc00eb427
Use version byte and ripemd160 hash of json for comp. data. Use only primitive data in comp. data.
2016-12-21 23:05:04 +01:00
Manfred Karrer
5c9c14255c
Refactor SquCoinSelectors
2016-12-20 20:31:08 +01:00
Manfred Karrer
4bddbdfb91
Refactor coin selector and trade wallet wire up
2016-12-20 16:05:59 +01:00
Manfred Karrer
6fbe2d358c
Move to altcoin package, add license
2016-12-19 19:08:02 +01:00
DevAlexey
59294427b8
+ Byteball address validation
2016-12-19 20:44:36 +03:00
Manfred Karrer
5de17018f0
Clean up tx creation, fix issue with tx commit in both wallets. Add data for voting hash
2016-12-19 00:47:21 +01:00
Manfred Karrer
4ccb84dd4f
Sign all squ inputs, rename proposal to compensation.
2016-12-15 18:48:54 +01:00
Manfred Karrer
d9f8e20554
Change naming: Proposal to CompensationRequest
2016-12-14 19:24:53 +01:00
Manfred Karrer
13ec29816f
Add vote view and domain (WIP)
2016-12-13 14:51:05 +01:00
Manfred Karrer
c8d58248bb
Fix ProposalDisplay
2016-12-13 13:20:02 +01:00
Manfred Karrer
563fa3cc28
Move proposal payload in separate class
2016-12-13 13:12:35 +01:00
Manfred Karrer
1126c50a7c
Improve proposal list view with splitpane and scroller
2016-12-13 12:31:58 +01:00
Manfred Karrer
313ad63f17
Add proposal list view
2016-12-13 00:42:52 +01:00
Manfred Karrer
790563e997
Add create proposal view and fee payment tx. Add tabs for other dao subviews
2016-12-12 21:51:23 +01:00
Manfred Karrer
1f6842bd53
Update with new mock utxo, increase width of btc balance box
2016-12-11 23:31:42 +01:00
Manfred Karrer
08df6be671
Use balance util to handle balance update
2016-12-11 23:20:23 +01:00
Manfred Karrer
c288c107af
Fix bug with restore form seed. Remove one path element at BIP 44 chain path. Add UTXO provider support.
2016-12-11 23:00:46 +01:00