Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | app: remove pending block logic (#149) | bojie | 2019-06-12 | 1 | -5/+0 |
| | |||||
* | core, indexer, dex: fix DexconApp block deliver after synced (#122) | Sonic | 2019-06-12 | 1 | -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 Yang | 2019-06-12 | 1 | -0/+2 |
| | | | | | | * indexer: ReadOnlyBlockchain returns underlying engine * indexer: plugin configs support custom flags | ||||
* | indexer: ReadOnlyBlockChain returns related configs (#110) | Meng-Ying Yang | 2019-06-12 | 1 | -0/+89 |
For restoring mock componenets (such as: VM, Backend, ...etc), blockchain related configs should be exposed. |