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 22:18:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
09abf6078ef287f41fd8a3d86172d5e4972e3c52
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
09abf6078e
define for each epoch which sender scriptpubkey and output scriptpubkey script types will be acceptable
2018-06-16 11:26:39 -04:00
..
nameset
include metadata with an account in the genesis block
2018-04-23 16:17:11 -04:00
operations
a name register/renewal can be paid for in stacks or btc, but if stacks were paid, btc *should not be checked* since the intention of the sender was to use stacks.
2018-06-11 18:56:04 -04:00
storage
clean up imports
2018-01-29 19:10:03 -05:00
__init__.py
import subdomains
2018-04-05 17:30:12 -04:00
atlas.py
when running as a public testnet node, require an *exact* server version match
2018-04-30 10:36:57 -04:00
b40.py
add doctests to b40 module
2018-04-23 16:16:38 -04:00
client.py
fix a few regressions from the move away from blockstack_client
2018-04-27 01:11:03 -04:00
config.py
define for each epoch which sender scriptpubkey and output scriptpubkey script types will be acceptable
2018-06-16 11:26:39 -04:00
fast_sync.py
log better
2018-02-19 14:37:22 -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
queue.py
explicit commit
2018-02-09 19:18:05 -05:00
README.md
Rename BlockstoreDB to BlockstackDB
2016-02-23 15:56:09 -05:00
rpc.py
only log verbose HTTP output while testing
2018-05-03 18:14:11 -04:00
schemas.py
note that in the next release, we're going to have to change the subdomain regex
2018-04-23 16:17:28 -04:00
scripts.py
add a method to get the price of a name in Stacks even though the namespace price curve was meant for Bitcoin (allows us to price names in Stacks in v1 namespaces)
2018-06-10 13:40:44 -04:00
snv.py
fix a few regressions from the move away from blockstack_client
2018-04-27 01:11:03 -04:00
subdomains.py
clean up subdomains infrastructure port from develop
2018-04-20 18:51:05 -04:00
util.py
make getinfo faster so we can use it more in atlas in order to tell if we're talking to a testnet or mainnet node. We'll make it so mainnet nodes and testnet nodes ignore each other.
2018-04-29 23:01:57 -04:00
README.md
Implementation of the Blockstack state engine.