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
746a36059d7c7b26c1732fb57cead0453fa45a4d
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
746a36059d
rename *_nameops_* to *_blockstack_ops_* for code clarity
2018-09-27 17:42:17 -04:00
..
nameset
rename *_nameops_* to *_blockstack_ops_* for code clarity
2018-09-27 17:42:17 -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
rename *_nameops_* to *_blockstack_ops_* for code clarity
2018-09-27 17:42:17 -04:00
config.py
rename *_nameops_* to *_blockstack_ops_* for code clarity
2018-09-27 17:42:17 -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
rename *_nameops_* to *_blockstack_ops_* for code clarity
2018-09-27 17:42:17 -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-20 17:27:06 -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.