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
6a6e9cc1f8d4ad2d5003ab663c0152955e04e843
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
6a6e9cc1f8
have GET /v1/names/:name/zonefile/:hash use the is_name_zonefile_hash() client method, which is considerably faster (both in absolute terms and asymptotic terms) than the status quo
2018-09-20 17:27:00 -04:00
..
nameset
add method to check if a name created a zone file hash; remove dead code
2018-09-20 17:26:29 -04:00
operations
de-lint; version bump
2018-07-06 14:04:09 -04:00
storage
pass through fsync
2018-08-13 16:01:09 -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-13 16:01:57 -04:00
b40.py
delinting!
2018-07-06 13:48:24 -04:00
c32.py
implement c32check in Python
2018-09-20 17:03:21 -04:00
client.py
fix bug in getting subdomain history; add method to check if a name created a zone file
2018-09-20 17:26:52 -04:00
config.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:48:19 -04:00
fast_sync.py
store fast-sync snapshot to ~/.blockstack-server
2018-08-23 16:14:26 -04:00
genesis_block.py
Merge branch 'master' into feature/token-v1
2018-08-07 14:39:29 -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
have GET /v1/names/:name/zonefile/:hash use the is_name_zonefile_hash() client method, which is considerably faster (both in absolute terms and asymptotic terms) than the status quo
2018-09-20 17:27:00 -04:00
schemas.py
an account address pattern can be a "special" address, and the genesis block as it will be loaded will contain b58 addresses, not c32 addresses
2018-09-14 13:37:23 -04:00
scripts.py
an account address can be c32. add methods to convert to c32
2018-09-20 17:04:53 -04:00
snv.py
dead comment
2018-08-13 16:02:04 -04:00
subdomains.py
serialize all calls to enqueue zone files
2018-08-13 16:02:10 -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:48:19 -04:00
README.md
Implementation of the Blockstack state engine.