Jude Nelson
5dc9f7b6c1
less-verbose version-change reporting`
2017-11-06 19:17:25 -05:00
Aaron Blankstein
7645cc681b
opt-in for resolving subdomains on the client
2017-10-27 16:26:46 -04:00
Jude Nelson
725e6a6ee9
remove comment
2017-09-29 00:49:37 -04:00
Aaron Blankstein
64605794f5
fixes the default port lookup issues
2017-09-07 13:03:53 -04:00
Aaron Blankstein
7e624469bb
removed from config, tx
2017-08-18 19:06:27 -04:00
Aaron Blankstein
c878b62c8a
/usr/bin/env python -> python2. our code is not python3 friendly, we should specify that
2017-08-17 13:40:01 -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
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
c5a5b98403
removed unused config parameter
2017-08-10 16:46:53 -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
Aaron Blankstein
d6b9d8e521
Merge branch 'rc-0.14.3' into subdomain
2017-07-20 18:20:31 -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
50eee058ff
the beginnings of trying to change the way subdomains interact with storage's new interface
2017-07-07 16:15:19 -04:00
Jude Nelson
6e063776d2
don't use relative imports
2017-07-04 23:31:49 -04:00
Aaron Blankstein
6adbfad4d1
Merge branch 'rc-0.14.3' into subdomain
2017-06-30 16:48:07 -04:00
Aaron Blankstein
978945866c
removing advanced mode -- now all commands may be run, regardless of advanced mode status, new config files will not have advanced mode written to them
2017-06-29 14:40:40 -04:00
Aaron Blankstein
c63aa03485
fixing up some calls to deal with changes in the rpc structure
2017-06-24 19:42:44 -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
Jude Nelson
39594f9f72
no longer need storage_drivers_local config option
2017-06-19 23:25:24 -04:00
Jude Nelson
cfc2edbcc7
add the ability to write entire config sections
2017-06-18 22:07:23 -04:00
Jude Nelson
30aecc91fb
remove default_devices; add default API host/port
2017-06-15 11:27:18 -04:00
Jude Nelson
3763d53cf5
avoid needless debug output if fields overridden by the environment match the fields in the config file
2017-05-09 18:30:08 -04:00
Jude Nelson
7cdfaa151a
add support for adding and removing TXT records (i.e. for Tor support)
2017-05-04 16:48:23 -04:00
Aaron Blankstein
0431c5d783
left out sys import
2017-05-02 15:24:47 -04:00
Jude Nelson
9f32190ceb
update zone file wizard to set the ECDSA public key for a blockchain ID
2017-05-02 12:13:56 -04:00
Jude Nelson
3b4bc90229
clean up imports; move logging into its own file; move unrelated methods into utils
2017-04-27 19:29:13 -04:00
Jude Nelson
9463448831
fix netlog implementation
2017-04-17 15:39:12 -04:00
Jude Nelson
4de600435e
add support for sending log messages to port 8333 on localhost
2017-04-13 20:29:16 -04:00
Jude Nelson
62ffdd5a23
add changed-fields support for migrating the config file (e.g. always migrate the version number between releases)
2017-04-05 11:23:40 -04:00
Jude Nelson
2169c376fe
don't prompt for email address in non-interactive mode
2017-03-29 01:03:25 -04:00
Jude Nelson
8124d127ea
add setup_config() method
2017-03-28 11:12:49 -04:00
Jude Nelson
3064a0338d
bugfixes to config file loader to allow for merging changes, migrating field names and values, and filling in defaults
2017-03-28 10:42:34 -04:00
Jude Nelson
dffc93ef22
some code clean up
2017-03-27 18:08:25 -04:00
Jude Nelson
81cfb3700f
add api_endpoint_bind to change the bind address
2017-03-16 16:18:58 -04:00
Jude Nelson
a4c83697ca
add api_endpoint_host config file argument, so we can do API calls to non-localhost API daemons (i.e. containerized ones)
2017-03-16 16:12:49 -04:00
Jude Nelson
d2072cb912
erase 'path' and 'dir'; don't bail on assert
2017-03-16 10:56:20 -04:00
Jude Nelson
2a3a1f5fa4
override host/port from global CLI arguments
2017-03-06 18:16:37 -05:00
Jude Nelson
6a622322bf
add zonefile configuration wizard; add commands to manage the config file
2017-02-28 16:26:30 -05:00
Jude Nelson
5abaf0f291
take api_password= in the config file; remove now-unneeded storage metadata directories
2017-02-20 20:59:39 -05:00
Jude Nelson
bbf2181bb2
authenticate_api is False by default
2017-02-11 15:11:08 -05:00
Jude Nelson
a9c45ac030
clean up constants a bit--use relative directories, and add p2sh size estimations
2017-02-10 17:39:24 -05:00
Jude Nelson
7c6a04e319
add option to disable authentication in the API
2017-02-07 15:45:49 -05:00
Jude Nelson
bad676e0e2
pass through interactive
2017-02-06 15:05:26 -05:00
Jude Nelson
6a38fed4f7
load device IDs
2017-01-30 01:38:53 -05:00
Jude Nelson
7fd0a0c16a
backup config file call
2017-01-23 19:05:50 -05:00
Jude Nelson
2707c563ec
remove unused methods; add storage_drivers_local to identify private storage providers (so we don't accidentally read shared data from it)
2017-01-18 18:46:05 -05:00
Jude Nelson
e4455caf96
Repository re-organization
2017-01-17 11:16:19 -05:00