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 12:07:17 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e28438eed3670d515d488e096d789cbaacb13685
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
e28438eed3
add a fast-path for inserting subdomains that don't reorg their histories due to ownership change (O(1) DB operations instead of O(N) operations for N existing updates). Also, only process a zone file at most once
2018-02-09 18:35:10 -05:00
..
nameset
handle timeouts in db queries
2018-02-08 19:16:06 -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
bugfixes: use the right variable; don't set the ping result to None unless there's an error
2018-02-08 19:13: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 get_consensus_at(); rely on hostport URL scheme to detect SSL
2018-02-09 18:34:43 -05:00
config.py
10x the zone file size
2018-02-09 18:34:58 -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
handle db timeouts in the queue creation
2018-02-08 19:15:55 -05:00
README.md
Rename BlockstoreDB to BlockstackDB
2016-02-23 15:56:09 -05:00
schemas.py
constrain name class regex
2018-02-08 19:38:01 -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
add a fast-path for inserting subdomains that don't reorg their histories due to ownership change (O(1) DB operations instead of O(N) operations for N existing updates). Also, only process a zone file at most once
2018-02-09 18:35:10 -05:00
util.py
use the right query formatter
2018-02-08 19:16:28 -05:00
README.md
Implementation of the Blockstack state engine.