296 Commits

Author SHA1 Message Date
Aaron Blankstein
88255b6a24 Update interactive_regtest_macos.md
Fix merge
2017-09-21 13:55:54 -04:00
Aaron Blankstein
38d492dfc9 Merge branch 'master' into develop 2017-09-20 15:07:39 -04:00
Aaron Blankstein
1b7d9e4c37 move and clean-up integration test documentation 2017-09-20 14:50:18 -04:00
Aaron Blankstein
5017a2540e correct quay.io container repository 2017-09-20 14:21:50 -04:00
Aaron Blankstein
817e7789f6 add instructions for docker regtest mode 2017-09-20 14:21:40 -04:00
Aaron Blankstein
37dff8c236 correct quay.io container repository 2017-09-18 19:25:11 -04:00
Aaron Blankstein
6d9ca1318b add instructions for docker regtest mode 2017-09-18 17:16:13 -04:00
Aaron Blankstein
2e6661d18b added to api specs 2017-09-11 10:27:30 -04:00
Aaron Blankstein
42fae34794 add key options to documentation 2017-09-08 15:41:44 -04:00
Aaron Blankstein
73c39b0bb4 Merge branch 'master' into develop 2017-08-23 12:03:32 -04:00
Aaron Blankstein
c1c18a78d3 Merge pull request #566 from vsund/patch-6
Remove the explicit domain
2017-08-23 11:22:30 -04:00
Valentin Sundermann
e52ff17ee2 Remove the explicit domain
now the links automatically points to the current server that serves the API doc
2017-08-23 16:18:03 +02:00
Valentin Sundermann
b16eddf0e4 Replace version string with magic string 2017-08-23 03:36:17 +02:00
Aaron Blankstein
369a762e39 Merge branch 'master' into develop 2017-08-22 17:44:35 -04:00
Valentin Sundermann
febc7747b9 Add instructions for generating index template 2017-08-22 22:04:44 +02:00
Aaron Blankstein
97da256f97 Merge branch 'master' into develop 2017-08-22 11:29:55 -04:00
Aaron Blankstein
b13f004f34 Remove api branch specifier from api setup
API branch is fully merged into master and should not be used in the instructions
2017-08-22 11:27:05 -04:00
Aaron Blankstein
9314b65179 added schema to the PUT /v1/names/foo/owner API spec 2017-08-21 18:24:18 -04:00
Aaron Blankstein
d026940601 updating docs for persistent setting of keys over REST 2017-08-17 18:16:23 -04:00
Aaron Blankstein
cceb158757 add owner key to the api specification 2017-08-15 17:46:52 -04:00
Aaron Blankstein
efecd7c771 update docs for the subdomain return schema 2017-08-13 09:52:20 -04:00
Aaron Blankstein
96dd294b37 add release notes for 14.4 and update documentation 2017-08-10 18:31:08 -04:00
Aaron Blankstein
9a6b28abeb removing todo list from subdomains doc 2017-08-10 16:51:32 -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
5f77e015e7 Updating subdomain tasks 2017-08-07 10:54:38 -04:00
Aaron Blankstein
5bca72ffe0 add support for looking up subdomains via /v1/names/<foo.bar.baz> endpoint -- needed to add support to return the last txid of the subdomain 2017-08-03 17:48:32 -04:00
Aaron Blankstein
0d8a04ad80 rounding out the subdomain doc 2017-08-03 10:40:19 -04:00
Aaron Blankstein
0574401cd0 Merge branch 'master' into subdomain 2017-08-03 09:18:16 -04:00
Aaron Blankstein
89d73ac7e1 update documentation for subdomains, code comments for sign/verify, and added licenses 2017-08-02 18:16:39 -04:00
Aaron Blankstein
8105deda23 cleaning up subdomain rest api + documentation 2017-07-31 18:59:33 -04:00
Aaron Blankstein
570c572103 added bin script for starting subdomain registrar, started updating the subdomain markdown documentation file 2017-07-31 18:15:17 -04:00
Aaron Blankstein
b98d93979e fixing up the syntax to match aglio 2017-07-31 15:36:21 -04:00
Aaron Blankstein
2d4f302d7b Merge branch 'docs-schemas' into 0.14.3-core-api 2017-07-31 15:06:13 -04:00
Jude Nelson
b457a633ac fix a few typos 2017-07-31 15:04:35 -04:00
Jude Nelson
c8953c60ca add schemas to (most) API calls 2017-07-31 15:01:45 -04:00
Aaron Blankstein
f4d393622f okay, now the api for core.blockstack.org can be generated from aglio correctly 2017-07-31 14:43:17 -04:00
Aaron Blankstein
3d988dd4b2 better support for rendering the public api endpoints. will be moving core.blockstack.org over to this now 2017-07-31 11:46:31 -04:00
Aaron Blankstein
d6b9d8e521 Merge branch 'rc-0.14.3' into subdomain 2017-07-20 18:20:31 -04:00
Aaron Blankstein
895b15a2d3 adding integration test for RESTful setting and fetching of raw zonefile, plus updating api-specs 2017-07-20 13:06:16 -04:00
Aaron Blankstein
6f30c767ba update ubuntu install script to change naming of portal to browser, and correct git branches 2017-07-20 11:37:52 -04:00
Jude Nelson
4725c9f487 add protocol wire format docs to docs/ from the wiki 2017-07-19 15:05:15 -04:00
Aaron Blankstein
95963fcf40 update api docs to talk about how the owner key is handled by the registrar 2017-07-12 14:25:21 -04:00
Aaron Blankstein
2183a12749 added example request and response for PUT /v1/wallet/keys/owner to api docs 2017-07-10 15:05:59 -04:00
Aaron Blankstein
93d07d68b3 This reverts us *all* the way back to 523cf405d7 -- this removes all changes to support the token file from this branch.
Revert "added example request and response for PUT /v1/wallet/keys/owner to api docs"

