aboutsummaryrefslogtreecommitdiffstats
path: root/indexer/blockchain.go
Commit message (Collapse)AuthorAgeFilesLines
* Revert "core: vm: refactor file structure (#151)"Wei-Ning Huang2019-01-171-1/+1
| | | | This reverts commit 020c8a477578cef3764b54f33d9ca0cf6caf7631.
* core: vm: refactor file structure (#151)JM2019-01-151-1/+1
| | | | For support other vm types, this pr modified the core/vm file structures.
* app: remove pending block logic (#149)bojie2019-01-141-5/+0
|
* core, indexer, dex: fix DexconApp block deliver after synced (#122)Sonic2019-01-141-1/+1
| | | | | | | When starts a bp node to sync with the network, bc.chainLastHeight map may not be initialized yet. Just return error if we can not get chain last height when preparing payload and verify block.
* Indexer plugin extension and custom flags support (#117)Meng-Ying Yang2019-01-141-0/+2
| | | | | | * indexer: ReadOnlyBlockchain returns underlying engine * indexer: plugin configs support custom flags
* indexer: ReadOnlyBlockChain returns related configs (#110)Meng-Ying Yang2019-01-141-0/+89
For restoring mock componenets (such as: VM, Backend, ...etc), blockchain related configs should be exposed.