BTNS
and Counterparty
parsing blocks in lockstep
#7
jdogresorg
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
BTNS
is meant to run on top of Counterparty, and by default does not need to be counterparty-aware. However, there is a bunch of fun functionality that can be played with by makingBTNS
counterparty-aware (performBTNS
actions using CP transactions, balances, holders, etc).Making
BTNS
CP-aware is pretty straightforward, but need to be VERY careful that Counterparty andBTNS
parse blocks in lockstep (ie. CP parses block X, then BTNS parses block X).Things could go off the rails pretty quickly if
BTNS
is trying to get holder/balance data for block X, while CP is on some future block Y... ie, incorrectly paying out a BTNS DIVIDEND to CP ASSET holders, etc.counterparty2mysql.php --single --block=X
indexer.php --single --block=X
Beta Was this translation helpful? Give feedback.
All reactions