aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* test: update test parameters (#229)Wei-Ning Huang2019-06-123-19/+21
| | | | | | * test: update test parameters * update smoke test parameter
* test: build bootnode if not existWei-Ning Huang2019-06-121-3/+10
|
* core: Fixed gas price (#205)Jimmy Hu2019-06-121-1/+2
| | | | | | | | | | * core/vm: update abi * core/vm: add MinGasPrice to gov * params: Add MinGasPrice to Config * dex: SuggestPrice from Governance * test: add minGasPrice to genesis.json * core: check underpriced tx * dex: verify with gas price
* core: Remove K, Phi and NumChains from Governance (#198)Jimmy Hu2019-06-122-5/+2
| | | | | | * change default sync_core.sh * vendor: sync to latest core * core: Remove K, Phi and NumChain
* core: vm: refactor governance and add node info oracle (#174)Wei-Ning Huang2019-06-121-1/+1
|
* travis: add new CI test to test fullnode (#138)bojie2019-06-122-4/+6
|
* test: update dmoment with python script (#153)Wei-Ning Huang2019-06-121-2/+11
|
* params: write dMoment into ChainConfig (#150)Wei-Ning Huang2019-06-122-2/+2
|
* test: Update bootnode pathJimmy Hu2019-06-121-1/+1
|
* consensus: implement DEXON cryptoeconomics v4.0 (#145)Wei-Ning Huang2019-06-123-30/+20
|
* core: vm: implement byzantine reporting mechanism (#128)Wei-Ning Huang2019-06-121-3/+9
|
* test: update run_test.sh with dmomentJimmy Hu2019-06-121-0/+4
|
* test: improve keygen.go (#62)Wei-Ning Huang2019-06-129-13/+67
|
* test: add local bootnode (#53)Jimmy Hu2019-06-121-0/+6
| | | | | | * test: add local bootnode * Update run_test.sh
* core: add Taipei testnet (#47)Wei-Ning Huang2019-06-121-5/+9
| | | | Add a new testnet named Taipei.
* core: various changes on tps tuning (#46)Wei-Ning Huang2019-06-121-2/+2
|
* test: add script to run sync nodeSonic2019-06-121-0/+24
|
* test: use a fixed nodekey for RPC node (#38)Wei-Ning Huang2019-06-122-1/+2
|
* governance: implement delegate/undelegate function and add tests (#33)Wei-Ning Huang2019-06-121-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 Huang2019-06-121-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 Huang2019-06-121-8/+9
|
* core: refactor validator and fix light node sync (#25)Wei-Ning Huang2019-06-121-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-06-121-1/+1
|
* cmd: gdex: Revert #6 (#11)Jimmy Hu2019-06-121-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-06-122-10/+15
|
* core: vm: governance: add node infoWei-Ning Huang2019-06-121-4/+28
|
* test: disable standalone RPC server as BroadcastBlock currently cause forkingWei-Ning Huang2019-06-121-8/+8
|
* test: start a separate RPC node for testing block syncWei-Ning Huang2019-06-121-1/+26
|
* test: save log to unique dir to preserve logs accross testsWei-Ning Huang2019-06-121-2/+5
|
* test: add faucet address into genesisWei-Ning Huang2019-06-121-0/+4
|
* Rename import due to dexon-consensus renameWei-Ning Huang2019-06-121-1/+1
|
* dex: minor refactorWei-Ning Huang2019-06-121-1/+1
|
* dex: add block gas limit into governanceWei-Ning Huang2019-06-121-1/+2
|
* test: add testkeyWei-Ning Huang2019-06-121-0/+1
|
* core: set correct balance for governance contractWei-Ning Huang2019-06-121-5/+0
|
* test: add genesis balanceWei-Ning Huang2019-06-121-1/+5
|
* Rename geth -> gdex and fix DockerfileWei-Ning Huang2019-06-121-5/+5
|
* cmd: add a simple monkey tool for stress testWei-Ning Huang2019-06-121-1/+1
|
* test: add script for syncing consensus coreWei-Ning Huang2019-06-121-0/+3
|
* dex: fix DKG round switchingWei-Ning Huang2019-06-121-1/+1
|
* dex: fix round switching and initialize dMoment correctlyWei-Ning Huang2019-06-121-2/+2
|
* core: populate genesisAlloc in source code with DEXON genesis dataWei-Ning Huang2019-06-121-2/+1
|
* test: update run_test.shWei-Ning Huang2019-06-122-2/+8
|
* test: update test configurationWei-Ning Huang2019-06-121-2/+2
|
* core: vm: add blockReward to governanceWei-Ning Huang2019-06-121-3/+3
|
* dex: fix public key parsing due to changes in consensus coreWei-Ning Huang2019-06-126-13/+17
|
* core: set governance owner in genesisWei-Ning Huang2019-06-121-1/+2
|
* params: load blockReward from genesis JSON fileWei-Ning Huang2019-06-121-1/+2
|
* test: create account storage for governance contractWei-Ning Huang2019-06-121-0/+5
|
* dex/core: misc bug fixesWei-Ning Huang2019-06-122-2/+2
|
* test: update genesis and keypairsWei-Ning Huang2019-06-1211-33/+43
|
* core: setup stake in order so genesis block is deterministicWei-Ning Huang2019-06-121-1/+1
|
* test: add a simple test script to launch 7 local nodesWei-Ning Huang2019-06-121-0/+17
|
* test: fix genesis.jsonWei-Ning Huang2019-06-121-1/+1
|
* test: remove uneeded nodekyWei-Ning Huang2019-06-121-1/+0
|
* test: add 3 more test node dataWei-Ning Huang2019-06-125-2/+21
|
* params: update bootnode infoWei-Ning Huang2019-06-121-0/+1
|
* test: update geneiss configWei-Ning Huang2019-06-121-4/+4
|
* test: add test genesis and node keysWei-Ning Huang2019-06-125-0/+56