aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-01-28 09:26:57 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:22 +0800
commit05d4b99e029f263b69deaf2bd9f98f3dc355ec81 (patch)
tree424ebb70e61d13b3b9dff871b6ebc2a06c0a6689 /params
parent3f7a3e7a4641da014a9fa33b9e59d29e6d439de0 (diff)
downloadgo-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.tar
go-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.tar.gz
go-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.tar.bz2
go-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.tar.lz
go-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.tar.xz
go-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.tar.zst
go-tangerine-05d4b99e029f263b69deaf2bd9f98f3dc355ec81.zip
vendor, param: sync to latest core and update testnet config (#178)
* param: update testnet config * vendor: sync to latest core
Diffstat (limited to 'params')
-rw-r--r--params/config.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/params/config.go b/params/config.go
index d0851e662..8e05be6dd 100644
--- a/params/config.go
+++ b/params/config.go
@@ -27,7 +27,7 @@ import (
// Genesis hashes to enforce below configs on.
var (
MainnetGenesisHash = common.HexToHash("0xe972af2797b02f4dab95ffa229714c35d5c55685f20261b9498c8b8a3fe33856")
- TestnetGenesisHash = common.HexToHash("0xaf79c06141610103c4728d4e7da2effcc7ee568af46a8cb5c13082315d597d73")
+ TestnetGenesisHash = common.HexToHash("0x9fab095bee4b3dc7dcde324beb6c791bc21025a33d50793ed995d8ef1739f35b")
)
// TrustedCheckpoints associates each known checkpoint with the genesis hash of
@@ -90,7 +90,7 @@ var (
// TestnetChainConfig contains the chain parameters to run a node on the Taiwan test network.
TestnetChainConfig = &ChainConfig{
ChainID: big.NewInt(238),
- DMoment: 1548504300,
+ DMoment: 1548570900,
HomesteadBlock: big.NewInt(0),
DAOForkBlock: nil,
DAOForkSupport: true,
@@ -111,7 +111,7 @@ var (
BlockGasLimit: 40000000,
NumChains: 4,
LambdaBA: 250,
- LambdaDKG: 4000,
+ LambdaDKG: 10000,
K: 0,
PhiRatio: 0.667,
NotarySetSize: 4,