Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: vm: make fail stop fine value configurable (#312) | Wei-Ning Huang | 2019-04-09 | 1 | -3/+5 |
| | | | | A node is now quailified only if it has no pending fine and staked >= minstake. | ||||
* | core: vm: fix DKG reset (#296) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | core: vm: automatically calculate notary set size (#276) | Wei-Ning Huang | 2019-04-09 | 1 | -2/+2 |
| | |||||
* | dex: implement recovery mechanism (#258) | Wei-Ning Huang | 2019-04-09 | 1 | -2/+7 |
| | | | | | | | | | * dex: implement recovery mechanism The DEXON recovery protocol allows us to use the Ethereum blockchain as a fallback consensus chain to coordinate recovery. * fix | ||||
* | test: update test parameters (#229) | Wei-Ning Huang | 2019-04-09 | 1 | -16/+16 |
| | | | | | | * test: update test parameters * update smoke test parameter | ||||
* | core: Fixed gas price (#205) | Jimmy Hu | 2019-04-09 | 1 | -1/+2 |
| | | | | | | | | | | * 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 | -4/+1 |
| | | | | | | * change default sync_core.sh * vendor: sync to latest core * core: Remove K, Phi and NumChain | ||||
* | core: vm: refactor governance and add node info oracle (#174) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | travis: add new CI test to test fullnode (#138) | bojie | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | params: write dMoment into ChainConfig (#150) | Wei-Ning Huang | 2019-04-09 | 1 | -0/+1 |
| | |||||
* | consensus: implement DEXON cryptoeconomics v4.0 (#145) | Wei-Ning Huang | 2019-04-09 | 1 | -4/+10 |
| | |||||
* | core: vm: implement byzantine reporting mechanism (#128) | Wei-Ning Huang | 2019-04-09 | 1 | -3/+9 |
| | |||||
* | core: various changes on tps tuning (#46) | Wei-Ning Huang | 2019-04-09 | 1 | -2/+2 |
| | |||||
* | governance: implement delegate/undelegate function and add tests (#33) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | | | | | Implement delegate/undelegate function to allow others to delegate it's fund to stake on a node. Also added governance contract tests. | ||||
* | core: more fix on light node synchronization (#32) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | | | | | | Fix gas calculation in governance contract. Correctly register round height when processing pending blocks. We should register the mapping when we get the pending block instead of waiting for block confirmation. | ||||
* | core: vm: add minStake to governance contract variable (#31) | Wei-Ning Huang | 2019-04-09 | 1 | -8/+9 |
| | |||||
* | test: increase numChains to 6 | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | params: fix genesis block config and use testnet for test (#10) | Wei-Ning Huang | 2019-04-09 | 1 | -9/+11 |
| | |||||
* | core: vm: governance: add node info | Wei-Ning Huang | 2019-04-09 | 1 | -4/+28 |
| | |||||
* | test: add faucet address into genesis | Wei-Ning Huang | 2019-04-09 | 1 | -0/+4 |
| | |||||
* | dex: add block gas limit into governance | Wei-Ning Huang | 2019-04-09 | 1 | -1/+2 |
| | |||||
* | core: set correct balance for governance contract | Wei-Ning Huang | 2019-04-09 | 1 | -5/+0 |
| | |||||
* | test: add genesis balance | Wei-Ning Huang | 2019-04-09 | 1 | -1/+5 |
| | |||||
* | cmd: add a simple monkey tool for stress test | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | dex: fix DKG round switching | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | dex: fix round switching and initialize dMoment correctly | Wei-Ning Huang | 2019-04-09 | 1 | -2/+2 |
| | |||||
* | test: update test configuration | Wei-Ning Huang | 2019-04-09 | 1 | -2/+2 |
| | |||||
* | core: vm: add blockReward to governance | Wei-Ning Huang | 2019-04-09 | 1 | -3/+3 |
| | |||||
* | dex: fix public key parsing due to changes in consensus core | Wei-Ning Huang | 2019-04-09 | 1 | -8/+12 |
| | |||||
* | core: set governance owner in genesis | Wei-Ning Huang | 2019-04-09 | 1 | -1/+2 |
| | |||||
* | params: load blockReward from genesis JSON file | Wei-Ning Huang | 2019-04-09 | 1 | -1/+2 |
| | |||||
* | test: create account storage for governance contract | Wei-Ning Huang | 2019-04-09 | 1 | -0/+5 |
| | |||||
* | dex/core: misc bug fixes | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | test: update genesis and keypairs | Wei-Ning Huang | 2019-04-09 | 1 | -25/+10 |
| | |||||
* | test: fix genesis.json | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | test: add 3 more test node data | Wei-Ning Huang | 2019-04-09 | 1 | -2/+17 |
| | |||||
* | test: update geneiss config | Wei-Ning Huang | 2019-04-09 | 1 | -4/+4 |
| | |||||
* | test: add test genesis and node keys | Wei-Ning Huang | 2019-04-09 | 1 | -0/+52 |