Commit Graph

17 Commits

Author SHA1 Message Date
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
683109cbb6 turn on support for talking to node.blockstack.org via https by default 2017-08-16 11:04:57 -04:00
Aaron Blankstein
c8b6feb839 fixing some pylinter errors 2017-07-14 02:50:11 -04:00
Aaron Blankstein
598926335a cutting down on the verbosity of logging outputs -- registrar now only prints 1 line on wakeups. storage drivers are concatenated into 1 line 2017-07-10 15:05:47 -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
Aaron Blankstein
87e3e7ab0d cutting down on the verbosity of logging outputs -- registrar now only prints 1 line on wakeups. storage drivers are concatenated into 1 line 2017-07-07 17:16:23 -04:00
Jude Nelson
7b82202420 pass driver kwargs 2017-05-23 16:48:59 -04:00
Jude Nelson
c6405262a5 set server_host and server_port in environment if set_global is True 2017-05-08 15:43:46 -04:00
Jude Nelson
e2fa6f5b79 clean up imports 2017-04-27 19:28:59 -04:00
Jude Nelson
0004ff6573 bitcoind_spv_path 2017-03-09 20:03:40 -05:00
Jude Nelson
aef029ecda blockchain_headers, not bitcoind_spv_path 2017-02-28 18:13:58 -05:00
Jude Nelson
f3ff91b7e1 remove now-unneeded check_storage logic (i.e. WIP changes to the storage system no longer requires a bootstrapping step) 2017-02-20 20:58:54 -05:00
Jude Nelson
0e3372ec04 differentiate between global-data initialization and local-data initialization 2017-02-12 03:32:17 -05:00
Jude Nelson
014ea4fd40 refactor storage setup so it's on a per-key basis, with no required blockchain ID 2017-02-10 17:39:02 -05:00
Jude Nelson
c40611d201 revamped storage_setup and associated methods to fix bugs found in testing 2017-01-30 01:38:22 -05:00
Jude Nelson
b999323b0e WIP: one-time system setup to set up your data stores and check that you have a data key set in your zone file 2017-01-23 19:05:27 -05:00
Jude Nelson
e4455caf96 Repository re-organization 2017-01-17 11:16:19 -05:00