aboutsummaryrefslogtreecommitdiffstats
path: root/params/gen_dexcon_config.go
Commit message (Collapse)AuthorAgeFilesLines
* core: vm: add undelegate fund lockup mechanism (#94)Wei-Ning Huang2019-06-121-0/+6
| | | | | 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.
* governance: implement delegate/undelegate function and add tests (#33)Wei-Ning Huang2019-06-121-2/+2
| | | | | Implement delegate/undelegate function to allow others to delegate it's fund to stake on a node. Also added governance contract tests.
* core: vm: add minStake to governance contract variable (#31)Wei-Ning Huang2019-06-121-0/+6
|
* core: vm: governance: remove maxIntervalWei-Ning Huang2019-06-121-6/+0
|
* dex: add block gas limit into governanceWei-Ning Huang2019-06-121-0/+6
|
* core: vm: add blockReward to governanceWei-Ning Huang2019-06-121-11/+11
|
* core: set governance owner in genesisWei-Ning Huang2019-06-121-0/+7
|
* params: load blockReward from genesis JSON fileWei-Ning Huang2019-06-121-0/+103