aboutsummaryrefslogtreecommitdiffstats
path: root/indexer
Commit message (Collapse)AuthorAgeFilesLines
* indexer: ReadOnlyBlockChain returns related configs (#110)Meng-Ying Yang2019-06-121-0/+4
| | | | For restoring mock componenets (such as: VM, Backend, ...etc), blockchain related configs should be exposed.
* indexer: support data exporting/forwarding (#103)Meng-Ying Yang2019-06-123-0/+139
To support more effective and flexible blockchain info exploring, we add `indexer` package, defines the flow of indexer dameon, and integrate into dex.Dexon fullnode. For more export options, we use Golang built-in `plugin` package to support mulitple implementations.