coti-io / coti-node

COTI is the first DAG based chain protocol that's optimized for Enterprises and Stable-coins.
https://coti.io
GNU General Public License v3.0
184 stars 23 forks source link

Transactions controller for db sync #30

Closed gmesika-coti closed 2 years ago

gmesika-coti commented 2 years ago

as a network I want to query data in DataWare house tools so that I will be able to provide analytics on network/transactions aspects I need to enhance the batch transactions controller with additional operations

There will be 2 new methods exposed: getTransactions(fromIndex, toIndex) => TransactionResponseData[] getNoneIndexedTransactions() => TransactionResponseData[] (include all the transactoins that has no index)

methods will return data as TransactionResponseData which is compatible as json output

gmesika-coti commented 2 years ago

committed 4754d533 gmesika-coti guy@coti.io on 18/11/2021 at 13:45