Commit Graph

7022 Commits

Author SHA1 Message Date
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
Jude Nelson
15f6bbca8a pass owner address through 2017-10-23 17:08:34 -04:00
Jude Nelson
99d1f0c510 whitespace 2017-10-23 17:08:23 -04:00
Jude Nelson
889e70fe5d allow accepting only the owner address, in case the owner private key is not known 2017-10-23 17:08:06 -04:00
Jude Nelson
97dcab7cb3 allow running the registrar once, in one pass. Also, accept config overrides in its constructor 2017-10-23 17:07:44 -04: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
Aaron Blankstein
ad8e895a2c Merge 'develop' changes to resolver 2017-10-17 15:57:29 -04:00
Jude Nelson
5160e01696 update namespace-creation docs 2017-10-17 15:46:36 -04:00
Jude Nelson
56fa755e8f add test for namespace registration safety features 2017-10-17 14:36:33 -04:00
Jude Nelson
58f4bf266f update namespace-reveal API to accept namespace preorder txid 2017-10-17 14:36:14 -04:00
Jude Nelson
76a5fbb24b add better safety tests for creating namespaces 2017-10-17 14:36:00 -04:00
Jude Nelson
4a3833892c prettier printing 2017-10-17 14:29:55 -04:00