Commit Graph

6878 Commits

Author SHA1 Message Date
Aaron Blankstein
bb17de507f remove app private key as requirement from authentication requests 2017-10-27 10:06:17 -04:00
Aaron Blankstein
a1dfb604fb Merge branch 'master' into develop 2017-10-26 12:18:12 -04:00
Aaron Blankstein
098d3086c6 Merge pull request #660 from vsund/patch-7
Don't show the whole version at api docs
2017-10-24 08:53:43 -07:00
Jack Zampolin
91fc0103e2 Merge pull request #655 from amitkumarj441/patch-1
Update dockerfile
2017-10-24 08:33:56 -07:00
Jude Nelson
3f6ff2c91e stress-test daemonization 2017-10-24 10:56:53 -04:00
Jude Nelson
e17c67ced6 Merge branch 'hotfix/lookup-public-key' 2017-10-24 10:56:12 -04:00
Jude Nelson
815418ff42 Merge branch 'hotfix/daemonization-race' 2017-10-24 10:55:54 -04:00
Jude Nelson
d55d090790 Merge pull request #662 from blockstack/hotfix/jz-failed-influx
Wrap influx writes in try/except blocks to fail silently
2017-10-24 10:51:59 -04:00
Jude Nelson
e7818de6f9 version bump 2017-10-23 23:49:27 -04:00
Jude Nelson
0260814e47 wrong variable 2017-10-23 19:08:39 -04:00
Jude Nelson
ba6649b961 accept return_public_key=True/False kwarg to control whether or not get_mutable_data() returns the public key that authenticated the data (if it could be found) 2017-10-23 18:02:24 -04:00
Jude Nelson
0a227ed6ff extract public key from storage layer and return it with subdomain profile 2017-10-23 18:02:08 -04:00
Jude Nelson
5859630556 extract public key from storage layer and return it with the profile 2017-10-23 18:01:55 -04:00
Jude Nelson
a55525ba7b lookup returns the public key as well as the profile and zone file 2017-10-23 18:01:42 -04:00
Jude Nelson
eaa8012551 test that we return the public key with the profile and zone file 2017-10-23 18:01:29 -04:00
Jude Nelson
3049ac9713 return public key as well as profile and zone file 2017-10-23 18:01:19 -04:00
Jack Zampolin
69b6fe3981 Fix typo 2017-10-23 14:55:11 -07:00
Jack Zampolin
0efeb2fa4f Wrap influx writes in try/except blocks to fail silently 2017-10-23 14:41:57 -07:00
Valentin Sundermann
4ea3c07cf3 Omit the last version number at api docs
The API call for `ping` shows only the first three (major, minor and patch) version numbers. The API doc for `ping` shows all four. This commit fixes it.
2017-10-22 23:52:27 +02:00
Amit Kumar Jaiswal
c7dc62fc81 Update dockerfile
The updated version of the dockerfile reduces the size of the docker image which is created. This would drastically reduce the size of the docker image.
2017-10-20 22:07:27 +05:30
Aaron Blankstein
b6751c4d30 Merge branch 'master' into develop v0.19.0-browser v0.18.3-browser v0.18.2-browser 2017-10-19 16:43:00 -04:00
Aaron Blankstein
c36cc090c7 more caching in core.blockstack 2017-10-19 16:19:33 -04:00
Jude Nelson
b68f4ad41a optionally use the 'soft-stop' 2017-10-19 14:30:42 -04:00
Jude Nelson
e77b1a64f1 version bump 2017-10-19 14:30:34 -04:00
Jude Nelson
a689e24efb bump version; don't run racy shutdown procedure from API daemon 2017-10-19 14:30:18 -04:00
Jude Nelson
db8b6d13e8 close all file descriptors when daemonizing 2017-10-19 14:29:07 -04:00
Jude Nelson
6577fc5dd9 don't die on lack of pip; don't die of address is in use (just return an error) 2017-10-19 14:28:43 -04:00
Jude Nelson
85cf161800 fix race condition visible in test framework when creating a registrar queue 2017-10-19 14:28:19 -04:00
Aaron Blankstein
0555ad09dd improved error codes on profile resolver 2017-10-19 11:59:19 -04:00
Jude Nelson
299c750f2b Merge branch 'hotfix/namespace-safety' 2017-10-18 16:55:58 -04:00
Jude Nelson
e870c63d4f Merge branch 'hotfix/sign-profile' 2017-10-18 16:55:40 -04:00
Aaron Blankstein
6e834dd62c version bump to v0.17.0.9 v0.18.1-browser v0.17.0.9 2017-10-18 15:55:09 -04:00
Jude Nelson
a6961e6d54 catch invalid private key 2017-10-18 15:41:18 -04:00
Jude Nelson
46b9521584 Merge branch 'master' into hotfix/sign-profile 2017-10-18 14:32:56 -04:00
Jude Nelson
ab6fa815c8 Merge branch 'master' into hotfix/namespace-safety 2017-10-18 14:32:36 -04:00
Jude Nelson
85d5f09da8 make funding work with multisig private keys 2017-10-18 14:30:51 -04:00
Jude Nelson
63153bf2b4 give examples of how to use the name_import command 2017-10-18 14:30:38 -04:00
Jude Nelson
6d51ade869 name_import is part of the registrar state 2017-10-18 14:30:21 -04:00
Jude Nelson
c847142edd fix up some UI issues in name import 2017-10-18 14:30:05 -04:00
Jude Nelson
1675ba6982 Merge branch 'hotfix/namespace-safety' 2017-10-17 18:36:34 -04:00
Jack Zampolin
d0893197dd Kick CI 2017-10-17 15:33:54 -07:00
Jude Nelson
39ac339714 add tests for sign_profile and verify_profile 2017-10-17 18:32:10 -04:00
Jude Nelson
8873bfb2ca add sign_profile and verify_profile 2017-10-17 18:31:59 -04:00
Jude Nelson
7af52966cc fix multi-zonefile-put return value schema 2017-10-17 18:31:49 -04:00
Jude Nelson
124c1bf471 use the owner private key unconditionally if there is no data public key in the zone file 2017-10-17 18:31:32 -04:00
Jude Nelson
0549448c93 remove dead code 2017-10-17 18:31:22 -04:00
Jude Nelson
80ddf9f683 fix sign_profile and verify_profile to work with owner private keys 2017-10-17 18:31:08 -04:00
Jude Nelson
09c5388747 mention blockstack-test-env 2017-10-17 17:08:41 -04:00
Jude Nelson
6df1249675 install blockstack-test-env 2017-10-17 17:07:09 -04:00
Jude Nelson
1421bfb478 better namespace docs 2017-10-17 17:07:02 -04:00