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-10 16:56:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c3b52b2faa00eb5b7fd85ec9cd9340b54cac829f
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
a4a9e29295
no longer need to save transfer_consensus_hash
2018-01-20 16:17:59 -05:00
..
nameset
don't preserve nameop_consensus_hash in name-transfer (for now). It looks like we don't need it.
2018-01-20 16:17:13 -05:00
operations
no longer need to save transfer_consensus_hash
2018-01-20 16:17:59 -05:00
storage
import hex_hash160
2018-01-13 23:51:07 -05:00
__init__.py
remove consensus import
2018-01-19 15:30:21 -05:00
atlas.py
take an optional end-block when syncing zonefiles (since we can be doing this while indexing)
2018-01-17 22:31:37 -05:00
b40.py
/usr/bin/env python -> python2. our code is not python3 friendly, we should specify that
2017-08-17 13:40:01 -04:00
client.py
ports 6264 and 16264 don't use ssl
2018-01-19 17:33:43 -05:00
config.py
ports 6264 and 16264 don't use ssl
2018-01-19 17:33:43 -05:00
fast_sync.py
typos and api sync
2018-01-16 16:35:14 -05: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
README.md
Rename BlockstoreDB to BlockstackDB
2016-02-23 15:56:09 -05:00
scripts.py
refactor tx public key extraction to use the virtualchain-standardized transaction data structure, instead of the emulated bitcoind RPC structure
2018-01-12 18:21:22 -05:00
util.py
fix url_to_host_port() for cases where we add a schema to the URL
2018-01-18 19:57:25 -05:00
README.md
Implementation of the Blockstack state engine.