Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: vm: automatically calculate notary set size (#276) | Wei-Ning Huang | 2019-04-09 | 1 | -0/+12 |
| | |||||
* | dex: implement recovery mechanism (#258) | Wei-Ning Huang | 2019-04-09 | 1 | -6/+6 |
| | | | | | | | | | * dex: implement recovery mechanism The DEXON recovery protocol allows us to use the Ethereum blockchain as a fallback consensus chain to coordinate recovery. * fix | ||||
* | core: Fixed gas price (#205) | Jimmy Hu | 2019-04-09 | 1 | -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 Hu | 2019-04-09 | 1 | -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 Huang | 2019-04-09 | 1 | -35/+47 |
| | |||||
* | core: vm: implement byzantine reporting mechanism (#128) | Wei-Ning Huang | 2019-04-09 | 1 | -30/+44 |
| | |||||
* | core: vm: add undelegate fund lockup mechanism (#94) | Wei-Ning Huang | 2019-04-09 | 1 | -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 Huang | 2019-04-09 | 1 | -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 Huang | 2019-04-09 | 1 | -0/+6 |
| | |||||
* | core: vm: governance: remove maxInterval | Wei-Ning Huang | 2019-04-09 | 1 | -6/+0 |
| | |||||
* | dex: add block gas limit into governance | Wei-Ning Huang | 2019-04-09 | 1 | -0/+6 |
| | |||||
* | core: vm: add blockReward to governance | Wei-Ning Huang | 2019-04-09 | 1 | -11/+11 |
| | |||||
* | core: set governance owner in genesis | Wei-Ning Huang | 2019-04-09 | 1 | -0/+7 |
| | |||||
* | params: load blockReward from genesis JSON file | Wei-Ning Huang | 2019-04-09 | 1 | -0/+103 |