Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand as tangerine-network/go-tangerine | Wei-Ning Huang | 2019-09-17 | 1 | -2/+2 |
| | |||||
* | indexer: pass network-related params through config (#133) | Meng-Ying Yang | 2019-06-12 | 1 | -0/+10 |
| | | | | | | | | Pass following network related params: * Genesis block * Network ID And sync mode for indexer configuration. | ||||
* | Indexer plugin extension and custom flags support (#117) | Meng-Ying Yang | 2019-06-12 | 1 | -0/+3 |
| | | | | | | * indexer: ReadOnlyBlockchain returns underlying engine * indexer: plugin configs support custom flags | ||||
* | indexer: support data exporting/forwarding (#103) | Meng-Ying Yang | 2019-06-12 | 1 | -0/+35 |
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. |