aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* core: vm: refactor governance and add node info oracle (#174)Wei-Ning Huang2019-01-251-1/+1
|
* travis: add new CI test to test fullnode (#138)bojie2019-01-182-4/+6
|
* test: update dmoment with python script (#153)Wei-Ning Huang2019-01-161-2/+11
|
* fixup! params: write dMoment into ChainConfig (#150)Wei-Ning Huang2019-01-142-2/+2
|
* test: Update bootnode pathJimmy Hu2019-01-141-1/+1
|
* consensus: implement DEXON cryptoeconomics v4.0 (#145)Wei-Ning Huang2019-01-143-30/+20
|
* core: vm: implement byzantine reporting mechanism (#128)Wei-Ning Huang2019-01-141-3/+9
|
* test: update run_test.sh with dmomentJimmy Hu2019-01-141-0/+4
|
* test: improve keygen.go (#62)Wei-Ning Huang2018-12-199-13/+67
|
* test: add local bootnode (#53)Jimmy Hu2018-12-191-0/+6
| | | | | | * test: add local bootnode * Update run_test.sh
* core: add Taipei testnet (#47)Wei-Ning Huang2018-12-191-5/+9
| | | | Add a new testnet named Taipei.
* core: various changes on tps tuning (#46)Wei-Ning Huang2018-12-191-2/+2
|
* test: add script to run sync nodeSonic2018-12-191-0/+24
|
* test: use a fixed nodekey for RPC node (#38)Wei-Ning Huang2018-12-192-1/+2
|
* governance: implement delegate/undelegate function and add tests (#33)Wei-Ning Huang2018-12-191-1/+1
| | | | | Implement delegate/undelegate function to allow others to delegate it's fund to stake on a node. Also added governance contract tests.
* core: more fix on light node synchronization (#32)Wei-Ning Huang2018-12-191-1/+1
| | | | | | Fix gas calculation in governance contract. Correctly register round height when processing pending blocks. We should register the mapping when we get the pending block instead of waiting for block confirmation.
* core: vm: add minStake to governance contract variable (#31)Wei-Ning Huang2018-12-191-8/+9
|
* core: refactor validator and fix light node sync (#25)Wei-Ning Huang2018-12-191-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 Huang2018-12-191-1/+1
|
* cmd: gdex: Revert #6 (#11)Jimmy Hu2018-12-191-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 Huang2018-12-192-10/+15
|
* core: vm: governance: add node infoWei-Ning Huang2018-12-191-4/+28
|
* test: disable standalone RPC server as BroadcastBlock currently cause forkingWei-Ning Huang2018-12-191-8/+8
|
* test: start a separate RPC node for testing block syncWei-Ning Huang2018-12-191-1/+26
|
* test: save log to unique dir to preserve logs accross testsWei-Ning Huang2018-12-191-2/+5
|
* test: add faucet address into genesisWei-Ning Huang2018-12-191-0/+4
|
* Rename import due to dexon-consensus renameWei-Ning Huang2018-12-191-1/+1
|
* dex: minor refactorWei-Ning Huang2018-12-191-1/+1
|
* dex: add block gas limit into governanceWei-Ning Huang2018-12-191-1/+2
|
* test: add testkeyWei-Ning Huang2018-12-191-0/+1
|
* core: set correct balance for governance contractWei-Ning Huang2018-12-191-5/+0
|
* test: add genesis balanceWei-Ning Huang2018-12-191-1/+5
|
* Rename geth -> gdex and fix DockerfileWei-Ning Huang2018-12-191-5/+5
|
* cmd: add a simple monkey tool for stress testWei-Ning Huang2018-12-191-1/+1
|
* test: add script for syncing consensus coreWei-Ning Huang2018-12-191-0/+3
|
* dex: fix DKG round switchingWei-Ning Huang2018-12-191-1/+1
|
* dex: fix round switching and initialize dMoment correctlyWei-Ning Huang2018-12-191-2/+2
|
* core: populate genesisAlloc in source code with DEXON genesis dataWei-Ning Huang2018-12-191-2/+1
|
* test: update run_test.shWei-Ning Huang2018-12-192-2/+8
|
* test: update test configurationWei-Ning Huang2018-12-191-2/+2
|
* core: vm: add blockReward to governanceWei-Ning Huang2018-12-191-3/+3
|
* dex: fix public key parsing due to changes in consensus coreWei-Ning Huang2018-12-196-13/+17
|
* core: set governance owner in genesisWei-Ning Huang2018-12-191-1/+2
|
* params: load blockReward from genesis JSON fileWei-Ning Huang2018-12-191-1/+2
|
* test: create account storage for governance contractWei-Ning Huang2018-12-191-0/+5
|
* dex/core: misc bug fixesWei-Ning Huang2018-12-192-2/+2
|
* test: update genesis and keypairsWei-Ning Huang2018-12-1911-33/+43
|
* core: setup stake in order so genesis block is deterministicWei-Ning Huang2018-12-191-1/+1
|
* test: add a simple test script to launch 7 local nodesWei-Ning Huang2018-12-191-0/+17
|
* test: fix genesis.jsonWei-Ning Huang2018-12-191-1/+1
|
* test: remove uneeded nodekyWei-Ning Huang2018-12-191-1/+0
|
* test: add 3 more test node dataWei-Ning Huang2018-12-195-2/+21
|
* params: update bootnode infoWei-Ning Huang2018-12-191-0/+1
|
* test: update geneiss configWei-Ning Huang2018-12-191-4/+4
|
* test: add test genesis and node keysWei-Ning Huang2018-12-195-0/+56