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-18 12:06:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
66d541041f5ff5ad0e8d42589262ed45d0213740
stacks-puppet-node
/
blockstack
/
lib
/
operations
History
Jude Nelson
9e1e46a366
fix decoding bug
2018-04-03 18:00:31 -04:00
..
__init__.py
remove the "typecast" semantics of op_check
2018-03-22 19:20:21 -04:00
announce.py
rework announce so that you can only send an announcement from a previously-sent zone file
2018-01-16 18:48:28 -05:00
nameimport.py
remove dead code
2018-02-10 16:36:33 -05:00
namespacepreorder.py
a namespace-preorder can include an 8-byte field of the number of STACKs it must burn. enforce STACKs burning exclusively (next epoch!)
2018-03-22 19:20:45 -04:00
namespaceready.py
remove all restore_delta() and snv_consensus_extras() code, and remove all dependence on blockstack_client from our operations. Also remove deprecated state_*() helpers that had been required for propagating ancilliary operation state to the database, i.e. in order to ensure that name operations' histories could be rewound. This is now handled automatically with a better database schema.
2018-01-12 18:33:04 -05:00
namespacereveal.py
ensure that a namespace preorder paid the right amount of STACKs when it is revealed (but only if we're in the STACKs epochs)
2018-03-22 19:21:25 -04:00
preorder.py
only expect tokens to be burned in a NAME_PREORDER if the OP_RETURN provides them
2018-04-03 18:00:09 -04:00
register.py
fix decoding bug
2018-04-03 18:00:31 -04:00
revoke.py
remove all restore_delta() and snv_consensus_extras() code, and remove all dependence on blockstack_client from our operations. Also remove deprecated state_*() helpers that had been required for propagating ancilliary operation state to the database, i.e. in order to ensure that name operations' histories could be rewound. This is now handled automatically with a better database schema.
2018-01-12 18:33:04 -05:00
transfer.py
remove dead code
2018-02-10 16:36:33 -05:00
update.py
remove all restore_delta() and snv_consensus_extras() code, and remove all dependence on blockstack_client from our operations. Also remove deprecated state_*() helpers that had been required for propagating ancilliary operation state to the database, i.e. in order to ensure that name operations' histories could be rewound. This is now handled automatically with a better database schema.
2018-01-12 18:33:04 -05:00