aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_test.sh
Commit message (Collapse)AuthorAgeFilesLines
* test: run smoke test on ganache (#388)Sonic2019-04-231-5/+23
| | | | | | | | | | | | * test: run smoke test on ganache * Update build/setup_recovery_env.sh Co-Authored-By: Jsying <sonic@dexon.org> * Update build/setup_recovery_env.sh Co-Authored-By: Jsying <sonic@dexon.org>
* build: add end to end integration test for recovery mechanism (#336)Sonic2019-04-091-3/+19
|
* dex: implement recovery mechanism (#258)Wei-Ning Huang2019-04-091-7/+13
| | | | | | | | | * 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 Huang2019-04-091-1/+3
| | | | | | * test: update test parameters * update smoke test parameter
* test: build bootnode if not existWei-Ning Huang2019-04-091-3/+10
|
* travis: add new CI test to test fullnode (#138)bojie2019-04-091-3/+5
|
* test: update dmoment with python script (#153)Wei-Ning Huang2019-04-091-2/+11
|
* params: write dMoment into ChainConfig (#150)Wei-Ning Huang2019-04-091-2/+1
|
* test: Update bootnode pathJimmy Hu2019-04-091-1/+1
|
* consensus: implement DEXON cryptoeconomics v4.0 (#145)Wei-Ning Huang2019-04-091-16/+8
|
* 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