aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_test.sh
Commit message (Collapse)AuthorAgeFilesLines
* test: update run_test.sh with dmomentJimmy Hu2019-04-091-0/+4
|
* test: improve keygen.go (#62)Wei-Ning Huang2019-04-091-3/+8
|
* test: add local bootnode (#53)Jimmy Hu2019-04-091-0/+6
| | | | | | * test: add local bootnode * Update run_test.sh
* core: add Taipei testnet (#47)Wei-Ning Huang2019-04-091-5/+9
| | | | Add a new testnet named Taipei.
* test: use a fixed nodekey for RPC node (#38)Wei-Ning Huang2019-04-091-1/+1
|
* 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.
* 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-091-1/+4
|
* 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
|
* dex: minor refactorWei-Ning Huang2019-04-091-1/+1
|
* Rename geth -> gdex and fix DockerfileWei-Ning Huang2019-04-091-5/+5
|
* core: populate genesisAlloc in source code with DEXON genesis dataWei-Ning Huang2019-04-091-2/+1
|
* test: update run_test.shWei-Ning Huang2019-04-091-1/+1
|
* dex/core: misc bug fixesWei-Ning Huang2019-04-091-1/+1
|
* test: update genesis and keypairsWei-Ning Huang2019-04-091-1/+1
|
* 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