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-15 22:15:09 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b9ad8cba1dd6724400ede39d0b12c3e2cf4066d3
stacks-puppet-node
/
blockstack
/
lib
History
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
..
nameset
not required to build up the subdomain index using the instance provided in the db state
2018-02-02 18:39:51 -05:00
operations
improve name-transfer consensus hash quirk
2018-01-22 17:54:35 -05:00
storage
clean up imports
2018-01-29 19:10:03 -05:00
__init__.py
remove consensus import
2018-01-19 15:30:21 -05:00
atlas.py
bugfix: have Atlas tell the subdomain indexer when a zonefile arrives
2018-01-30 17:41:30 -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
more methods moved from blockstack_client/proxy.py to blockstack/lib/client.py
2018-02-02 18:39:33 -05:00
config.py
track first block for subdomains
2018-01-30 17:41:48 -05:00
fast_sync.py
on fast-sync, capture the subdomain.db database
2018-01-30 17:42:05 -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 name to subdomain fields; relax required history fields for subdomains
2018-01-30 17:42:21 -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
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
util.py
add daemonize() and db_query_execute() from blockstack_client
2018-01-29 19:10:13 -05:00
README.md
Implementation of the Blockstack state engine.