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-09 22:37:47 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
755268865f7a20c21555536f9c910edfffdf6bf2
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
9b0fd9d1fa
remove dead code
2018-01-18 19:56:39 -05:00
..
nameset
sync the atlas db with operation(s) we just committed
2018-01-17 22:31:19 -05:00
operations
fix op_canonicalize_quirks to preserve op_fee float/int based on current last creation op by default (deferring to previous db record's last creation op and op_fee values only when needed)
2018-01-17 17:01:35 -05:00
storage
import hex_hash160
2018-01-13 23:51:07 -05:00
__init__.py
/usr/bin/env python -> python2. our code is not python3 friendly, we should specify that
2017-08-17 13:40:01 -04: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
fix imports
2018-01-16 16:34:51 -05:00
config.py
list all name operations
2018-01-17 14:17:03 -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
add utility methods from blockstack_client, like serializing an atlas zone file inventory message to a string and parsing host:port strings. This cuts dependency on blockstack_client
2018-01-12 18:36:55 -05:00
README.md
Implementation of the Blockstack state engine.