You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For monitoring purposes, the currency should be available in the transaction record (to avoid that a transaction is accounted for multiple currency (this is a marginal case which only can happen if an address has been approved for multiple currency)
What to do:
on Cassandra ALTER TABLE comchain.testtransactions ADD currency text;
add the currency in logtodb.TMPL to the watch function as an additional field of the result object
modify parser.py to add the currencyif available
deployement:
send the cassandra DDL
update logtodb.TMPL & parser.py on the node
reset (on one of the node) the block number to 0 to reparse the transaction and add the currency to existing ones
The text was updated successfully, but these errors were encountered:
For monitoring purposes, the currency should be available in the transaction record (to avoid that a transaction is accounted for multiple currency (this is a marginal case which only can happen if an address has been approved for multiple currency)
What to do:
on Cassandra ALTER TABLE comchain.testtransactions ADD currency text;
add the currency in logtodb.TMPL to the watch function as an additional field of the result object
modify parser.py to add the currencyif available
deployement:
The text was updated successfully, but these errors were encountered: