aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* core: vm: add minStake to governance contract variable (#31)Wei-Ning Huang2019-04-091-8/+9
|
* core: refactor validator and fix light node sync (#25)Wei-Ning Huang2019-04-091-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 6Wei-Ning Huang2019-04-091-1/+1
|
* cmd: gdex: Revert #6 (#11)Jimmy Hu2019-04-091-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 Huang2019-04-092-10/+15
|
* core: vm: governance: add node infoWei-Ning Huang2019-04-091-4/+28
|
* test: disable standalone RPC server as BroadcastBlock currently cause forkingWei-Ning Huang2019-04-091-8/+8
|
* test: start a separate RPC node for testing block syncWei-Ning Huang2019-04-091-1/+26
|
* test: save log to unique dir to preserve logs accross testsWei-Ning Huang2019-04-091-2/+5
|
* test: add faucet address into genesisWei-Ning Huang2019-04-091-0/+4
|
* Rename import due to dexon-consensus renameWei-Ning Huang2019-04-091-1/+1
|
* dex: minor refactorWei-Ning Huang2019-04-091-1/+1
|
* dex: add block gas limit into governanceWei-Ning Huang2019-04-091-1/+2
|
* test: add testkeyWei-Ning Huang2019-04-091-0/+1
|
* core: set correct balance for governance contractWei-Ning Huang2019-04-091-5/+0
|
* test: add genesis balanceWei-Ning Huang2019-04-091-1/+5
|
* Rename geth -> gdex and fix DockerfileWei-Ning Huang2019-04-091-5/+5
|
* cmd: add a simple monkey tool for stress testWei-Ning Huang2019-04-091-1/+1
|
* test: add script for syncing consensus coreWei-Ning Huang2019-04-091-0/+3
|
* dex: fix DKG round switchingWei-Ning Huang2019-04-091-1/+1
|
* dex: fix round switching and initialize dMoment correctlyWei-Ning Huang2019-04-091-2/+2
|
* core: populate genesisAlloc in source code with DEXON genesis dataWei-Ning Huang2019-04-091-2/+1
|
* test: update run_test.shWei-Ning Huang2019-04-092-2/+8
|
* test: update test configurationWei-Ning Huang2019-04-091-2/+2
|
* core: vm: add blockReward to governanceWei-Ning Huang2019-04-091-3/+3
|
* dex: fix public key parsing due to changes in consensus coreWei-Ning Huang2019-04-096-13/+17
|
* core: set governance owner in genesisWei-Ning Huang2019-04-091-1/+2
|
* params: load blockReward from genesis JSON fileWei-Ning Huang2019-04-091-1/+2
|
* test: create account storage for governance contractWei-Ning Huang2019-04-091-0/+5
|
* dex/core: misc bug fixesWei-Ning Huang2019-04-092-2/+2
|
* test: update genesis and keypairsWei-Ning Huang2019-04-0911-33/+43
|
* core: setup stake in order so genesis block is deterministicWei-Ning Huang2019-04-091-1/+1
|
* test: add a simple test script to launch 7 local nodesWei-Ning Huang2019-04-091-0/+17
|
* test: fix genesis.jsonWei-Ning Huang2019-04-091-1/+1
|
* test: remove uneeded nodekyWei-Ning Huang2019-04-091-1/+0
|
* test: add 3 more test node dataWei-Ning Huang2019-04-095-2/+21
|
* params: update bootnode infoWei-Ning Huang2019-04-091-0/+1
|
* test: update geneiss configWei-Ning Huang2019-04-091-4/+4
|
* test: add test genesis and node keysWei-Ning Huang2019-04-095-0/+56