From a6401d01d43d806f4d5e71cfdf2848001df9e129 Mon Sep 17 00:00:00 2001
From: Jimmy Hu <jimmy.hu@dexon.org>
Date: Thu, 17 Jan 2019 16:36:37 +0800
Subject: core: sync to latest core (#158)

* vendor: sync to latest core
* param: Update config
* core: update genesis alloc
---
 params/config.go | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'params')

diff --git a/params/config.go b/params/config.go
index 6203dc73b..b637e6f37 100644
--- a/params/config.go
+++ b/params/config.go
@@ -121,7 +121,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,
@@ -136,12 +136,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,
-- 
cgit v1.2.3