Commit Graph

129 Commits

Author SHA1 Message Date
Jude Nelson
065e19618f add support for microsoft onedrive 2017-05-11 18:23:39 -04:00
Jude Nelson
5b16664d59 harden a few cases with exception handling, and lazily instantiate the driver session 2017-05-11 18:23:17 -04:00
Jude Nelson
b599de652c return True/False on put_chunk 2017-05-11 18:23:02 -04:00
Jude Nelson
64387268a8 test data names with quotes in them 2017-05-11 13:57:07 -04:00
Jude Nelson
0d9be8f0b7 use compression logic from common 2017-05-11 13:55:56 -04:00
Jude Nelson
b268aa1ad6 use compression logic from common 2017-05-11 13:55:46 -04:00
Jude Nelson
5a06939a1e move compress/decompress logic to common 2017-05-11 13:55:35 -04:00
Jude Nelson
83fad2d37b add Google Drive support 2017-05-11 13:54:36 -04:00
Jude Nelson
f4dc751841 Add Dropbox support for storage 2017-05-10 15:53:48 -04:00
Jude Nelson
cd1c6e04ca include min_confirmations in the UTXO service drivers 2017-05-09 18:29:48 -04:00
Jude Nelson
ef05e280de pass along minimum confirmations from UTXO service client when doing sanity checks 2017-05-09 18:29:22 -04:00
Jude Nelson
daf0b37c41 pass along minimum confirmations from UTXO service client when doing sanity checks 2017-05-09 18:28:57 -04:00
Jude Nelson
eb5b63bc45 honor min_confirmations in the UTXO service client instance (if no min_confirmations is given) 2017-05-09 18:28:33 -04:00
Jude Nelson
0cb7faa9e9 add logger 2017-05-04 10:58:19 -04:00
Jude Nelson
e171f7c5ae make the insight_api driver print something more useful on UTXO connection failure 2017-05-03 14:45:48 -04:00
Jude Nelson
47365aac2a print name on hash mismatch 2017-05-02 22:52:38 -04:00
Jude Nelson
a467379fe0 Merge branch 'rc-0.14.2' of https://github.com/blockstack/blockstack-core into rc-0.14.2 2017-05-01 16:45:04 -04:00
Jude Nelson
cf81dd7c6b remove race condition in registrar initialization: set the wallet keys on instantiation 2017-05-01 16:38:04 -04:00
Jude Nelson
166199f8da remove unnecessary print 2017-05-01 16:37:53 -04:00
Jude Nelson
dca4b9052b tx fee is always an int 2017-05-01 16:37:41 -04:00
Aaron Blankstein
1e02a7747e using cryptography instead of pycrypto for legacy wallet decryption 2017-05-01 14:07:07 -04:00
Jude Nelson
f7fa4d85f7 clean up import symbols 2017-04-27 19:35:15 -04:00
Jude Nelson
f9a893a5dc clean up imports 2017-04-27 19:28:40 -04:00
Jude Nelson
3640c2b582 clean up imports; expose get_unspents and broadcast_transaction 2017-04-27 19:28:24 -04:00
Jude Nelson
c536827112 clean up imports; expose get_unspents and broadcast_transaction 2017-04-27 19:28:08 -04:00
Jude Nelson
24ef89116b clean up imports 2017-04-27 19:27:59 -04:00
Jude Nelson
94b7c5fe9e clean up imports 2017-04-27 19:27:50 -04:00
Jude Nelson
abc33ba2ae clean up imports; fix bug with is_singlesig now living in virtualchain 2017-04-27 19:27:34 -04:00
Jude Nelson
766e6d51d4 clean up imports 2017-04-27 19:27:24 -04:00
Jude Nelson
ee1001826c clean up imports 2017-04-27 19:27:15 -04:00
Jude Nelson
8014743617 clean up imports 2017-04-27 19:27:05 -04:00
Jude Nelson
d183b8afc0 clean up imports; don't use pybitcoin in unit tests 2017-04-27 19:26:51 -04:00
Jude Nelson
2198780889 clean up imports 2017-04-27 19:26:39 -04:00
Jude Nelson
c41d026d4e clean up imports 2017-04-27 19:26:31 -04:00
Jude Nelson
6358dd1bab clean up imports 2017-04-27 19:26:22 -04:00
Jude Nelson
4864431332 clean up imports 2017-04-27 19:26:13 -04:00
Jude Nelson
c39ba8ae2c clean up imports; honor the profile= kwarg for differentiating between profiles and mutable data 2017-04-27 19:25:50 -04:00
Jude Nelson
1e5b175bd4 clean up imports 2017-04-27 19:25:32 -04:00
Jude Nelson
3f1c7784da clean up imports 2017-04-27 19:25:20 -04:00
Jude Nelson
dc4789d1c0 clean up imports 2017-04-27 19:25:10 -04:00
Jude Nelson
242b33a7ad clean up imports 2017-04-27 19:25:01 -04:00
Jude Nelson
1816059e3a move utxo interface to top-level module to make imports easier to deal with 2017-04-27 19:21:45 -04:00
Jude Nelson
8ef3b30174 remove pybitcoin and pybitcointools 2017-04-20 19:09:00 -04:00
Jude Nelson
2b71130f2c Merge branch 'rc-0.14.2' of https://github.com/blockstack/blockstack-core into rc-0.14.2 2017-04-20 17:49:47 -04:00
Jude Nelson
08d458ab27 properly format UTXOs for virtualchain's transaction serializer 2017-04-20 17:42:20 -04:00
Jude Nelson
3f0a858fc2 use new virtualchain address methods 2017-04-20 17:41:49 -04:00
Jude Nelson
314de6acf1 use virtualchain key methods 2017-04-20 17:41:30 -04:00
Jude Nelson
7f3886ec26 use virtualchain key, address, and tx methods instead of those from pybitcoin 2017-04-20 17:41:11 -04:00
Jude Nelson
df8b743320 support S3 in read-only mode (no api tokens needed); don't compress by default 2017-04-20 17:40:54 -04:00
Jude Nelson
c263f5bee3 remove pybitcoin dependency; use virtualchain hash library 2017-04-20 17:40:37 -04:00