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-20 07:05:17 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f0ed26b94821b54f3e029c23b6a5a96247283d54
stacks-puppet-node
/
blockstack
/
lib
History
Jude Nelson
f0ed26b948
add /v1/prices and /v2/prices endpoints; add account status and history endpoints; do a better job of not returning HTTP 500 unless we have a backplane connection error
2018-04-13 19:18:32 -04:00
..
nameset
commit vesting at block_height+1 at the end of the block, so vested tokens are immediately usable. Also, expand the set of acceptable operations to include token operations
2018-04-13 19:17:06 -04:00
operations
make all check() failures log as a warning, instead of as debug
2018-04-13 19:18:11 -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
asking for and not receiving a zone file isn't necessarily a problem, since the "node" could be a load-balancer
2018-04-13 19:14:49 -04:00
b40.py
remove reliance on utilitybelt
2018-04-05 17:30:00 -04:00
client.py
be more uniform in our error codes for validation errors versus assertion errors versus connection errors; add support for querying account state
2018-04-13 19:15:19 -04:00
config.py
add TOKEN_TRANSFER opcode description
2018-04-13 19:15:47 -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
add /v1/prices and /v2/prices endpoints; add account status and history endpoints; do a better job of not returning HTTP 500 unless we have a backplane connection error
2018-04-13 19:18:32 -04:00
schemas.py
fix copyright statement
2018-04-03 18:01:05 -04:00
scripts.py
remove misleading comment
2018-04-03 19:01:59 -04:00
snv.py
fix bitcoind connection bug that restores SNV
2018-04-03 19:02:10 -04:00
subdomains.py
add get_all_subdomains() and get_subdomain_last_sequence() methods to make server-side subdomains compatible with core.blockstack.org's API
2018-04-05 17:31:33 -04:00
util.py
wait at most 5 minutes on child fork
2018-02-12 19:12:18 -05:00
README.md
Implementation of the Blockstack state engine.