Commit Graph

6892 Commits

Author SHA1 Message Date
Jude Nelson
17fb989a31 add method for resolving a blockstack DID to a blockchain record 2017-10-27 19:25:57 -04:00
Jude Nelson
b122674893 fix up symbols 2017-10-27 19:25:47 -04:00
Jude Nelson
b8230e6f96 expose CLI API for getting the list of names ever created by an address 2017-10-27 19:25:28 -04:00
Jude Nelson
dfa26846b0 add API methods to find out the list of names ever created by an address 2017-10-27 19:25:06 -04:00
Jude Nelson
37bd9cfa42 add RPC methods to find out the list of names ever created by an address 2017-10-27 19:24:48 -04:00
Jude Nelson
01bad1dcb2 remember the address that creates (i.e. imports-for-the-first-time or registers) a name 2017-10-27 19:24:24 -04:00
Aaron Blankstein
eee58f617d Merge pull request #667 from blockstack/hotfix/opt-in-subdomains
Opt-in for resolving subdomains on the client
v0.17.0.11
2017-10-27 13:41:05 -07:00
Aaron Blankstein
7645cc681b opt-in for resolving subdomains on the client 2017-10-27 16:26:46 -04:00
Aaron Blankstein
3a71c3a0c5 Merge pull request #666 from blockstack/develop
Remove app private key requirements
2017-10-27 12:14:52 -07:00
Aaron Blankstein
c7952cef71 Merge branch 'develop' of github.com:blockstack/blockstack-core into develop 2017-10-27 15:07:44 -04:00
Aaron Blankstein
4a5826347c version bump 2017-10-27 15:07:31 -04:00
Aaron Blankstein
b7808b8bf5 Merge pull request #665 from blockstack/develop-no-app-privkey
Remove requirement of app private key
2017-10-27 12:06:16 -07:00
Aaron Blankstein
0c1972f5ed blockstack-storage.js assumes it needs to create an uncompressed address for the datastore id, replicate that here 2017-10-27 13:43:40 -04:00
Aaron Blankstein
db55718bba one too many brackets 2017-10-27 10:54:35 -04:00
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