| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Stop blockproposer in the Stop() method of node service so the process
doens't hang.
|
|
|
|
|
|
|
|
|
| |
* dex: implement recovery mechanism
The DEXON recovery protocol allows us to use the Ethereum blockchain as a
fallback consensus chain to coordinate recovery.
* fix
|
|
|
|
|
|
| |
* Add Yilan network
* Fixup: remove dummy log
|
| |
|
|
|
|
|
|
| |
* indexer: ReadOnlyBlockchain returns underlying engine
* indexer: plugin configs support custom flags
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Add a new testnet named Taipei.
|
| |
|
|
|