aboutsummaryrefslogtreecommitdiffstats
path: root/params/gen_dexcon_config.go
Commit message (Collapse)AuthorAgeFilesLines
* core: Fixed gas price (#205)Jimmy Hu2019-04-091-0/+6
| | | | | | | | | | * core/vm: update abi * core/vm: add MinGasPrice to gov * params: Add MinGasPrice to Config * dex: SuggestPrice from Governance * test: add minGasPrice to genesis.json * core: check underpriced tx * dex: verify with gas price
* core: Remove K, Phi and NumChains from Governance (#198)Jimmy Hu2019-04-091-23/+5
| | | | | | * change default sync_core.sh * vendor: sync to latest core * core: Remove K, Phi and NumChain
* consensus: implement DEXON cryptoeconomics v4.0 (#145)Wei-Ning Huang2019-04-091-35/+47
|
* core: vm: implement byzantine reporting mechanism (#128)Wei-Ning Huang2019-04-091-30/+44
|
* core: vm: add undelegate fund lockup mechanism (#94)Wei-Ning Huang2019-04-091-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-04-091-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-04-091-0/+6
|
* core: vm: governance: remove maxIntervalWei-Ning Huang2019-04-091-6/+0
|
* dex: add block gas limit into governanceWei-Ning Huang2019-04-091-0/+6
|
* core: vm: add blockReward to governanceWei-Ning Huang2019-04-091-11/+11
|
* core: set governance owner in genesisWei-Ning Huang2019-04-091-0/+7
|
* params: load blockReward from genesis JSON fileWei-Ning Huang2019-04-091-0/+103