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-12 22:33:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
54444e455e1494c0176246956f21a406e7da1faa
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
54444e455e
the new database schema no longer requires us to fetch and store prior name histories in our check() decorators. Remove the ancilliary code that they had been using to do this.
2018-01-12 18:31:45 -05:00
..
nameset
the new database schema no longer requires us to fetch and store prior name histories in our check() decorators. Remove the ancilliary code that they had been using to do this.
2018-01-12 18:31:45 -05:00
operations
a NAME_REGISTRATION/NAME_RENEWAL's burn address must go to a v2 namespace's address for the first year (fee collection period) of its existence, starting from its reveal block. after that, fees go to the null burn address (to discourage squatting or gratuitous namespace registration)
2017-10-04 00:03:54 -04:00
storage
add zonefile hashing methods, removing dependency on blockstack_client
2018-01-12 18:23:20 -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
all methods: expect either an atlas database connection or an atlas database path. All atlas components: require a virtualchain working dir and a path to the atlas db
2018-01-12 18:22:06 -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
config.py
add config file parsing code from blockstack_client, so we no longer depend on it. Similar for semver parsing and environment variable munging
2018-01-12 18:24:22 -05:00
consensus.py
this file is now dead. all functionality it provides is now handled by virtualchain
2018-01-12 18:24:47 -05:00
fast_sync.py
refactor fast_sync functionality to use new chainstate routines in virtualchain
2018-01-12 18:24:01 -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
README.md
Implementation of the Blockstack state engine.