Commit Graph

1168 Commits

Author SHA1 Message Date
Aaron Blankstein
7645cc681b opt-in for resolving subdomains on the client 2017-10-27 16:26:46 -04: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
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
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
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
Aaron Blankstein
b6751c4d30 Merge branch 'master' into develop 2017-10-19 16:43:00 -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 2017-10-18 15:55:09 -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
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
76a5fbb24b add better safety tests for creating namespaces 2017-10-17 14:36:00 -04:00
Jude Nelson
9767abbb00 update fee warning 2017-10-17 11:59:45 -04:00
Jude Nelson
9ead009b4b Merge branch 'master' of https://github.com/blockstack/blockstack-core 2017-10-16 10:47:31 -04:00
Jude Nelson
8741e455d8 WIP: better namespace_preorder instructions 2017-10-16 10:47:18 -04:00
Aaron Blankstein
77c2bb26cf version bump 2017-10-16 10:41:40 -04:00
Aaron Blankstein
648fc62fae fix bug when passing owner key to update via cli 2017-10-13 15:03:19 -04:00
Aaron Blankstein
a9de5d0d2e Merge pull request #647 from DotPodcast/format_price_formula-currency_label
add currency name to format_price_formula function
2017-10-13 10:04:37 -04:00
Jude Nelson
d53cbadbe9 Merge branch 'master' of https://github.com/blockstack/blockstack-core 2017-10-12 18:43:30 -04:00
Jude Nelson
be377b60e3 coerce int 2017-10-12 18:43:09 -04:00
Aaron Blankstein
9f54bcf21e use /tmp/ for the registrar lockfile, prior location was breaking registrar worker in Windows 2017-10-12 18:15:50 -04:00
Jude Nelson
feb02859ae remove dead code 2017-10-12 17:11:54 -04:00
Jude Nelson
53bbe53135 more feedback on namespace preorder 2017-10-12 17:11:42 -04:00
Jude Nelson
278d656bf1 version bump; omit unneeded safety check on namespace_reveal (thanks @mark!) 2017-10-12 11:12:36 -04:00
bhessert
255b8fb0be add currency name to format_price_formula function
Add currency label to the Unit Price, and set it as 'satoshi'
2017-10-12 09:08:08 -05:00
Jude Nelson
63e822e405 bump version 2017-10-11 23:28:44 -04:00
Jude Nelson
25aef81bbd make improvements to the NAMESPACE_REVEAL and NAMESPACE_PREORDER UIs 2017-10-11 15:28:59 -04:00
Jude Nelson
4f447c5250 slightly better instructions on namespace preorder; allow CLI to take zonefile and name owner on renew 2017-10-11 14:41:44 -04:00
Jude Nelson
cda33ba162 log failure to find zonefiles in atlas 2017-10-11 14:39:35 -04:00
Jude Nelson
640bb08e18 use MAX_RPC_LEN in defusedxml 2017-10-11 14:39:22 -04:00
Jude Nelson
30d82667db allow maximum RPC size to be overwritten by the test framework 2017-10-11 14:39:03 -04:00
Jude Nelson
d1ab65aa6f distinguish between required and optional CLI args 2017-10-11 14:38:51 -04:00
Jude Nelson
56b032474b not guaranteed to have a zonefile hash in all uses of this method 2017-10-11 14:38:40 -04:00