aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-02-22 13:14:55 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:50:02 +0800
commit2cdb892937671626d54e96e29efd4387c873935f (patch)
treeed38adc816fc8be8f9b530b8c1ba81f102ff413e /test
parent56cf2fb80b4cb4bd619a536392a1218ab068331f (diff)
downloaddexon-2cdb892937671626d54e96e29efd4387c873935f.tar
dexon-2cdb892937671626d54e96e29efd4387c873935f.tar.gz
dexon-2cdb892937671626d54e96e29efd4387c873935f.tar.bz2
dexon-2cdb892937671626d54e96e29efd4387c873935f.tar.lz
dexon-2cdb892937671626d54e96e29efd4387c873935f.tar.xz
dexon-2cdb892937671626d54e96e29efd4387c873935f.tar.zst
dexon-2cdb892937671626d54e96e29efd4387c873935f.zip
core: Remove K, Phi and NumChains from Governance (#198)
* change default sync_core.sh * vendor: sync to latest core * core: Remove K, Phi and NumChain
Diffstat (limited to 'test')
-rw-r--r--test/genesis.json5
-rwxr-xr-xtest/sync_core.sh2
2 files changed, 2 insertions, 5 deletions
diff --git a/test/genesis.json b/test/genesis.json
index 0785f36c7..96ad4924c 100644
--- a/test/genesis.json
+++ b/test/genesis.json
@@ -20,14 +20,11 @@
"nextHalvingSupply": "0x813f3978f89409844000000",
"lastHalvedAmount": "0x4d8c55aefb8c05b5c000000",
"blockGasLimit": 40000000,
- "numChains": 6,
"lambdaBA": 250,
"lambdaDKG": 2500,
- "k": 0,
- "phiRatio": 0.667,
"notarySetSize": 4,
"dkgSetSize": 4,
- "roundInterval": 90000,
+ "roundLength": 90,
"minBlockInterval": 1000,
"fineValues": [
"0x21e19e0c9bab2400000",
diff --git a/test/sync_core.sh b/test/sync_core.sh
index 5e09c47cc..2062de6f4 100755
--- a/test/sync_core.sh
+++ b/test/sync_core.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-govendor fetch github.com/dexon-foundation/dexon-consensus/...
+govendor fetch github.com/dexon-foundation/dexon-consensus/...@single-chain