Commit Graph

73 Commits

Author SHA1 Message Date
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
Aaron Blankstein
f22c971432 adding example to the auth request 2017-07-06 09:40:26 -04:00
Aaron
8b5e0cf245 Delete api.html 2017-07-05 20:02:44 -04:00
Aaron Blankstein
582e076d23 adding temporary api output as a demo... 2017-07-05 20:01:47 -04:00
Aaron Blankstein
6398ef7c20 adding aglio templates to generate three-pane interactive documentation for core and then public endpoints (i.e., core.blockstack.org) 2017-07-05 19:58:31 -04:00
Aaron Blankstein
e22212dae1 first pass at blueprint compatible api doc 2017-07-05 17:14:25 -04:00
Aaron Blankstein
c8a12d4edb rename flag 'aggressive_registration' -> 'unsafe' + added information to the api doc 2017-07-05 10:10:36 -04:00
Aaron Blankstein
aac14f5645 Merge branch 'rc-0.14.3' into subdomain 2017-07-03 10:15:00 -04:00
Aaron Blankstein
6b5d9de5b0 added min_confs option to api specs doc 2017-07-01 12:41:48 -04:00
Aaron Blankstein
a7d20acf1a Merge branch 'rc-0.14.2' into subdomain 2017-06-23 16:53:59 -04:00
Aaron Blankstein
896e1a1ee9 working integration tests + unit tests for bad sig transitions and bad sequence numbers + skeletal work on domain caching 2017-06-23 16:46:20 -04:00
Aaron Blankstein
ec0edfdc52 subdomains with prior zonefile spec 2017-06-21 17:10:06 -04:00
Aaron Blankstein
232ec93cac oops. wrong directory 2017-06-21 10:19:17 -04:00
Aaron
7e0ec14045 Update subdomains.md 2017-06-19 11:31:50 -04:00
Aaron Blankstein
3f23bb157f zonefile subdomain entry parsing/signing + some test cases 2017-06-15 18:36:03 -04:00
Aaron Blankstein
7b46858d93 added a design doc for subdomains, pretty much just a summary of the current discussion in the issue 2017-06-15 14:19:07 -04:00
Jude Nelson
72621e81c5 typos 2017-06-12 15:38:41 -04:00
Jude Nelson
a0c2f47770 tutorial on creating a namespace 2017-06-12 15:36:26 -04:00
Odin Hørthe Omdal
028064cc5e strip any '//' after 'blockstack:' in .desktop file 2017-05-28 23:18:22 +01:00
Aaron
742dbc8b0d Update setup_core_portal.md
add a note about the protocol handler to the description of the supplied script
2017-05-23 00:08:44 -04:00
Aaron
23f5c1f506 Adding protocol handler registration instructions 2017-05-23 00:05:26 -04:00
Muneeb Ali
b701624c08 Update setup_core_portal.md 2017-05-22 23:18:42 -04:00
Aaron Blankstein
48552f1af7 more install script tweaks 2017-05-16 14:38:00 -04:00
Aaron Blankstein
566219d236 Merge branch 'rc-0.14.2' into rc-0.14.2-aaron 2017-05-15 13:38:44 -04:00