This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
stacks-puppet-node
Watch
1
Star
0
Fork
0
You've already forked stacks-puppet-node
mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced
2026-04-09 22:37:47 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
07bec9dbbe9e9af8f0e715fb7d77b3358aa78008
stacks-puppet-node
/
blockstack
/
lib
History
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
..
nameset
process subdomain-enqueued zone files once per block
2018-01-29 19:09:11 -05:00
operations
improve name-transfer consensus hash quirk
2018-01-22 17:54:35 -05:00
storage
import hex_hash160
2018-01-13 23:51:07 -05:00
__init__.py
remove consensus import
2018-01-19 15:30:21 -05:00
atlas.py
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
b40.py
/usr/bin/env python -> python2. our code is not python3 friendly, we should specify that
2017-08-17 13:40:01 -04:00
client.py
add client code for looking up name and subdomain records
2018-01-29 19:08:21 -05:00
config.py
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
fast_sync.py
typo
2018-01-22 17:54:27 -05:00
hashing.py
/usr/bin/env python -> python2. our code is not python3 friendly, we should specify that
2017-08-17 13:40:01 -04:00
queue.py
add queue implementation
2018-01-29 19:04:59 -05:00
README.md
Rename BlockstoreDB to BlockstackDB
2016-02-23 15:56:09 -05:00
schemas.py
add schemas from blockstack_client
2018-01-29 19:05:05 -05:00
scripts.py
fix spacing; add test for whether or not a subdomain name is well-formed
2018-01-29 19:09:31 -05:00
subdomains.py
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
util.py
fix url_to_host_port() for cases where we add a schema to the URL
2018-01-18 19:57:25 -05:00
README.md
Implementation of the Blockstack state engine.