-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request