Muneeb Ali
|
c5ce9affff
|
removed old file, moved all docs to /docs
|
2017-04-09 14:30:48 -04:00 |
|
Muneeb Ali
|
8f3fb075b3
|
updated license info
|
2017-04-09 14:30:21 -04:00 |
|
Muneeb Ali
|
abb2ce5e00
|
added resolver support for backwards compatibility
|
2017-04-09 14:29:05 -04:00 |
|
Muneeb Ali
|
d065994b3b
|
for starting the flask api (instead of runserver.py)
|
2017-04-09 14:28:09 -04:00 |
|
Muneeb Ali
|
7e3ca0afa9
|
combined config file (with resolver), renamed from settings
|
2017-04-09 14:27:48 -04:00 |
|
Muneeb Ali
|
e112c1106e
|
tested using resolver as a blueprint
|
2017-04-09 14:27:21 -04:00 |
|
Muneeb Ali
|
3407719320
|
merged resolver into api as a blueprint
|
2017-04-09 14:26:45 -04:00 |
|
Aaron Blankstein
|
e53ba6d790
|
fixes to get the new secrets passing through stdin to work in my environment
|
2017-04-07 12:24:49 -04:00 |
|
Aaron Blankstein
|
b832720277
|
added default to ecdsa_private_key which fixes wallet initialization, and set privkey format to hex as expected by schema
|
2017-04-07 12:03:00 -04:00 |
|
Jude Nelson
|
5eb0b227f7
|
Merge branch 'rc-0.14.2' of https://github.com/blockstack/blockstack-core into rc-0.14.2
|
2017-04-06 18:03:33 -04:00 |
|
Jude Nelson
|
a4503cecad
|
verify_profile should work with a p2pkh owner address as well as the data public key (thanks @rawkode.id!)
|
2017-04-06 18:02:51 -04:00 |
|
Jude Nelson
|
6206aaf681
|
add OS X blockstack .spec file for pyinstaller
|
2017-04-05 18:37:31 -04:00 |
|
Jude Nelson
|
e0dc00cddd
|
only encode secrets if we need to
|
2017-04-05 17:49:07 -04:00 |
|
Jude Nelson
|
59803e4ff7
|
if we can't parse secrets, then use an empty dict
|
2017-04-05 17:45:49 -04:00 |
|
Jude Nelson
|
45369420e1
|
Add endpoints for getting the Core node logfile, and for appending to the logfile
|
2017-04-05 16:25:53 -04:00 |
|
Jude Nelson
|
425b982225
|
log system information on API startup
|
2017-04-05 15:45:38 -04:00 |
|
Jude Nelson
|
5707298c73
|
sync with new immutable data api
|
2017-04-05 15:08:13 -04:00 |
|
Jude Nelson
|
f91a67f28b
|
sync with new storage API for immutable data
|
2017-04-05 15:08:02 -04:00 |
|
Jude Nelson
|
87532e67a1
|
store and load secrets across execv() without using envars
|
2017-04-05 15:07:44 -04:00 |
|
Jude Nelson
|
b13075d275
|
new secrets API, for passing secrets to child processes across execv(2) without using environment variables. The jist is pretty simple: write them to an unlinked file and have the execv'ed process read them back. Also, take care that no other process has the unlinked file open (e.g. via lsof), in order to ensure that not even another one of the user's processes is trying to race blockstack to get the secrets.
|
2017-04-05 15:06:40 -04:00 |
|
Jude Nelson
|
7d320668e7
|
get secrets with new secrets API, not envars
|
2017-04-05 15:06:25 -04:00 |
|
Jude Nelson
|
01094b56e9
|
pass secrets to API runner with new secrets API
|
2017-04-05 15:06:13 -04:00 |
|
Jude Nelson
|
ef525e27af
|
pass file path to put_immutable; use new get_secret() API
|
2017-04-05 15:05:57 -04:00 |
|
Jude Nelson
|
f0f2b82d5d
|
clarify variable name--we don't expect json
|
2017-04-05 15:05:42 -04:00 |
|
Jude Nelson
|
e40c510693
|
send raw data text; don't expect json
|
2017-04-05 15:05:29 -04:00 |
|
Jude Nelson
|
45962065f5
|
log API server version when starting (WIP: log more things)
|
2017-04-05 11:24:31 -04:00 |
|
Jude Nelson
|
fefae026f3
|
add is_zonefile_data_current(), which takes a raw zone file (unlike is_zonefile_current())
|
2017-04-05 11:24:14 -04:00 |
|
Jude Nelson
|
9097fdecf3
|
expose get_utxos(), broadcast_tx()
|
2017-04-05 11:24:04 -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
|
61fbd0576d
|
expose get_mutable_data_version() and put_mutable_data_version()
|
2017-04-05 11:23:27 -04:00 |
|
Jude Nelson
|
b96af3df08
|
refactor zone file sanity-checking logic. Also, only take a path to a new zone file on the CLI (#375)
|
2017-04-05 11:22:43 -04:00 |
|
Jude Nelson
|
daacde86f7
|
for doing zone file updates and loading data for put_mutable, only take a path on the CLI
|
2017-04-05 11:22:13 -04:00 |
|
Jude Nelson
|
468cf1fd5f
|
print test finished before loading db
|
2017-04-05 11:21:50 -04:00 |
|
Muneeb Ali
|
f0b81991bd
|
combined search css/js/templates are other files into a single structure
|
2017-04-04 18:34:04 -04:00 |
|
Muneeb Ali
|
9a860d6280
|
removed old files and moved .md files to doc/
|
2017-04-04 18:14:08 -04:00 |
|
Jude Nelson
|
9a7cba4497
|
bugfix: don't reencode pubkeys
|
2017-04-03 14:52:32 -04:00 |
|
Jude Nelson
|
0cd0a8ad3c
|
update get_started.sh with the latest test branch
|
2017-04-03 14:50:54 -04:00 |
|
Jude Nelson
|
d6b96247ac
|
update get_started.sh script
|
2017-04-03 14:50:19 -04:00 |
|
Muneeb Ali
|
30a84e3a42
|
deleted old files
|
2017-04-03 10:25:56 -04:00 |
|
Muneeb Ali
|
82cc3d7128
|
added nginx default sites file
|
2017-04-03 10:24:21 -04:00 |
|
Muneeb Ali
|
20903fcfc9
|
added systemd service file, resolves #366
|
2017-04-03 10:24:05 -04:00 |
|
Muneeb Ali
|
e49a525fa7
|
removed old files
|
2017-04-03 10:16:43 -04:00 |
|
Muneeb Ali
|
48e637ef6b
|
addded fast-sync instructions, resolves #348
|
2017-04-03 10:11:17 -04:00 |
|
Muneeb Ali
|
6c98b2b446
|
added links to Github install instructions, resolves #346
|
2017-04-03 10:04:58 -04:00 |
|
Muneeb Ali
|
dcacff1606
|
Merge remote-tracking branch 'origin/search' into api
|
2017-04-03 09:42:34 -04:00 |
|
Jude Nelson
|
3ec52b6899
|
fix bug in checking API version
|
2017-03-31 18:09:11 -04:00 |
|
Jude Nelson
|
1c763224c5
|
Have the API server report its version on ping(), and make the API client check the version before doing anything (and aborting if the client version is different)
|
2017-03-30 19:55:51 -04:00 |
|
Jude Nelson
|
46e84402d6
|
use new ecdsa_private_key() wrapper to enforce our compression semantics
|
2017-03-30 18:26:45 -04:00 |
|
Jude Nelson
|
befde95a59
|
for now, unless the private key explicitly signals '01' for compressed, assume uncompressed
|
2017-03-30 18:26:29 -04:00 |
|
Jude Nelson
|
44dcb38580
|
require virtualchain 0.14.2
|
2017-03-30 17:32:58 -04:00 |
|