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-03-30 16:45:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e1dfc2c8e2dd595b53ffd960e52ce7f18d454da6
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
9d2e77c9c5
Improve multisig algorithm for fast-sync snapshots: only sign the digest. Also, make it so we can incrementally sign fast-sync snapshots.
2017-02-20 20:53:48 -05:00
..
nameset
Use
sqlite3 .backup
instead of
shutil.copyfile()
for backing up SQLite3 databases
2017-02-20 20:53:23 -05:00
operations
use the announcement API in the blockstack client
2017-01-30 01:34:43 -05:00
storage
make sure mutable data in the storage gateway doesn't collide (do so by prefixing by blockchain ID)
2017-02-06 15:01:57 -05:00
__init__.py
symbol update
2017-01-23 19:03:39 -05:00
atlas.py
whitespace
2017-02-20 20:52:15 -05:00
b40.py
Rename BlockstoreDB to BlockstackDB
2016-02-23 15:56:09 -05:00
config.py
just have one public key for fast_sync (for now; will up to 3 on release)
2017-02-20 20:52:24 -05:00
consensus.py
expected_snapshots is keyed by integer, not string
2016-10-27 00:03:31 -04:00
fast_sync.py
Improve multisig algorithm for fast-sync snapshots: only sign the digest. Also, make it so we can incrementally sign fast-sync snapshots.
2017-02-20 20:53:48 -05:00
hashing.py
use virtualchain's key logic
2016-08-04 15:43:06 -04:00
README.md
Rename BlockstoreDB to BlockstackDB
2016-02-23 15:56:09 -05:00
scripts.py
minimum name price no longer 1 satoshi
2016-11-02 16:59:00 +08:00
README.md
Implementation of the Blockstack state engine.