aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex
Commit message (Collapse)AuthorAgeFilesLines
* params: write dMoment into ChainConfig (#150)Wei-Ning Huang2019-01-141-1/+0
|
* consensus: implement DEXON cryptoeconomics v4.0 (#145)Wei-Ning Huang2019-01-141-1/+1
|
* core: vm: implement byzantine reporting mechanism (#128)Wei-Ning Huang2019-01-141-1/+1
|
* Indexer plugin extension and custom flags support (#117)Meng-Ying Yang2019-01-142-0/+2
| | | | | | * indexer: ReadOnlyBlockchain returns underlying engine * indexer: plugin configs support custom flags
* core/vm: Add fine to governance. (#107)Jimmy Hu2018-12-281-1/+1
| | | | | | | | * core/vm: Add Fined field to nodeInfo. * core/vm: Add PayFine to Governance * Not qualify if staked-fine < minStake() * Add test for fine * Update genesis hash
* indexer: support data exporting/forwarding (#103)Meng-Ying Yang2018-12-282-0/+9
| | | | | | | | | 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.
* core: vm: Add `MPKReady` to governance (#97)Jimmy Hu2018-12-211-1/+1
| | | | | | * core/vm: Add DKGMPKReady * param: update GenesisHash * vendor: sync to latest core
* core: vm: add undelegate fund lockup mechanism (#94)Wei-Ning Huang2018-12-191-1/+1
| | | | | Only allow a user to withdraw funds after a certain lockup period. This way, the fund of a bad actor could be confiscated before he could escape.
* dex, cmd: Add DMoment to command line (#87)Jimmy Hu2018-12-191-0/+1
|
* core: fix tests (#65)Wei-Ning Huang2018-12-192-8/+8
|
* cmd: fix tests (#55)bojie2018-12-193-14/+19
|
* core: add Taipei testnet (#47)Wei-Ning Huang2018-12-193-1/+5
| | | | Add a new testnet named Taipei.
* cmd: gdex: Revert #6 (#11)Jimmy Hu2018-12-191-44/+0
| | | | | | | | * Revert "cmd: gdex: SIGUSR1 to dump stack (#6)" This reverts commit 86c985c76272667ad68c604ad09e229453d17859. * Add pprof to test
* cmd: gdex: SIGUSR1 to dump stack (#6)Jimmy Hu2018-12-191-0/+44
|
* test: start a separate RPC node for testing block syncWei-Ning Huang2018-12-192-4/+4
|
* Rename geth -> gdex and fix DockerfileWei-Ning Huang2018-12-1918-0/+3435