aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-376/+0
|
* dex: properly start and stop the block proposer module (#264)Wei-Ning Huang2019-06-121-3/+0
| | | | Stop blockproposer in the Stop() method of node service so the process doens't hang.
* dex: implement recovery mechanism (#258)Wei-Ning Huang2019-06-121-0/+1
| | | | | | | | | * dex: implement recovery mechanism The DEXON recovery protocol allows us to use the Ethereum blockchain as a fallback consensus chain to coordinate recovery. * fix
* params: add Yilan network (#207)Mission Liao2019-06-121-0/+1
| | | | | | * Add Yilan network * Fixup: remove dummy log
* params: write dMoment into ChainConfig (#150)Wei-Ning Huang2019-06-121-1/+0
|
* Indexer plugin extension and custom flags support (#117)Meng-Ying Yang2019-06-121-0/+1
| | | | | | * indexer: ReadOnlyBlockchain returns underlying engine * indexer: plugin configs support custom flags
* indexer: support data exporting/forwarding (#103)Meng-Ying Yang2019-06-121-0/+2
| | | | | | | | | 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.
* dex, cmd: Add DMoment to command line (#87)Jimmy Hu2019-06-121-0/+1
|
* core: add Taipei testnet (#47)Wei-Ning Huang2019-06-121-0/+1
| | | | Add a new testnet named Taipei.
* test: start a separate RPC node for testing block syncWei-Ning Huang2019-06-121-2/+2
|
* Rename geth -> gdex and fix DockerfileWei-Ning Huang2019-06-121-0/+373