Commit Graph

70 Commits

Author SHA1 Message Date
Jude Nelson
f9ee9d663b Merge branch 'feature/token-v1' into develop 2018-10-15 18:42:44 -04:00
Jude Nelson
cc645be855 when saving a snapshots file, copy it to a temporary place and then do a mv. This makes it easier to use this program in conjunction with an inotify-based service that will act on newly-created snapshost (doing a mv is atomic, whereas a create + copy is not) 2018-10-11 17:37:35 -04:00
Jude Nelson
0c33739310 when saving a snapshots file, copy it to a temporary place and then do a mv. This makes it easier to use this program in conjunction with an inotify-based service that will act on newly-created snapshost (doing a mv is atomic, whereas a create + copy is not) 2018-10-08 11:55:40 -04:00
Jude Nelson
12f64b9c07 add usage documentation 2018-08-15 16:54:30 -04:00
Jude Nelson
e9819cc5b6 more javascript-compat 2018-07-05 18:46:48 -04:00
Jude Nelson
5f72b3742a tool for expanding our genesis block repo into a genesis block data structure 2018-07-05 17:32:43 -04:00
Jude Nelson
5863efa196 top-level tool for generating a genesis block Python source file 2018-07-05 17:32:31 -04:00
Jude Nelson
4dc527639e moved files 2018-07-05 17:30:47 -04:00
Jude Nelson
06e10bc1ad mark commits as trusted or not 2018-07-05 17:30:36 -04:00
Jude Nelson
7de755c2f6 only gpg verify untrusted commits 2018-07-05 17:30:21 -04:00
Jude Nelson
b7af03105a remove the old CLI wrapper 2018-06-27 17:42:21 -04:00
Jude Nelson
84eaba925a serialize the JSON for the genesis block complactly 2018-06-21 18:29:47 -04:00
Jude Nelson
97236f8fc6 verify key ID to key 2018-06-21 17:58:04 -04:00
Jude Nelson
716ea4ba05 add script to verify the signatures in the genesis block 2018-06-21 17:48:23 -04:00
Jude Nelson
3b224e7694 rename 2018-06-21 17:48:01 -04:00
Jude Nelson
a56e6854ee handle quotes in the commit body 2018-06-21 17:47:48 -04:00
Jude Nelson
a0e3d25baa create a tool that will take a repository (i.e. containing the genesis block information) and output a JSON blob containing the list of keys used to sign its commits, and the history of signed commits. 2018-06-21 16:39:53 -04:00
Jude Nelson
07ebbbb024 move testnet watchdog to testnet/ 2018-05-02 23:12:36 -04:00
Jude Nelson
20fbb89994 reboot testnet daily 2018-05-01 23:11:12 -04:00
Jude Nelson
367d217da5 port subdomain lookup redirect 2018-04-30 16:00:39 -04:00
Jude Nelson
fdea829dd7 port subdomain lookup redirect 2018-04-30 15:55:58 -04:00
Jude Nelson
d7162a1c95 set public host 2018-04-30 11:35:54 -04:00
Jude Nelson
30d100f9c7 describe environs 2018-04-30 10:36:45 -04:00
Jude Nelson
480bd803fe add a testnet launcher 2018-04-30 09:40:37 -04:00
Jude Nelson
30cef36883 don't install old subdomain registrar 2018-04-29 02:27:21 -04:00
Ubuntu
c2940b3f50 snapshot.bsk is a hard link, not a symlink. Compare inode numbers, not link paths 2018-03-26 18:54:13 +00:00
Jude Nelson
6a5a079095 better server_wait logging 2018-02-19 14:04:45 -05:00
Jude Nelson
1f24e00dec sync with API: expect a fileno 2018-02-19 14:02:55 -05:00
Jude Nelson
f331660977 api sync on daemonize 2018-02-19 14:01:03 -05:00
Jude Nelson
50b5d2a19a correct default workingdir path; copy instead of symlink 2018-02-19 13:42:20 -05:00
Jude Nelson
8f76b7a286 os.path.expanduser 2018-02-19 13:38:35 -05:00
Jude Nelson
0a2237cd6b working_dir not yet declared 2018-02-19 13:37:04 -05:00
Jude Nelson
0a774e8492 do not depend on blockstack_client (#720) 2018-02-08 19:12:56 -05:00
Jude Nelson
927b390799 make compatible with new virtualchain 0.18 2018-01-16 16:34:13 -05:00
Jude Nelson
c95e4e16c8 bugfix: load default config file 2017-10-04 18:32:40 -04:00
Jude Nelson
8656d5f8e5 update snapshot server to delete old snapshots 2017-10-04 17:54:15 -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
89d73ac7e1 update documentation for subdomains, code comments for sign/verify, and added licenses 2017-08-02 18:16:39 -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
c3a13caa0c merging rc-0.14.2 into api branch 2017-04-10 10:40:28 -04:00
Muneeb Ali
d065994b3b for starting the flask api (instead of runserver.py) 2017-04-09 14:28:09 -04:00
Jude Nelson
36100d5615 bail on snapshot failure 2017-02-28 18:14:10 -05:00
Jude Nelson
94772a6f44 don't forget to shift 2017-02-28 17:09:52 -05:00
Jude Nelson
df1f2b67a1 allow 'raw' output (don't json-dump it) 2017-02-28 16:25:02 -05:00
Jude Nelson
9795eff61f blockstack-core instead of blockstack-server 2017-02-27 11:39:50 -05:00
Jude Nelson
b48022efa1 add alias to blockstack-core with deprecation warning (blockstack-server becomes blockstack-core) 2017-02-27 11:25:33 -05:00
Jude Nelson
25cd1052f3 fix up bugs in daemonization logic 2017-02-25 00:40:20 -05:00
Jude Nelson
865100b735 WIP: more work on the snapshots server 2017-02-24 19:17:22 -05:00
Jude Nelson
12c48bc06d WIP fast-sync signing server 2017-02-20 21:19:31 -05:00
Jude Nelson
4aee97d3c3 copyright bump 2017-02-20 20:51:59 -05:00