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-16 12:06:43 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c929e4fa4a6e5d3d22162b9ff1f89424897e16f2
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
c929e4fa4a
add method to check if a name created a zone file hash; remove dead code
2018-09-19 18:31:27 -04:00
..
nameset
add method to check if a name created a zone file hash; remove dead code
2018-09-19 18:31:27 -04:00
operations
Merge branch 'master' into develop
2018-07-06 14:08:31 -04:00
storage
pass through fsync
2018-07-23 19:43:32 -04:00
__init__.py
import subdomains
2018-04-05 17:30:12 -04:00
atlas.py
when synchronizing the atlasdb with the namedb, call the storage callback for each zone file we already have. That way, if a zone file hash is re-announced, it will be processed by the storage callback again (as desired)
2018-08-06 18:12:51 -04:00
b40.py
de-lint
2018-07-06 14:23:36 -04:00
client.py
use get_name_history_page for getting pages of a name's history. do not rely on start_block or end_block, since we have the power to paginate directly
2018-09-13 16:14:25 -04:00
config.py
restructure the epoch data so that we no longer need user-defined sqlite3 functions to select the right namespace lifetime and grace period data. instead, bake them directly into the queries. speeds up lots of queries significantly
2018-09-18 18:52:58 -04:00
fast_sync.py
store fast-sync snapshot to ~/.blockstack-server
2018-08-23 15:58:39 -04: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
de-lint; version bump
2018-07-06 14:04:09 -04:00
README.md
Rename BlockstoreDB to BlockstackDB
2016-02-23 15:56:09 -05:00
rpc.py
expose getinfo as a RESTful endpoint
2018-09-18 18:52:00 -04:00
schemas.py
name records can have a resolver field
2018-06-20 18:50:49 -04:00
scripts.py
de-lint
2018-07-06 14:23:36 -04:00
snv.py
dead comment
2018-08-06 18:14:03 -04:00
subdomains.py
serialize all calls to enqueue zone files
2018-08-06 18:14:16 -04:00
util.py
modify the BoundedThreadingMixIn so it will eagerly close client sockets when it has too many outstanding requests. Do some housekeeping so that we can use this in both the backplane RPC server and the API server, and update the relevant integration test to test for this behavior
2018-09-18 17:15:31 -04:00
README.md
Implementation of the Blockstack state engine.