Commit Graph

5353 Commits

Author SHA1 Message Date
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
e3ac17ef5c clean up imports 2017-04-27 19:24:46 -04:00
Jude Nelson
214d688c70 clean up imports; sync with new api server starting code; allow us to test put_mutable with different drivers and requirements 2017-04-27 19:24:17 -04:00
Jude Nelson
46b085eb55 clean up imports; sync with storage API when storing mutable data as part of the storage gateway 2017-04-27 19:23:49 -04:00
Jude Nelson
d6884b2929 clean up imports 2017-04-27 19:23:35 -04:00
Jude Nelson
70606144ae clean up imports 2017-04-27 19:23:26 -04:00
Jude Nelson
15bcb452ee clean up imports 2017-04-27 19:23:15 -04:00
Jude Nelson
e94eadf8c8 clean up imports 2017-04-27 19:23:07 -04:00
Jude Nelson
2008a80d2d clean up imports 2017-04-27 19:22:57 -04:00
Jude Nelson
927e71ae96 clean up imports 2017-04-27 19:22:49 -04:00
Jude Nelson
7cbe1b4a44 clean up imports; do not shell-out for tar/bzip2/bunzip2. Instead, use tarfile module 2017-04-27 19:22:28 -04:00
Jude Nelson
4d792e2494 clean up imports 2017-04-27 19:22:16 -04:00
Jude Nelson
63dda984a0 clean up imports 2017-04-27 19:22:08 -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
389df8daea remove unused code 2017-04-27 19:21:33 -04:00
Jude Nelson
c9ac7617cf remove unused code 2017-04-27 19:21:21 -04:00
Jude Nelson
500735eb4c clean up imports 2017-04-27 19:21:13 -04:00
Jude Nelson
6274248683 clean up imports 2017-04-27 19:21:03 -04:00
Jude Nelson
3b099fc72a fix bugs in supporting mutable data v2 in the storage proxy component; fix arg-parsing bug 2017-04-27 19:20:38 -04:00
Jude Nelson
c092198935 give atlas peers 120 seconds to catch up, now that we have more updates to process 2017-04-25 20:22:40 -04:00
Jude Nelson
46e3f484a9 make rmtree more amenable to batched inode deletion 2017-04-25 20:22:27 -04:00
Jude Nelson
fe08a81217 pass include_extended to getinode(); fix URL-construction bug for passing idata in getinode 2017-04-25 20:21:59 -04:00
Jude Nelson
f52666a1f8 only use two directories per zone file 2017-04-25 20:21:39 -04:00
Jude Nelson
4783285306 getinode takes 'extended' and 'device_ids' parameters 2017-04-25 20:21:20 -04:00
Jude Nelson
4e4166a648 refactor Atlas peer code to use context manages for locking global data structures and accessing the database 2017-04-25 20:20:59 -04:00
Jude Nelson
06a4ef0b34 improve documentation of collision-checker methods to indicate that they are not called directly. Also, fix potential NameError (doesn't happen in practice, but let's be careful) 2017-04-25 20:20:07 -04:00
Jude Nelson
b5e8555ff5 test for malformed OP_RETURNs 2017-04-25 18:18:29 -04:00
Jude Nelson
3bf38e2dde reduce Atlas inode usage by using a different zonefile directory structure 2017-04-25 11:12:37 -04:00
Jude Nelson
cd2e8f8b75 blockstack-core, not blockstack-server 2017-04-25 11:12:25 -04:00
Jude Nelson
e6d3978cc6 remove fastecdsa dep 2017-04-25 11:12:16 -04:00
Jude Nelson
c7fdf4d5c9 Merge branch 'rc-0.14.2' of https://github.com/blockstack/blockstack-core into rc-0.14.2 2017-04-24 20:12:27 -04:00
Jude Nelson
c795f3a7f0 explicitly use pip2 on Debian-likes 2017-04-24 20:12:19 -04:00
Jude Nelson
95cfa209f5 clean up symbols 2017-04-24 20:12:12 -04:00
Jude Nelson
7ffab047da better debug output when filling wallets 2017-04-24 20:12:02 -04:00
Jude Nelson
1d421b3844 remove now-useless get_file_hash method 2017-04-24 20:11:35 -04:00
Jude Nelson
4f50b6fd2a log full stack traces only in debug mode 2017-04-24 20:11:22 -04:00
Jude Nelson
ad5948c30a better database-is-locked error handling 2017-04-24 20:11:06 -04:00
Jude Nelson
a3e5487edc move get_file_hash() to fast_sync 2017-04-24 20:10:57 -04:00
Aaron Blankstein
29884412bf fixes a small bug in fetching ops for a given block 2017-04-24 16:59:59 -04:00
Aaron Blankstein
52afc13bd7 adding pagination requirement to 'names in namespace' api call, and fixing bug in pagination where it would infinite loop trying to fetch pages above the total number of names 2017-04-21 14:50:40 -04:00
Jude Nelson
8f1e1c8413 single-directory installer spec file for pyinstaller (need to test on OSX still) 2017-04-20 19:09:17 -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
10b168f2de remove pybitcoin dependency 2017-04-20 17:48:53 -04:00
Jude Nelson
49138a18bf update symbols 2017-04-20 17:48:39 -04:00