aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-01-17 16:36:37 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:56 +0800
commit1dc1093dc48231aca0c1794a5a35c8595a1704c9 (patch)
tree307bcc63d9cb8e048c5127d15bdd69da689ec357 /params
parent4b309234c376b5d2fa083e00369683e35fa734b5 (diff)
downloaddexon-1dc1093dc48231aca0c1794a5a35c8595a1704c9.tar
dexon-1dc1093dc48231aca0c1794a5a35c8595a1704c9.tar.gz
dexon-1dc1093dc48231aca0c1794a5a35c8595a1704c9.tar.bz2
dexon-1dc1093dc48231aca0c1794a5a35c8595a1704c9.tar.lz
dexon-1dc1093dc48231aca0c1794a5a35c8595a1704c9.tar.xz
dexon-1dc1093dc48231aca0c1794a5a35c8595a1704c9.tar.zst
dexon-1dc1093dc48231aca0c1794a5a35c8595a1704c9.zip
core: sync to latest core (#158)
* vendor: sync to latest core * param: Update config * core: update genesis alloc
Diffstat (limited to 'params')
-rw-r--r--params/config.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/params/config.go b/params/config.go
index fdcd4f100..4e78b9c89 100644
--- a/params/config.go
+++ b/params/config.go
@@ -122,7 +122,7 @@ var (
// TaipeiChainConfig contains the chain parameters to run a node on the Taipei test network.
TaipeiChainConfig = &ChainConfig{
ChainID: big.NewInt(239),
- DMoment: 0,
+ DMoment: 1547695800,
HomesteadBlock: big.NewInt(0),
DAOForkBlock: nil,
DAOForkSupport: true,
@@ -138,12 +138,12 @@ var (
MinStake: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1e6)),
LockupPeriod: 86400 * 3 * 1000,
MiningVelocity: 0.1875,
- NextHalvingSupply: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(4e7)),
- LastHalvedAmount: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(8e6)),
+ NextHalvingSupply: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(8e9)),
+ LastHalvedAmount: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1.6e9)),
BlockGasLimit: 40000000,
NumChains: 6,
- LambdaBA: 400,
- LambdaDKG: 10000,
+ LambdaBA: 3000,
+ LambdaDKG: 20000,
K: 0,
PhiRatio: 0.667,
NotarySetSize: 21,