Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | params: write dMoment into ChainConfig (#150) | Wei-Ning Huang | 2019-01-14 | 1 | -1/+0 |
| | |||||
* | consensus: implement DEXON cryptoeconomics v4.0 (#145) | Wei-Ning Huang | 2019-01-14 | 1 | -1/+1 |
| | |||||
* | core: vm: implement byzantine reporting mechanism (#128) | Wei-Ning Huang | 2019-01-14 | 1 | -1/+1 |
| | |||||
* | Indexer plugin extension and custom flags support (#117) | Meng-Ying Yang | 2019-01-14 | 2 | -0/+2 |
| | | | | | | * indexer: ReadOnlyBlockchain returns underlying engine * indexer: plugin configs support custom flags | ||||
* | core/vm: Add fine to governance. (#107) | Jimmy Hu | 2018-12-28 | 1 | -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 Yang | 2018-12-28 | 2 | -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 Hu | 2018-12-21 | 1 | -1/+1 |
| | | | | | | * core/vm: Add DKGMPKReady * param: update GenesisHash * vendor: sync to latest core | ||||
* | core: vm: add undelegate fund lockup mechanism (#94) | Wei-Ning Huang | 2018-12-19 | 1 | -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 Hu | 2018-12-19 | 1 | -0/+1 |
| | |||||
* | core: fix tests (#65) | Wei-Ning Huang | 2018-12-19 | 2 | -8/+8 |
| | |||||
* | cmd: fix tests (#55) | bojie | 2018-12-19 | 3 | -14/+19 |
| | |||||
* | core: add Taipei testnet (#47) | Wei-Ning Huang | 2018-12-19 | 3 | -1/+5 |
| | | | | Add a new testnet named Taipei. | ||||
* | cmd: gdex: Revert #6 (#11) | Jimmy Hu | 2018-12-19 | 1 | -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 Hu | 2018-12-19 | 1 | -0/+44 |
| | |||||
* | test: start a separate RPC node for testing block sync | Wei-Ning Huang | 2018-12-19 | 2 | -4/+4 |
| | |||||
* | Rename geth -> gdex and fix Dockerfile | Wei-Ning Huang | 2018-12-19 | 18 | -0/+3435 |