aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex/dao_test.go
Commit message (Collapse)AuthorAgeFilesLines
* core: set oracle contract's code (#209)Sonic2019-06-121-1/+1
| | | So that other contract can call oracle contract.
* core: vm: implement byzantine reporting mechanism (#128)Wei-Ning Huang2019-06-121-1/+1
|
* core/vm: Add fine to governance. (#107)Jimmy Hu2019-06-121-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
* core: vm: Add `MPKReady` to governance (#97)Jimmy Hu2019-06-121-1/+1
| | | | | | * core/vm: Add DKGMPKReady * param: update GenesisHash * vendor: sync to latest core
* core: vm: add undelegate fund lockup mechanism (#94)Wei-Ning Huang2019-06-121-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.
* core: fix tests (#65)Wei-Ning Huang2019-06-121-1/+1
|
* cmd: fix tests (#55)bojie2019-06-121-2/+2
|
* Rename geth -> gdex and fix DockerfileWei-Ning Huang2019-06-121-0/+152