Commit Graph

24 Commits

Author SHA1 Message Date
Aaron Blankstein
5e7c9308f5 removed all wildcard imports from non-init, non-storage-driver files in blockstack_client 2017-08-21 16:54:08 -04:00
Aaron Blankstein
c878b62c8a /usr/bin/env python -> python2. our code is not python3 friendly, we should specify that 2017-08-17 13:40:01 -04:00
Aaron Blankstein
495869bca1 zonefile parsing didn't like looking through zonefiles with txt records with multiple strings 2017-07-25 17:40:03 -04:00
Aaron Blankstein
c8b6feb839 fixing some pylinter errors 2017-07-14 02:50:11 -04:00
Aaron Blankstein
93d07d68b3 This reverts us *all* the way back to 523cf405d7 -- this removes all changes to support the token file from this branch.
Revert "added example request and response for PUT /v1/wallet/keys/owner to api docs"

This reverts commit d52ee4b31e.

Revert "cutting down on the verbosity of logging outputs -- registrar now only prints 1 line on wakeups. storage drivers are concatenated into 1 line"

This reverts commit 87e3e7ab0d.

Revert "adding dropbox as a default storage driver to load, and switched default 'required' drivers to 'disk,dropbox'"

This reverts commit 9471b0a20a.

Revert "adding test case for issue 483, which *also* required fixing the app session schema to handle empty string methods a little bit more gracefully"

This reverts commit 32efc99d62.

Revert "bugfix for the address reencoding in get_zonefile -- checks to see if the address is an address before trying to reencode"

This reverts commit 1488013b93.

Revert "Merge branch 'rc-0.14.3' of github.com:blockstack/blockstack-core into rc-0.14.3"

This reverts commit f75ab67960, reversing
changes made to fe863bcd3c.

Revert "don't create the metadata dir"

This reverts commit fe863bcd3c.

Revert "make all metadata directories inside the critical section"

This reverts commit e66236abd2.

Revert "don't cast 'None' to string by accident"

This reverts commit c6250d5349.

Revert "force string"

This reverts commit e72d43d0be.

Revert "add unbound proxy variable"

This reverts commit 7f1f7e9731.

Revert "return raw zonefile"

This reverts commit 51e858428d.

Revert "force string"

This reverts commit 1ce371644f.

Revert "force string"

This reverts commit 5353cb1015.

Revert "require virtualchain rc-0.14.3 and jsontokens-py 0.0.4"

This reverts commit 346f042db7.

Revert "Merge branch 'rc-0.14.3' of https://github.com/blockstack/blockstack-core into rc-0.14.3"

This reverts commit 1fa1de3e54, reversing
changes made to 523cf405d7.
2017-07-10 14:59:23 -04:00
Jude Nelson
3c00c60ed8 nonrelative imports 2017-07-06 18:56:22 -04:00
Jude Nelson
c5c0b57575 Merge remote-tracking branch 'origin/rc-0.14.2-portal' into rc-0.14.2 2017-06-15 11:35:37 -04:00
Jude Nelson
71264ffe5c assume https:// if there is no protocol scheme in a zone file URL 2017-06-15 11:30:22 -04:00
Jude Nelson
5d288cc5e1 when getting the URIs from a user zone file, if there is no scheme, assume https:// 2017-06-02 13:11:37 -04:00
Jude Nelson
8c72d4a93d add methods for manipulating txt records in a structured zonefile 2017-05-04 16:48:38 -04:00
Jude Nelson
0dbb9908b3 when storing a public key to a zone file, make sure it's compressed 2017-05-02 11:51:35 -04:00
Jude Nelson
569851b776 clean up imports 2017-04-27 19:34:24 -04:00
Jude Nelson
319e6621ee use virtualchain's key library 2017-04-20 17:45:39 -04:00
Jude Nelson
574bf23698 add method to swap zone file URLs 2017-02-28 16:27:23 -05:00
Jude Nelson
5e230ae382 better handling of put_immutable_data where there's a zone file hash collision 2017-02-24 19:18:44 -05:00
Jude Nelson
17588ebf27 We no longer need user objects for datastores to work properly. Remove now-useless code 2017-02-20 21:01:20 -05:00
Jude Nelson
551be513df user private keys are derived from a specific hardened child of the master key 2017-02-12 03:35:45 -05:00
Jude Nelson
112600f566 allow the caller to set the private key index 2017-02-09 14:39:09 -05:00
Jude Nelson
9d8cfce7ef it's okay if we don't have a user zone file when searching through it; just return None in these cases. 2017-02-06 15:15:10 -05:00
Jude Nelson
820cf8fece allow us to remove a public key from a zone file (for testing) 2017-01-30 01:43:59 -05:00
Jude Nelson
51509d5c00 better public-key searching in the zone file; only return lists of immutable data hashes 2017-01-23 19:08:34 -05:00
Jude Nelson
65b2c83a89 use private key index from shared storage; make some functionality public so we can load user data from the data.py module. 2017-01-18 18:49:41 -05:00
Jude Nelson
0b152e80e4 remove the old profile-pointers to mutable data 2017-01-17 19:03:40 -05:00
Jude Nelson
e4455caf96 Repository re-organization 2017-01-17 11:16:19 -05:00