Commit Graph

33 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
cae9a2e0b8 removed a few more wildcard imports, fixed a handful of pylint errors 2017-08-21 16:02:58 -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
bcbab3ef19 fixes bug in https support changes by making rpc proxy default to 'http' 2017-08-16 17:23:40 -04:00
Aaron Blankstein
67454975c2 make zonefile lookups use the same proxy constructor, fix in integrations tests, plus more sophisticated config migration path 2017-08-16 13:23:55 -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
e0cb5f04f6 support for greedily filling the subdomain cache by querying blockstack core for new zonefiles 2017-08-08 15:00:52 -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
6e73c1ae2d nonrelative imports 2017-07-06 18:48:31 -04:00
Aaron Blankstein
45e9adfef0 Merge branch 'rc-0.14.2' into api 2017-05-04 15:03:56 -04:00
Jude Nelson
49e33838a8 it's possible to ask for the consensus hash of a block that has not yet been processed. If this happens, return an error message 2017-05-01 16:40:18 -04:00
Jude Nelson
3eb23becae clean up imports; set lower and upper bounds on integer fields in certain API call schemas 2017-04-27 19:31:28 -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
4f50b6fd2a log full stack traces only in debug mode 2017-04-24 20:11:22 -04:00
Aaron Blankstein
4c73f38db2 Merge branch 'rc-0.14.2' into api 2017-04-24 17:05:11 -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
1d91835e0f Merge branch 'rc-0.14.2' into api 2017-04-21 14:52:53 -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
Aaron Blankstein
c2443a2ef8 simple typo fix 2017-04-20 10:38:32 -04:00
Aaron Blankstein
2732647a65 adding pagination to namespace fetch all names endpoint, and changed validation error behavior to filter+log rather than return error response 2017-04-18 15:51:10 -04:00
Aaron Blankstein
4e1970eab1 Merge remote-tracking branch 'origin/rc-0.14.2' into api-aaron 2017-04-17 10:11:14 -04:00
Jude Nelson
b56027a628 change error message 2017-04-13 11:00:14 -04:00
Jude Nelson
c2509b9568 add is_namespace_revealed() and is_namespace_ready(); extend get_name_blockchain_record() to optionally NOT return expired names 2017-04-12 17:14:40 -04:00
Aaron Blankstein
877d213e94 Merge remote-tracking branch 'origin/rc-0.14.2' into api-aaron 2017-04-12 14:24:56 -04:00
Aaron Blankstein
d9404b5693 quick typo fixes in rpc and proxy 2017-04-12 14:14:16 -04:00
Aaron Blankstein
bccf08e2d2 integrating search as a blueprint flask, plus getting its imports to play nicely with the api module 2017-04-11 12:13:51 -04:00
Aaron Blankstein
c3a13caa0c merging rc-0.14.2 into api branch 2017-04-10 10:40:28 -04:00
Jude Nelson
fefae026f3 add is_zonefile_data_current(), which takes a raw zone file (unlike is_zonefile_current()) 2017-04-05 11:24:14 -04:00
Jude Nelson
1ffc7e3075 if an RPC method fails, tell the user to try again with --debug 2017-02-27 09:36:18 -05:00
Jude Nelson
e1dfc2c8e2 fix typo in get_namespace_blockchain_record 2017-02-20 21:02:36 -05:00
Jude Nelson
163fa96342 fix bug in pagination of get_nameops_affected_at() 2017-02-09 14:42:39 -05:00
Jude Nelson
344af97e17 whitespacing 2017-02-06 15:13:43 -05:00
Jude Nelson
e4455caf96 Repository re-organization 2017-01-17 11:16:19 -05:00