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-17 22:24:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6a8cc72aa1fabc0ee6995615cf8318e33969f655
stacks-puppet-node
/
blockstack_client
/
backend
History
Jude Nelson
6a8cc72aa1
add fault-injection hooks for each step the registrar takes, so we can simulate race conditions where the blockchain advances while we're processing data replication. At the same time, update the registrar so it does not clear out a transaction if it hasn't replicated an associated zone file
2017-10-31 16:46:20 -04:00
..
crypto
using cryptography instead of pycrypto for legacy wallet decryption
2017-05-01 14:07:07 -04:00
drivers
for zonefile lookups via blockstack-server, use rpc_get_name_blockchain_record() to get the zone file hash
2017-10-10 11:23:39 -04:00
utxo
fixes issue 619, a bug in the regtest bitcoind utxo provider
2017-09-29 00:49:36 -04:00
__init__.py
remove unneeded imports
2017-06-15 11:27:10 -04:00
blockchain.py
rely in virtualchain for fee estimation
2017-09-29 00:49:02 -04:00
nameops.py
adds a
dust_included
flag to tell the tx serialization code not to add any more dust fees, because those fees are already included in txfee, this prevents double-adds of dust fees
2017-10-06 16:11:50 -04:00
queue.py
fix race condition visible in test framework when creating a registrar queue
2017-10-19 14:28:19 -04:00
registrar.py
add fault-injection hooks for each step the registrar takes, so we can simulate race conditions where the blockchain advances while we're processing data replication. At the same time, update the registrar so it does not clear out a transaction if it hasn't replicated an associated zone file
2017-10-31 16:46:20 -04:00
safety.py
update fee warning
2017-10-17 11:59:45 -04:00