Commit Graph

499 Commits

Author SHA1 Message Date
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
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
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
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
4783285306 getinode takes 'extended' and 'device_ids' parameters 2017-04-25 20:21:20 -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
95cfa209f5 clean up symbols 2017-04-24 20:12:12 -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
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
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
49138a18bf update symbols 2017-04-20 17:48:39 -04:00
Jude Nelson
ab5571ed86 use virtualchain's key library 2017-04-20 17:46:24 -04:00
Jude Nelson
319e6621ee use virtualchain's key library 2017-04-20 17:45:39 -04:00
Jude Nelson
43c941df33 use virtualchain's tx parser and serializer instead of pybitcoin's 2017-04-20 17:45:21 -04:00
Jude Nelson
bb5ea08043 use virtualchain's key library 2017-04-20 17:45:07 -04:00
Jude Nelson
762ec22eee move most bitcoin-specific functionality to virtualchain, and use virtualchain's API to access them 2017-04-20 17:44:42 -04:00
Jude Nelson
c1b94c1227 use virtualchain key methods 2017-04-20 17:44:27 -04:00
Jude Nelson
0fb9d41da5 use virtualchain key methods 2017-04-20 17:44:19 -04:00
Jude Nelson
6a608e4f97 use virtualchain key methods 2017-04-20 17:44:06 -04:00
Jude Nelson
45f44ffed0 use new virtualchain tx API 2017-04-20 17:43:36 -04:00
Jude Nelson
dbadfd6f65 extra assertions on sizes of buckets and discounts; use new virtualchain tx API 2017-04-20 17:43:16 -04:00
Jude Nelson
81ba183b7c move common ecdsa methods into virtualchain's ecdsalib, and rely on them where applicable 2017-04-20 17:42:49 -04:00
Jude Nelson
f93799fd3f use virtualchain key methods 2017-04-20 17:42:37 -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