Commit Graph

6160 Commits

Author SHA1 Message Date
Aaron Blankstein
bcbab3ef19 fixes bug in https support changes by making rpc proxy default to 'http' 2017-08-16 17:23:40 -04:00
Aaron Blankstein
6b7107d3b0 Merge pull request #544 from blockstack/https-rpc-support
Adds HTTPS support to blockstack proxy
2017-08-16 13:40:09 -04:00
Aaron Blankstein
67454975c2 make zonefile lookups use the same proxy constructor, fix in integrations tests, plus more sophisticated config migration path 2017-08-16 13:23:55 -04:00
Aaron Blankstein
683109cbb6 turn on support for talking to node.blockstack.org via https by default 2017-08-16 11:04:57 -04:00
Aaron Blankstein
8358fc1085 Merge branch 'add-timeout-to-test-framework' into develop 2017-08-15 17:58:39 -04:00
Aaron Blankstein
85c05a4034 Merge branch 'master' into add-timeout-to-test-framework 2017-08-15 17:57:30 -04:00
Aaron Blankstein
897a2a08d3 Merge pull request #543 from blockstack/updates-with-owner-key
Support for issuing updates with an owner key
2017-08-15 17:53:38 -04:00
Aaron Blankstein
cceb158757 add owner key to the api specification 2017-08-15 17:46:52 -04:00
Aaron Blankstein
04b1ee8f75 previous commit's comments cause argparsing failure in cli 2017-08-15 17:23:09 -04:00
Aaron Blankstein
af418c4aaa add support for ownerkey in manual zonefile hash set 2017-08-15 17:18:38 -04:00
Aaron Blankstein
c27fd304d4 Merge branch 'master' into updates-with-owner-key 2017-08-15 17:06:56 -04:00
Aaron Blankstein
aaeae2ad06 adding debug statements to storage and dropbox, trying to figure out what is going on in issue #490 2017-08-15 16:57:12 -04:00
Aaron Blankstein
6d217b1ce0 fixes issue in subdomain lookups for addresses in regtest mode- the subdomain registrar isn't 'regtest-aware', so it submits mainnet addresses, therefore the address shouldn't be converted in the lookup for subdomains 2017-08-15 14:51:05 -04:00
Aaron Blankstein
c012cc8c2e updates with passed owner key now passing first integration test 2017-08-15 12:03:52 -04:00
Aaron Blankstein
f105535684 Merge branch 'master' into add-timeout-to-test-framework 2017-08-15 10:42:12 -04:00
Aaron Blankstein
31918a820b Merge pull request #541 from blockstack/hotfix-cors-and-verify
Hotfix for CORS problem in Subdomain Registrar
2017-08-15 10:31:25 -04:00
Aaron Blankstein
85e80d7e79 add OPTIONS handler and Access-Control-Allow-Origin headers 2017-08-15 10:17:51 -04:00
Aaron Blankstein
a258954df3 fix cli profile verify 2017-08-15 09:27:40 -04:00
Aaron Blankstein
931ce0b61c adding support to testlib for checking queues with api pass instead of session, fix type errors in update_with_key test 2017-08-14 18:10:06 -04:00
Aaron Blankstein
bc09ff7278 adding test 2017-08-14 17:40:10 -04:00
Aaron Blankstein
efce90ebe9 first skeleton of code -- tests coming next 2017-08-14 17:09:15 -04:00
Aaron Blankstein
339e7f2706 better killing off of bitcoind if its still running after test finishes 2017-08-14 16:32:56 -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
a462f0db43 bash script typo 2017-08-14 11:58:31 -04:00
Aaron Blankstein
a5ca9836db first attempt at adding 20 minute timeout to the junit test runner 2017-08-14 11:45:17 -04: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