Jude Nelson
|
47ffb6c655
|
add db_format_query
|
2018-02-07 19:02:49 -05:00 |
|
Jude Nelson
|
821e7d4d62
|
rewrite subdomain processor to support history reorgs on subdomains based on ownership or sequence number conflicts, and have the subdomain query method determine at runtime whether or not the subdomain is in a "pending" state (i.e. are there missing zone files out there that could reorg the subdomain's owner)
|
2018-02-07 19:02:02 -05:00 |
|
Jude Nelson
|
9091720bd3
|
add 'pending' field
|
2018-02-07 19:01:50 -05:00 |
|
Jude Nelson
|
79742bc8c1
|
use db_format_query
|
2018-02-07 19:01:43 -05:00 |
|
Jude Nelson
|
68c0b1fd33
|
add method to count missing zone files by name
|
2018-02-07 19:01:28 -05:00 |
|
Jude Nelson
|
b9ad8cba1d
|
WIP: address some of the concerns in #726. Only allow an address-change from a subdomain's creator domain (for now; needs testing). Also, be more efficient in how we address subdomain reorgs
|
2018-02-02 18:40:25 -05:00 |
|
Jude Nelson
|
13c415cb6e
|
not required to build up the subdomain index using the instance provided in the db state
|
2018-02-02 18:39:51 -05:00 |
|
Jude Nelson
|
11e4b40802
|
more methods moved from blockstack_client/proxy.py to blockstack/lib/client.py
|
2018-02-02 18:39:33 -05:00 |
|
Jude Nelson
|
d8e769577c
|
bugfix: reindex a subdomain across different updates in different names. Also, add the ability to reindex from scratch, and add methods to explicitly clear the subdomain db. Also, add subdomain history query methods
|
2018-01-30 17:42:49 -05:00 |
|
Jude Nelson
|
d773ce5bf1
|
add name to subdomain fields; relax required history fields for subdomains
|
2018-01-30 17:42:21 -05:00 |
|
Jude Nelson
|
e6249729ad
|
on fast-sync, capture the subdomain.db database
|
2018-01-30 17:42:05 -05:00 |
|
Jude Nelson
|
c2fe7fec55
|
track first block for subdomains
|
2018-01-30 17:41:48 -05:00 |
|
Jude Nelson
|
bdcaf5a08d
|
bugfix: have Atlas tell the subdomain indexer when a zonefile arrives
|
2018-01-30 17:41:30 -05:00 |
|
Jude Nelson
|
f172e0a58a
|
fix up imports
|
2018-01-30 17:41:15 -05:00 |
|
Jude Nelson
|
afa58ffc6c
|
add daemonize() and db_query_execute() from blockstack_client
|
2018-01-29 19:10:13 -05:00 |
|
Jude Nelson
|
9e539d82c4
|
clean up imports
|
2018-01-29 19:10:03 -05:00 |
|
Jude Nelson
|
2b3d05aca2
|
don't calculate a zonefile hash unless we need to
|
2018-01-29 19:09:51 -05:00 |
|
Jude Nelson
|
07bec9dbbe
|
fix spacing; add test for whether or not a subdomain name is well-formed
|
2018-01-29 19:09:31 -05:00 |
|
Jude Nelson
|
df19e94ca3
|
process subdomain-enqueued zone files once per block
|
2018-01-29 19:09:11 -05:00 |
|
Jude Nelson
|
4afe4ab356
|
use common db query execution code that handles database locks
|
2018-01-29 19:08:55 -05:00 |
|
Jude Nelson
|
6a135a035f
|
add support for subdomain DB path, and for checking whether or not subdomains and atlas are enabled
|
2018-01-29 19:08:37 -05:00 |
|
Jude Nelson
|
bc99b7c3fb
|
add client code for looking up name and subdomain records
|
2018-01-29 19:08:21 -05:00 |
|
Jude Nelson
|
7fd00dce46
|
guard access to in-RAM zonefile indexes with a mutex (now that multiple threads can write to it); have Atlas call a "storage callback" each time it processes a zonefile it did not previously have (which we leverage in the subdomain indexer)
|
2018-01-29 19:07:26 -05:00 |
|
Jude Nelson
|
344c20f813
|
initial stab at a server-side subdomain indexer. Atlas and the RPC daemon will both queue up zone files to the subdomain indexer as they arrive, and the indexer will be activated once per block to re-process all subdomains in the names whose zone files arrived. This is based in part on the code from blockstack_client/subdomains.py, as well as subdomain_registrar/. It does not depend on blockstack_client.
|
2018-01-29 19:05:18 -05:00 |
|
Jude Nelson
|
cbf2b93a86
|
add schemas from blockstack_client
|
2018-01-29 19:05:05 -05:00 |
|
Jude Nelson
|
4fd0d45e54
|
add queue implementation
|
2018-01-29 19:04:59 -05:00 |
|
Jude Nelson
|
c357b98190
|
no longer honor zonefile, profile, or data storage config options
|
2018-01-22 19:12:01 -05:00 |
|
Jude Nelson
|
afa97edd25
|
remove zonefile storage drivers
|
2018-01-22 19:11:51 -05:00 |
|
Jude Nelson
|
f8e2da6cc0
|
getinfo can return stale and warning flags
|
2018-01-22 19:11:40 -05:00 |
|
Jude Nelson
|
b66ff92afa
|
improve name-transfer consensus hash quirk
|
2018-01-22 17:54:35 -05:00 |
|
Jude Nelson
|
7c30624944
|
typo
|
2018-01-22 17:54:27 -05:00 |
|
Jude Nelson
|
d0acaf65a5
|
explicitly restore
|
2018-01-22 17:24:14 -05:00 |
|
Jude Nelson
|
f3625ab040
|
bugfixes to restore
|
2018-01-22 17:21:58 -05:00 |
|
Jude Nelson
|
c02ddd9cfc
|
tell state engine to restore
|
2018-01-22 17:13:13 -05:00 |
|
Jude Nelson
|
f63f779abd
|
completed TODO item
|
2018-01-22 15:38:13 -05:00 |
|
Jude Nelson
|
f16515e613
|
document the name-transfer consensus hash quirk better, and fix a bug in the case of multiple consecutive name-transfers
|
2018-01-22 15:37:52 -05:00 |
|
Jude Nelson
|
38cf56fdcd
|
remove dead code
|
2018-01-21 00:58:29 -05:00 |
|
Jude Nelson
|
a9a002eee5
|
remove dead code
|
2018-01-21 00:58:15 -05:00 |
|
Jude Nelson
|
c76eddbac6
|
remove dead code
|
2018-01-21 00:58:06 -05:00 |
|
Jude Nelson
|
a4a9e29295
|
no longer need to save transfer_consensus_hash
|
2018-01-20 16:17:59 -05:00 |
|
Jude Nelson
|
fd91a265a0
|
attempt to fix name-transfer consensus hash quirk, and document real-world examples where it shows up
|
2018-01-20 16:17:34 -05:00 |
|
Jude Nelson
|
2d786a939b
|
don't preserve nameop_consensus_hash in name-transfer (for now). It looks like we don't need it.
|
2018-01-20 16:17:13 -05:00 |
|
Jude Nelson
|
a6a2109886
|
remove dead code; allow omitting history when querying names and namespaces
|
2018-01-19 18:44:07 -05:00 |
|
Jude Nelson
|
63ba1e16a0
|
remove dead code
|
2018-01-19 18:43:57 -05:00 |
|
Jude Nelson
|
06cfae1aaa
|
ports 6264 and 16264 don't use ssl
|
2018-01-19 17:33:43 -05:00 |
|
Jude Nelson
|
4d965d9062
|
remove dead code
|
2018-01-19 15:30:30 -05:00 |
|
Jude Nelson
|
5367ca368e
|
remove consensus import
|
2018-01-19 15:30:21 -05:00 |
|
Jude Nelson
|
18bbaa183a
|
apply transfer consensus hash quirk
|
2018-01-19 15:14:18 -05:00 |
|
Jude Nelson
|
ce965baf2e
|
verify that the consensus hash is valid, and preserve the one we need to snapshot separately
|
2018-01-19 15:13:57 -05:00 |
|
Jude Nelson
|
df8aba81b0
|
slightly better docs
|
2018-01-19 15:13:25 -05:00 |
|