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
fdb424c46bcb133545caa072eb7050c872ca2fdf
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
8f944ddd33
merge /v1/prices and /v2/prices -- make the /v2 endpoint return the same information expected by the /v1 endpoint
2018-10-02 23:36:46 -04:00
..
nameset
reword comment
2018-09-27 17:52:28 -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
rename *_nameops_* to *_blockstack_ops_* for code clarity
2018-09-27 17:52:20 -04:00
config.py
set blockstack atlas hostname (BLOCKSTACK_ATLAS_HOSTNAME) as an environ
2018-10-02 23:35:52 -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
merge /v1/prices and /v2/prices -- make the /v2 endpoint return the same information expected by the /v1 endpoint
2018-10-02 23:36:46 -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
rename *_nameops_* to *_blockstack_ops_* for code clarity
2018-09-27 17:52:20 -04:00
subdomains.py
get subdomain history in reverse chronological order; add method to test if a zone file hash was created by a subdomain
2018-09-19 18:32:50 -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.