| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit 020c8a477578cef3764b54f33d9ca0cf6caf7631.
|
|
|
|
| |
For support other vm types, this pr modified the core/vm file
structures.
|
| |
|
|
|
|
|
|
|
| |
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: ReadOnlyBlockchain returns underlying engine
* indexer: plugin configs support custom flags
|
|
For restoring mock componenets (such as: VM, Backend, ...etc),
blockchain related configs should be exposed.
|