Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: vm: add minStake to governance contract variable (#31) | Wei-Ning Huang | 2019-04-09 | 1 | -8/+9 |
| | |||||
* | core: refactor validator and fix light node sync (#25) | Wei-Ning Huang | 2019-04-09 | 1 | -10/+16 |
| | | | | | | | | Remove custom Dexon validator by adding a new `ValidateWitnessData` method into the validator interface. This allow us to properly detect know blocks. This also allow other gdex "light" client to sync compaction chain. Also, setup a standalone RPC node for handling RPC reqeusts. | ||||
* | test: increase numChains to 6 | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | cmd: gdex: Revert #6 (#11) | Jimmy Hu | 2019-04-09 | 1 | -0/+1 |
| | | | | | | | | * Revert "cmd: gdex: SIGUSR1 to dump stack (#6)" This reverts commit 86c985c76272667ad68c604ad09e229453d17859. * Add pprof to test | ||||
* | params: fix genesis block config and use testnet for test (#10) | Wei-Ning Huang | 2019-04-09 | 2 | -10/+15 |
| | |||||
* | core: vm: governance: add node info | Wei-Ning Huang | 2019-04-09 | 1 | -4/+28 |
| | |||||
* | test: disable standalone RPC server as BroadcastBlock currently cause forking | Wei-Ning Huang | 2019-04-09 | 1 | -8/+8 |
| | |||||
* | test: start a separate RPC node for testing block sync | Wei-Ning Huang | 2019-04-09 | 1 | -1/+26 |
| | |||||
* | test: save log to unique dir to preserve logs accross tests | Wei-Ning Huang | 2019-04-09 | 1 | -2/+5 |
| | |||||
* | test: add faucet address into genesis | Wei-Ning Huang | 2019-04-09 | 1 | -0/+4 |
| | |||||
* | Rename import due to dexon-consensus rename | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | dex: minor refactor | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | dex: add block gas limit into governance | Wei-Ning Huang | 2019-04-09 | 1 | -1/+2 |
| | |||||
* | test: add testkey | Wei-Ning Huang | 2019-04-09 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Rename geth -> gdex and fix Dockerfile | Wei-Ning Huang | 2019-04-09 | 1 | -5/+5 |
| | |||||
* | cmd: add a simple monkey tool for stress test | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | test: add script for syncing consensus core | Wei-Ning Huang | 2019-04-09 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | core: populate genesisAlloc in source code with DEXON genesis data | Wei-Ning Huang | 2019-04-09 | 1 | -2/+1 |
| | |||||
* | test: update run_test.sh | Wei-Ning Huang | 2019-04-09 | 2 | -2/+8 |
| | |||||
* | 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 | 6 | -13/+17 |
| | |||||
* | 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 | 2 | -2/+2 |
| | |||||
* | test: update genesis and keypairs | Wei-Ning Huang | 2019-04-09 | 11 | -33/+43 |
| | |||||
* | core: setup stake in order so genesis block is deterministic | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | test: add a simple test script to launch 7 local nodes | Wei-Ning Huang | 2019-04-09 | 1 | -0/+17 |
| | |||||
* | test: fix genesis.json | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | test: remove uneeded nodeky | Wei-Ning Huang | 2019-04-09 | 1 | -1/+0 |
| | |||||
* | test: add 3 more test node data | Wei-Ning Huang | 2019-04-09 | 5 | -2/+21 |
| | |||||
* | params: update bootnode info | Wei-Ning Huang | 2019-04-09 | 1 | -0/+1 |
| | |||||
* | 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 | 5 | -0/+56 |