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
6ac9fc27d3ce81c59cc110d4db8a34be83f296e4
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
6ac9fc27d3
better validation of JWTs on DID resolution
2018-10-17 18:15:08 -04:00
..
nameset
snapshot the subdomain db queue as well as the subdomain. This fixes a bug whereby a fast-sync'ed node can lose subdomain records because it doesn't know to process a recently-discovered zone file. This happens when a snapshot is taken from a node that just discovered a zone file, but has not yet processed it. This patch fixes this by also including the subdomain DB queue, which incluedes the list of recently-discovered but unprocessed zone files in the snapshot.
2018-10-17 09:27:10 -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
better validation of JWTs on DID resolution
2018-10-17 18:15:08 -04:00
config.py
new fast-sync DNS name
2018-10-15 17:10:49 -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
add GET /v1/subdomains/{:txid} to get all subdomain operations processed in a given transaction
2018-10-16 11:29:33 -04:00
schemas.py
add definitions for rows in the subdomain table so we can return and validate historic subdomain operations
2018-10-16 11:29:51 -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
add subdomain DB query for getting subdomain ops processed in a given tx
2018-10-16 11:30:15 -04:00
util.py
de-lint
2018-10-10 13:04:03 -04:00
README.md
Implementation of the Blockstack state engine.