This reverts commit d52ee4b31e.

Revert "cutting down on the verbosity of logging outputs -- registrar now only prints 1 line on wakeups. storage drivers are concatenated into 1 line"

This reverts commit 87e3e7ab0d.

Revert "adding dropbox as a default storage driver to load, and switched default 'required' drivers to 'disk,dropbox'"

This reverts commit 9471b0a20a.

Revert "adding test case for issue 483, which *also* required fixing the app session schema to handle empty string methods a little bit more gracefully"

This reverts commit 32efc99d62.

Revert "bugfix for the address reencoding in get_zonefile -- checks to see if the address is an address before trying to reencode"

This reverts commit 1488013b93.

Revert "Merge branch 'rc-0.14.3' of github.com:blockstack/blockstack-core into rc-0.14.3"

This reverts commit f75ab67960, reversing
changes made to fe863bcd3c.

Revert "don't create the metadata dir"

This reverts commit fe863bcd3c.

Revert "make all metadata directories inside the critical section"

This reverts commit e66236abd2.

Revert "don't cast 'None' to string by accident"

This reverts commit c6250d5349.

Revert "force string"

This reverts commit e72d43d0be.

Revert "add unbound proxy variable"

This reverts commit 7f1f7e9731.

Revert "return raw zonefile"

This reverts commit 51e858428d.

Revert "force string"

This reverts commit 1ce371644f.

Revert "force string"

This reverts commit 5353cb1015.

Revert "require virtualchain rc-0.14.3 and jsontokens-py 0.0.4"

This reverts commit 346f042db7.

Revert "Merge branch 'rc-0.14.3' of https://github.com/blockstack/blockstack-core into rc-0.14.3"

This reverts commit 1fa1de3e54, reversing
changes made to 523cf405d7.
2017-07-10 14:59:23 -04:00
Aaron Blankstein
d52ee4b31e added example request and response for PUT /v1/wallet/keys/owner to api docs 2017-07-10 10:06:26 -04:00
Aaron Blankstein
50eee058ff the beginnings of trying to change the way subdomains interact with storage's new interface 2017-07-07 16:15:19 -04:00
Aaron Blankstein
523cf405d7 more fussing around with the docs generator, and now I'm done 2017-07-06 18:16:15 -04:00
Aaron Blankstein
1c07d88f65 Merge branch 'rc-0.14.3' into subdomain 2017-07-06 11:49:11 -04:00
Aaron Blankstein
2e747c8b83 added more response examples to the api-specs 2017-07-06 11:20:58 -04:00