aboutsummaryrefslogtreecommitdiffstats
path: root/test/genesis.json
Commit message (Collapse)AuthorAgeFilesLines
* core: vm: make fail stop fine value configurable (#312)Wei-Ning Huang2019-04-091-3/+5
| | | | A node is now quailified only if it has no pending fine and staked >= minstake.
* core: vm: fix DKG reset (#296)Wei-Ning Huang2019-04-091-1/+1
|
* core: vm: automatically calculate notary set size (#276)Wei-Ning Huang2019-04-091-2/+2
|
* dex: implement recovery mechanism (#258)Wei-Ning Huang2019-04-091-2/+7
| | | | | | | | | * 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-16/+16
| | | | | | * test: update test parameters * update smoke test parameter
* core: Fixed gas price (#205)Jimmy Hu2019-04-091-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-04-091-4/+1
| | | | | | * 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-04-091-1/+1
|
* travis: add new CI test to test fullnode (#138)bojie2019-04-091-1/+1
|
* params: write dMoment into ChainConfig (#150)Wei-Ning Huang2019-04-091-0/+1
|
* consensus: implement DEXON cryptoeconomics v4.0 (#145)Wei-Ning Huang2019-04-091-4/+10
|
* core: vm: implement byzantine reporting mechanism (#128)Wei-Ning Huang2019-04-091-3/+9
|
* core: various changes on tps tuning (#46)Wei-Ning Huang2019-04-091-2/+2
|
* governance: implement delegate/undelegate function and add tests (#33)Wei-Ning Huang2019-04-091-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-04-091-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-04-091-8/+9
|
* test: increase numChains to 6Wei-Ning Huang2019-04-091-1/+1
|
* params: fix genesis block config and use testnet for test (#10)Wei-Ning Huang2019-04-091-9/+11
|
* core: vm: governance: add node infoWei-Ning Huang2019-04-091-4/+28
|
* test: add faucet address into genesisWei-Ning Huang2019-04-091-0/+4
|
* dex: add block gas limit into governanceWei-Ning Huang2019-04-091-1/+2
|
* core: set correct balance for governance contractWei-Ning Huang2019-04-091-5/+0
|
* test: add genesis balanceWei-Ning Huang2019-04-091-1/+5
|
* cmd: add a simple monkey tool for stress testWei-Ning Huang2019-04-091-1/+1
|
* dex: fix DKG round switchingWei-Ning Huang2019-04-091-1/+1
|
* dex: fix round switching and initialize dMoment correctlyWei-Ning Huang2019-04-091-2/+2
|
* test: update test configurationWei-Ning Huang2019-04-091-2/+2
|
* core: vm: add blockReward to governanceWei-Ning Huang2019-04-091-3/+3
|
* dex: fix public key parsing due to changes in consensus coreWei-Ning Huang2019-04-091-8/+12
|
* core: set governance owner in genesisWei-Ning Huang2019-04-091-1/+2
|
* params: load blockReward from genesis JSON fileWei-Ning Huang2019-04-091-1/+2
|
* test: create account storage for governance contractWei-Ning Huang2019-04-091-0/+5
|
* dex/core: misc bug fixesWei-Ning Huang2019-04-091-1/+1
|
* test: update genesis and keypairsWei-Ning Huang2019-04-091-25/+10
|
* test: fix genesis.jsonWei-Ning Huang2019-04-091-1/+1
|
* test: add 3 more test node dataWei-Ning Huang2019-04-091-2/+17
|
* test: update geneiss configWei-Ning Huang2019-04-091-4/+4
|
* test: add test genesis and node keysWei-Ning Huang2019-04-091-0/+52