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
8358c1d783969b3151fc49c3fc2692089bda4f16
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
8358c1d783
add a bounded threading mixin to the RPC server that allows it to have up to a maximum number of outstanding threads handling requests. serialize all RPC access so we don't introduce database contention or corruption. make the maximum number of RPC threads overridable in the environment.
2018-07-05 17:24:30 -04:00
..
nameset
optionally get name history rows in reverse
2018-06-20 11:54:08 -04:00
operations
this shouldn't be here anyway
2018-05-03 11:26:52 -04:00
storage
clean up imports
2018-01-29 19:10:03 -05:00
__init__.py
import subdomains
2018-04-05 17:30:12 -04:00
atlas.py
fix bug in querying atlas zonefile inventories so we get the right range (we missed this before because we were querying the entire range only)
2018-06-18 18:41:46 -04:00
b40.py
add doctests to b40 module
2018-04-23 16:16:38 -04:00
client.py
Merge branch 'develop' into feature/blockstack_client_refactor
2018-06-27 17:36:34 -04:00
config.py
add a bounded threading mixin to the RPC server that allows it to have up to a maximum number of outstanding threads handling requests. serialize all RPC access so we don't introduce database contention or corruption. make the maximum number of RPC threads overridable in the environment.
2018-07-05 17:24:30 -04:00
fast_sync.py
log better
2018-02-19 14:37:22 -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
explicit commit
2018-02-09 19:18:05 -05:00
README.md
Rename BlockstoreDB to BlockstackDB
2016-02-23 15:56:09 -05:00
rpc.py
use name record's resolver to find subdomains
2018-06-20 18:50:31 -04:00
schemas.py
name records can have a resolver field
2018-06-20 18:50:49 -04:00
scripts.py
temporarily remove the token system (will restore later)
2018-04-24 16:36:55 -04:00
snv.py
fix a few regressions from the move away from blockstack_client
2018-04-27 01:09:23 -04:00
subdomains.py
have the subdomain system track the last known resolver for each subdomain, so queries on the domain will return the resolver
2018-06-20 18:51:00 -04:00
util.py
make getinfo faster so we can use it more in atlas in order to tell if we're talking to a testnet or mainnet node. We'll make it so mainnet nodes and testnet nodes ignore each other.
2018-04-29 23:02:54 -04:00
README.md
Implementation of the Blockstack state engine.