Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: run smoke test on ganache (#388) | Sonic | 2019-04-23 | 1 | -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) | Sonic | 2019-04-09 | 1 | -3/+19 |
| | |||||
* | dex: implement recovery mechanism (#258) | Wei-Ning Huang | 2019-04-09 | 1 | -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 Huang | 2019-04-09 | 1 | -1/+3 |
| | | | | | | * test: update test parameters * update smoke test parameter | ||||
* | test: build bootnode if not exist | Wei-Ning Huang | 2019-04-09 | 1 | -3/+10 |
| | |||||
* | travis: add new CI test to test fullnode (#138) | bojie | 2019-04-09 | 1 | -3/+5 |
| | |||||
* | test: update dmoment with python script (#153) | Wei-Ning Huang | 2019-04-09 | 1 | -2/+11 |
| | |||||
* | params: write dMoment into ChainConfig (#150) | Wei-Ning Huang | 2019-04-09 | 1 | -2/+1 |
| | |||||
* | test: Update bootnode path | Jimmy Hu | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | consensus: implement DEXON cryptoeconomics v4.0 (#145) | Wei-Ning Huang | 2019-04-09 | 1 | -16/+8 |
| | |||||
* | test: update run_test.sh with dmoment | Jimmy Hu | 2019-04-09 | 1 | -0/+4 |
| | |||||
* | test: improve keygen.go (#62) | Wei-Ning Huang | 2019-04-09 | 1 | -3/+8 |
| | |||||
* | test: add local bootnode (#53) | Jimmy Hu | 2019-04-09 | 1 | -0/+6 |
| | | | | | | * test: add local bootnode * Update run_test.sh | ||||
* | core: add Taipei testnet (#47) | Wei-Ning Huang | 2019-04-09 | 1 | -5/+9 |
| | | | | Add a new testnet named Taipei. | ||||
* | test: use a fixed nodekey for RPC node (#38) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | 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 | 1 | -1/+4 |
| | |||||
* | 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 |
| | |||||
* | dex: minor refactor | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | Rename geth -> gdex and fix Dockerfile | Wei-Ning Huang | 2019-04-09 | 1 | -5/+5 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | dex/core: misc bug fixes | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | test: update genesis and keypairs | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | 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 |