Commit Graph

6137 Commits

Author SHA1 Message Date
Aaron Blankstein
a258954df3 fix cli profile verify 2017-08-15 09:27:40 -04:00
Jack Zampolin
95d8645dc1 Merge pull request #537 from vsund/patch-2
Fix broken Slack badge
2017-08-14 14:49:52 -04:00
Valentin Sundermann
3091687cf7 Fix broken Slack badge 2017-08-14 20:45:50 +02:00
Aaron Blankstein
bc50c73656 Merge pull request #532 from blockstack/hotfix-issue-531
Hotfix for Issue 531, Wallet Migration, and command-line `whois`
v0.14.4.1
2017-08-13 10:01:19 -04:00
Aaron Blankstein
efecd7c771 update docs for the subdomain return schema 2017-08-13 09:52:20 -04:00
Aaron Blankstein
d47dc43e99 fixes wallet migration logic for 14.2->14.3->14.4. fixes status code for /v1/names/ on missing subdomains. add cli support for 'whois <foo.bar.tld>' 2017-08-13 09:45:01 -04:00
Aaron Blankstein
529f71530e fix e-mail signup bug: if you run setup in non-interactive mode, the e-mail *should* be set to '' and you shouldn't get more prompts 2017-08-11 17:27:56 -04:00
Aaron Blankstein
656bb21806 fix bug in search indexing + remove index.html (its a generated file, and shouldn't be in repo) v0.14.4.0 2017-08-10 18:41:13 -04:00
Aaron Blankstein
96dd294b37 add release notes for 14.4 and update documentation 2017-08-10 18:31:08 -04:00
Jack Zampolin
4d2ad6c8c1 Merge pull request #528 from blockstack/jz-gitignore
Add generated API documentation to .gitignore
2017-08-10 18:30:18 -04:00
Jack Zampolin
e18a551266 Add generated API documentation to .gitignore 2017-08-10 17:56:24 -04:00
Jude Nelson
2dc3dd68df it's okay if the series version is 0.14.4 2017-08-10 17:33:47 -04:00
Aaron Blankstein
3ace89e26a Merge pull request #527 from blockstack/subdomain
Adding subdomain support to blockstack-core
2017-08-10 17:17:44 -04:00
Jude Nelson
0ccd8e6862 use right origin v0.14.3.2 2017-08-10 17:10:07 -04:00
Jude Nelson
5e4560da29 use right public key 2017-08-10 17:09:59 -04:00
Aaron Blankstein
80bfb1fe68 Merge branch 'master' into subdomain 2017-08-10 16:59:17 -04:00
Jude Nelson
5eea8228f5 use the correct origin 2017-08-10 16:58:07 -04:00
Jude Nelson
16be4ea44b pass public key; use new get_profile() API 2017-08-10 16:57:55 -04:00
Jude Nelson
f6bf699cc0 pass public key 2017-08-10 16:57:49 -04:00
Jude Nelson
b897d14d13 log exceptions in debug mode 2017-08-10 16:57:40 -04:00
Jude Nelson
bf16192240 use all drivers, but prioritize local ones 2017-08-10 16:57:27 -04:00
Jude Nelson
378afd46df pass default device ID if none are given 2017-08-10 16:57:10 -04:00
Jude Nelson
15ab788e3f raw=True when storing other peoples data 2017-08-10 16:56:58 -04:00
Aaron Blankstein
9a6b28abeb removing todo list from subdomains doc 2017-08-10 16:51:32 -04:00
Aaron Blankstein
c2de647a44 Merge branch 'master' into subdomain 2017-08-10 16:47:38 -04:00
Aaron Blankstein
c5a5b98403 removed unused config parameter 2017-08-10 16:46:53 -04:00
Aaron Blankstein
1e112a18e4 Update README.md
Moved gh-pages from kantai.github.io -> blockstack. Updating docs link.
2017-08-10 09:15:06 -04:00
Aaron Blankstein
7d42a67271 Merge pull request #526 from blockstack/fix-integration-tests
Fixes a handful of integration tests (see issue #525). As this only touches code in the integration test suite, no version bump is required.
2017-08-10 09:08:22 -04:00
Aaron Blankstein
04fc438d86 Merge branch 'master' into fix-integration-tests 2017-08-10 09:01:19 -04:00
Aaron Blankstein
e34015ea57 Merge pull request #516 from vsund/patch-1
Thanks for finding this vsund!
2017-08-10 09:00:36 -04:00
Aaron Blankstein
4bbd027afc Merge branch 'fix-integration-tests' into subdomain 2017-08-10 00:33:11 -04:00
Aaron Blankstein
b5c75ab561 fix api stop call in sync_zonefile 2017-08-09 23:39:37 -04:00
Aaron Blankstein
fe4e641d1c fix raw zonefile fetches 2017-08-09 23:13:49 -04:00
Aaron Blankstein
fef8adcba3 fixes problem when stopping API -- blockstackd's socket is open in the child process, TERM call invokes the atexit handler, which closes the socket, causing CONNECTION REFUSED on subsequent blockstackd requests. solved by SIGKILLing the API process instead 2017-08-09 21:50:41 -04:00
Aaron Blankstein
0bd6c32236 update nginx config to add headers on OPTIONS 2017-08-09 11:42:39 -04:00
Aaron Blankstein
0ab6d5f433 subdomain integration test should now correctly kill the registrar on exit 2017-08-09 10:27:53 -04:00
Aaron Blankstein
cf16e020d0 add instructions for regtest of subdomain registrar, plus get rid of behavior that kills registrar during checks (this allows it to run interactive, will have to add atexit handler for cleanup, though) 2017-08-08 23:09:23 -04:00
Aaron Blankstein
d1dc615dfe use ConfigParser instead of configparser in subdomain registrar 2017-08-08 22:27:52 -04:00
Aaron Blankstein
e3e86a9110 Merge branch 'master' into subdomain 2017-08-08 18:14:36 -04:00
Aaron Blankstein
e4ef649bed oops -- removed wrong init 2017-08-08 17:23:35 -04:00
Aaron Blankstein
4592abce97 update /v2/users/<foo> endpoint to handle subdomains 2017-08-08 17:14:35 -04:00
Aaron Blankstein
8e58445ebb move subdomain registrar integration test out of its own subdirectory 2017-08-08 17:13:58 -04:00
Aaron Blankstein
0b232045be better error logging, removing dead integration scenarios 2017-08-08 15:17:29 -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
dfe9aecf2c Merge branch 'subdomain' of github.com:blockstack/blockstack-core into subdomain 2017-08-07 19:09:04 -04:00
Aaron Blankstein
299bf350c3 start of getting everything to be a bit more greedy in building up subdomains 2017-08-07 19:08:55 -04:00
Jude Nelson
b17bf693d7 cherrypick Range: header support 2017-08-07 15:12:37 -04:00
Aaron Blankstein
5f77e015e7 Updating subdomain tasks 2017-08-07 10:54:38 -04:00
Aaron Blankstein
4d2fe1a447 Merge branch 'master' into subdomain 2017-08-07 09:08:10 -04:00
Jude Nelson
bb39fdd58e require jsontokens 0.0.3 or greater 2017-08-04 11:43:17 -04:00