Commit graph

3379 commits

Author SHA1 Message Date
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
Manfred Karrer
73c77108b4 Merge pull request #744 from SimonTuberlin/EmailValidator
Email validator
2017-02-05 21:46:03 -05:00
Manfred Karrer
b6805586e5 Merge pull request #743 from wodry/patch-2
Added some German translations, one Bugfix
2017-02-05 21:45:49 -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
SimonTuberlin
32de676e39 Merge pull request #3 from bitsquare/Development
Update fork
2017-02-05 19:34:30 +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
e1d917f6c7 Merged PR (https://github.com/bitsquare/bitsquare/pull/730) with some fixes and improvements. Use bitcoinj v 0.13.1.8 2017-02-03 07:42:33 -05:00
Manfred Karrer
93c1700796 Merged PR (https://github.com/bitsquare/bitsquare/pull/730) with some fixes and improvements 2017-02-03 07:39:36 -05:00
Mike Rosseel
113e28f9ed all Messages and Payloads have been converted to proto, remaining task is implement all to/from proto methods 2017-02-03 07:56:37 +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
2c9d4ab0ec Added prog arg for discovery mode, fixed small issues with PR #730 2017-02-02 20:26:47 -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
Manfred Karrer
4fd96a81ec Merge pull request #740 from PIVX-Project/patch-1
PIVX Address Validation Test
2017-02-02 11:42:14 -05:00
PIVX
1633e680d6 PIVX Address Validation Test 2017-02-02 08:36:45 -08:00
Mike Rosseel
f327b03e18 added some more proto messages, have utility to convert proto -> messages to keep as much of the existing flow as possible. Might not compile. 2017-01-31 16:23:33 +01: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
Mike Rosseel
8f68b25c15 added a few more messages, introduced interface to more cleanly convert between protobuf and messages - maybe need similar to convert in the other direction. No more errors in logs so all messages are correctly sent in protobuf format for the minimal usecase. 2017-01-30 16:49:10 +01:00
Mike Rosseel
a71ee3a9a0 remove commented out adding of property files. A full rework of this class is outside of the scope of this task but some things can surely be removed. 2017-01-30 08:11:56 +01:00
Mike Rosseel
dd17069b1e working ping/pong 2017-01-30 07:53:52 +01:00
Manfred Karrer
89d27860fc Add null check, add filter for onion addresses 2017-01-29 13:45:19 +01:00
SimonTuberlin
d569ca86d9 Merge pull request #2 from bitsquare/Development
update Development branch
2017-01-29 13:40:14 +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
Manfred Karrer
051c5259b0 Adjust fields for Chile 2017-01-28 17:09:37 +01:00
Mike Rosseel
52b0e547e3 small fixes 2017-01-26 09:08:31 +01:00
Mike Rosseel
c672ba687d added docker file for testing 2017-01-25 12:37:23 +01:00
Mike Rosseel
b604da861e adding arguments to javapackager for all builds 2017-01-25 09:56:29 +01:00
Mike Rosseel
a7f590d6a3 more runtime permissions needed 2017-01-25 09:54:10 +01:00
Mike Rosseel
7dac393e61 after tests in production 2017-01-24 21:23:20 +01:00
Mike Rosseel
0581d05eca Merge branch 'DAO' into policyfile 2017-01-24 08:44:20 +01:00
Mike Rosseel
fd643a7a88 working policy file 2017-01-24 08:43:53 +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
e224422b83 Cleanup 2017-01-17 22:33:15 +01:00
Manfred Karrer
1bd73afa55 Test from XTO merge failed. Commented out XTO test and swithc case 2017-01-17 12:25:56 +01:00
Manfred Karrer
e06932895e Merge pull request #725 from bryceweiner/Development
Address validator for XTO
2017-01-17 12:21:02 +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
37a8d6af94 et pubkey transient and use bytearray instead 2017-01-10 16:40:56 +01:00
Manfred Karrer
dd591a44da Remove UTXOProvider -> use CoinSelector instead. Add prog args for block and wallet notification ports for rpc to support 2 apps 2017-01-10 03:06:58 +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
10a5e84a4a Add Byte 2017-01-06 00:35:12 +01:00