Commit graph

992 commits

Author SHA1 Message Date
Manfred Karrer
86face32d6 Add PIVX 2017-02-06 22:42:44 -05: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
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
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
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
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
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
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
Manfred Karrer
7fde564e80 Use key of SQU input for signing 2017-01-04 20:18:53 +01:00
Manfred Karrer
1b58b4c54e Rename lists 2017-01-04 14:28:28 +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
HostFat
6b1dd041b6 Adding Bitaps block explorer 2016-12-29 09:23:51 +01:00
Manfred Karrer
cf6f305533 Add DaoService, phases (WIP) 2016-12-25 16:35:47 +01:00
Manfred Karrer
4cbd0f8966 Add voting parameters 2016-12-22 11:57:25 +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
bb2ba7a6de Use adoption of org.bitcoinj.wallet.DefaultCoinSelector as super class for BtcCoinSelector 2016-12-20 16:30:35 +01:00
Manfred Karrer
4bddbdfb91 Refactor coin selector and trade wallet wire up 2016-12-20 16:05:59 +01:00
Manfred Karrer
ba27bddf61 Fix private constructors, add ignore inspection annotations 2016-12-20 16:01:07 +01: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
03d986138b Add Safe FileSystem Coin 2016-12-17 22:20:36 +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
4c488fd574 Cleanup 2016-12-11 23:10:22 +01:00