Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | governance: implement delegate/undelegate function and add tests (#33) | Wei-Ning Huang | 2019-03-12 | 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-03-12 | 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-03-12 | 1 | -8/+9 |
| | |||||
* | test: increase numChains to 6 | Wei-Ning Huang | 2019-03-12 | 1 | -1/+1 |
| | |||||
* | params: fix genesis block config and use testnet for test (#10) | Wei-Ning Huang | 2019-03-12 | 1 | -9/+11 |
| | |||||
* | core: vm: governance: add node info | Wei-Ning Huang | 2019-03-12 | 1 | -4/+28 |
| | |||||
* | test: add faucet address into genesis | Wei-Ning Huang | 2019-03-12 | 1 | -0/+4 |
| | |||||
* | dex: add block gas limit into governance | Wei-Ning Huang | 2019-03-12 | 1 | -1/+2 |
| | |||||
* | core: set correct balance for governance contract | Wei-Ning Huang | 2019-03-12 | 1 | -5/+0 |
| | |||||
* | test: add genesis balance | Wei-Ning Huang | 2019-03-12 | 1 | -1/+5 |
| | |||||
* | cmd: add a simple monkey tool for stress test | Wei-Ning Huang | 2019-03-12 | 1 | -1/+1 |
| | |||||
* | dex: fix DKG round switching | Wei-Ning Huang | 2019-03-12 | 1 | -1/+1 |
| | |||||
* | dex: fix round switching and initialize dMoment correctly | Wei-Ning Huang | 2019-03-12 | 1 | -2/+2 |
| | |||||
* | test: update test configuration | Wei-Ning Huang | 2019-03-12 | 1 | -2/+2 |
| | |||||
* | core: vm: add blockReward to governance | Wei-Ning Huang | 2019-03-12 | 1 | -3/+3 |
| | |||||
* | dex: fix public key parsing due to changes in consensus core | Wei-Ning Huang | 2019-03-12 | 1 | -8/+12 |
| | |||||
* | core: set governance owner in genesis | Wei-Ning Huang | 2019-03-12 | 1 | -1/+2 |
| | |||||
* | params: load blockReward from genesis JSON file | Wei-Ning Huang | 2019-03-12 | 1 | -1/+2 |
| | |||||
* | test: create account storage for governance contract | Wei-Ning Huang | 2019-03-12 | 1 | -0/+5 |
| | |||||
* | dex/core: misc bug fixes | Wei-Ning Huang | 2019-03-12 | 1 | -1/+1 |
| | |||||
* | test: update genesis and keypairs | Wei-Ning Huang | 2019-03-12 | 1 | -25/+10 |
| | |||||
* | test: fix genesis.json | Wei-Ning Huang | 2019-03-12 | 1 | -1/+1 |
| | |||||
* | test: add 3 more test node data | Wei-Ning Huang | 2019-03-12 | 1 | -2/+17 |
| | |||||
* | test: update geneiss config | Wei-Ning Huang | 2019-03-12 | 1 | -4/+4 |
| | |||||
* | test: add test genesis and node keys | Wei-Ning Huang | 2019-03-12 | 1 | -0/+52 |