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
ed988897a4301d287c84df11d455655c6aad75b8
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
ed988897a4
disable durability pragmas in the subdomain db, since if the node crashes we have to restore the subdomain db anyway (2x speed improvement). also, add a 'zonefile_offset' column to the subdomain db that fixes DID creation in the case where the same owner address created multiple subdomains in the same zone file
2018-07-18 18:57:12 -04:00
..
nameset
also export subdomain db and atlas db (meant mainly for testing)
2018-07-18 18:56:21 -04:00
operations
Merge branch 'master' into develop
2018-07-06 14:08:31 -04:00
storage
nearly 100x performance improvement if we don't fsync() each time we write a zone file (not strictly necessary for subdomain zone files, but definitely necessary for zone files arriving via Atlas)
2018-07-18 18:56:38 -04:00
__init__.py
import subdomains
2018-04-05 17:30:12 -04:00
atlas.py
de-lint
2018-07-06 14:23:36 -04:00
b40.py
de-lint
2018-07-06 14:23:36 -04:00
client.py
de-lint
2018-07-06 14:23:36 -04:00
config.py
Merge branch 'master' into develop
2018-07-06 14:08:31 -04:00
fast_sync.py
de-lint; version bump
2018-07-06 14:04:09 -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
de-lint
2018-07-06 14:23:36 -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
fix a few regressions from the move away from blockstack_client
2018-04-27 01:09:23 -04:00
subdomains.py
disable durability pragmas in the subdomain db, since if the node crashes we have to restore the subdomain db anyway (2x speed improvement). also, add a 'zonefile_offset' column to the subdomain db that fixes DID creation in the case where the same owner address created multiple subdomains in the same zone file
2018-07-18 18:57:12 -04:00
util.py
Merge branch 'master' into develop
2018-07-06 14:08:31 -04:00
README.md
Implementation of the Blockstack state engine.