Commit Graph

442 Commits

Author SHA1 Message Date
Muneeb Ali
2e95cd4d06 small fix 2015-09-22 14:22:05 -04:00
Muneeb Ali
2701b8563f added blockstore-client as a requirement so cli functionality comes as default 2015-09-22 14:14:23 -04:00
Guy Lepage
ba3365e6d8 Update README.md 2015-09-21 19:22:53 -04:00
Guy Lepage
c11ff9d892 Update README.md 2015-09-21 19:21:26 -04:00
Guy Lepage
f0f21fd6fe Update README.md 2015-09-21 18:28:34 -04:00
Guy Lepage
57f640fdb5 Update README.md 2015-09-21 18:27:26 -04:00
Muneeb Ali
4074333ea5 Merge pull request #121 from blockstack/dht
use new version of virtualchain
2015-09-20 19:23:22 -04:00
Muneeb Ali
780cdece10 use new version of virtualchain 2015-09-20 19:23:01 -04:00
Muneeb Ali
e4cb16c113 Merge pull request #120 from blockstack/dht
added note for upcoming release
2015-09-19 20:26:14 -04:00
Muneeb Ali
7a1ba3a5bb added note for upcoming release 2015-09-19 20:25:25 -04:00
Jude Nelson
537b857773 Merge branch 'jude' 2015-09-18 16:58:51 -04:00
Jude Nelson
313eacb2fd Sync with master 2015-09-18 16:58:06 -04:00
Muneeb Ali
2feba56244 Merge pull request #119 from blockstack/dht
Dht
2015-09-18 16:37:33 -04:00
Muneeb Ali
e876b34efa updated requirements 2015-09-18 16:36:21 -04:00
Muneeb Ali
9803af37dc merge latest branch:jude 2015-09-18 16:24:19 -04:00
Muneeb Ali
2417088cd2 moving presentations to github.com/blockstack/blockstore-papers 2015-09-18 16:18:35 -04:00
Jude Nelson
0abe4ddaef Add 'clean' command (#118) 2015-09-18 15:31:39 -04:00
Jude Nelson
f2c8b05908 Add 'reconfigure' (#118) 2015-09-18 12:45:26 -04:00
Jude Nelson
0bd5a82d95 Use correct DHT server list format 2015-09-18 12:45:16 -04:00
Jude Nelson
21ade7fe47 Off-by-one error 2015-09-17 19:19:26 -04:00
Jude Nelson
0ca8da0f15 Need keychain 2015-09-17 19:13:09 -04:00
Jude Nelson
29d0dfe482 license and removal of old blockstore-cli 2015-09-17 19:12:53 -04:00
Jude Nelson
ad713ba70a Get names in order 2015-09-17 19:12:32 -04:00
Jude Nelson
e9b3be22d9 Add get_consensus_at, get_all_names, get_names_in_namespace 2015-09-17 19:12:17 -04:00
Jude Nelson
14081402bb Stringify bucket exponents on serialize 2015-09-16 12:56:07 -04:00
Jude Nelson
10e98b0a51 Ensure that blockstore's settings are 0600 2015-09-16 12:55:46 -04:00
Jude Nelson
6f779744f8 Use absolute path when daemonizing; always run twistd in the foreground
(we will supervise it)
2015-09-16 12:55:26 -04:00
Jude Nelson
da0e1ace05 Remove the need to report changes to virtualchain; add the db_serialize
implementation to serialize name records discovered in a block.
2015-09-15 22:10:48 -04:00
Jude Nelson
3249986e58 Update list of classes to import 2015-09-15 22:10:26 -04:00
Jude Nelson
b782c34a8d Remove blockstore iterator class (it is no longer needed by
virtualchain); remove the need for reporting state changes to
virtualchain.
2015-09-15 22:09:56 -04:00
Jude Nelson
848a470848 Add a "serialize" method to each name operation, so as to make it easier
to generate merkle trees over them
2015-09-15 22:09:04 -04:00
Jude Nelson
d2ed80bbc9 Group opcodes; set genesis consensus hash 2015-09-15 22:08:39 -04:00
Jude Nelson
34903c048d Proper daemonization, logfile-handling, and SIGINT handling while
indexing.  Also, start the RPC server early (before we sync with the
blockchain), and have the RPC server send an error that we're busy
re-indexing while blockstore is starting up (like how bitcoind does).
2015-09-15 22:07:49 -04:00
Jude Nelson
24704aceea Remove dead code 2015-09-15 22:07:33 -04:00
Jude Nelson
8051ad6556 Make db_commit return True if records actually changed. 2015-09-15 02:27:03 -04:00
Jude Nelson
f6735e9c56 Support TESTSET namespace pricing; make commit_* methods return True if
they actually changed anything (e.g. for recording changes caused by
expiration)
2015-09-15 02:26:25 -04:00
Jude Nelson
48a2fc557f Select and save default config values; better option name
transformations for user prompting.
2015-09-15 02:25:55 -04:00
Jude Nelson
b7124ce00c Redirect logfiles when daemonizing 2015-09-15 02:25:38 -04:00
Muneeb Ali
3c60dd48e0 Merge branch 'jude' into dht 2015-09-14 17:12:02 -04:00
Jude Nelson
2698e3b7bb PDF version of slides 2015-09-14 11:57:13 -04:00
Ryan Shea
52d96cbeef Merge pull request #114 from blockstack/readme
update badges
2015-09-13 17:31:15 -04:00
Ryan Shea
db80688020 update badges 2015-09-13 13:35:01 -04:00
Jude Nelson
40a2d80445 Add blockstack devops slides 2015-09-12 12:15:33 -04:00
Jude Nelson
36e4c4625f Make sure the pubkey we select matches the namespace revealer address 2015-09-11 13:28:33 -04:00
Jude Nelson
e262e53bc5 Cache the keyring once generated, so we don't waste time generating it
again
2015-09-11 12:27:13 -04:00
Jude Nelson
94bcc47809 Allow the name importer to derive a set of keys through which to do the
import.  The default number of keys is set to 300.  Update the code to
use the first imported name's sender's public key as the seed.
2015-09-11 11:51:58 -04:00
Jude Nelson
6881611277 Better daemonization (WIP), control the number of confirmations before
accepting a name
2015-09-11 11:51:30 -04:00
Jude Nelson
0ac272721d Stop the indexer as well as the twistd server on termination signals. 2015-09-10 10:54:34 -04:00
Jude Nelson
8d5e903a29 TEST: Separate broadcaster from utxo provider for imports 2015-09-09 22:17:21 -04:00
Jude Nelson
158e544cef Add [blockstore] ini header, to pick the utxo provider and the tx
broadcast provider endpoints
2015-09-09 22:17:00 -04:00