aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-03-17 10:43:10 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:50:04 +0800
commit568a4ac5e60d4af62eec9b0598154a058f7bba26 (patch)
tree43467dbc882ca5282f8766cee4351b29acd8effb /params
parent9d1b6a0d3f2645a84c6e2da29a933fb4a6f7f547 (diff)
downloaddexon-568a4ac5e60d4af62eec9b0598154a058f7bba26.tar
dexon-568a4ac5e60d4af62eec9b0598154a058f7bba26.tar.gz
dexon-568a4ac5e60d4af62eec9b0598154a058f7bba26.tar.bz2
dexon-568a4ac5e60d4af62eec9b0598154a058f7bba26.tar.lz
dexon-568a4ac5e60d4af62eec9b0598154a058f7bba26.tar.xz
dexon-568a4ac5e60d4af62eec9b0598154a058f7bba26.tar.zst
dexon-568a4ac5e60d4af62eec9b0598154a058f7bba26.zip
core: fill in genesis timstamp and remove dMoment from protocol handshake (#263)
Fill in dmoment as genesis block timestamp. This allow us to remove dMoment check from protocol handshake since genesis block hash itself will protect us against different dMoment.
Diffstat (limited to 'params')
-rw-r--r--params/config.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/params/config.go b/params/config.go
index 2ebbfd607..679428b4e 100644
--- a/params/config.go
+++ b/params/config.go
@@ -26,9 +26,10 @@ import (
// Genesis hashes to enforce below configs on.
var (
- MainnetGenesisHash = common.HexToHash("0x90f3ee1749d01fe355e8f3e72d2851df4424a0eeb1a97bd49df6d18206726100")
- TestnetGenesisHash = common.HexToHash("0x736a4d8f7cb6756c239ef0cb7b788fb500f9fec186eb1c29a735556ffd2a965a")
- YilanGenesisHash = common.HexToHash("0x35c657b55ee61ffb9b4dbbea43507693da612a0bc89b8713f6865cfd3ed5f2e9")
+ MainnetGenesisHash = common.HexToHash("0xc3320be1e1e83f6e2116ec3f46966502a09655d8939967450c345507350bedc8")
+ TestnetGenesisHash = common.HexToHash("0xe338c08039a92fb146c4af646ecbae4a50aac048249894d4eebb2c54ab369e06")
+ TaipeiGenesisHash = common.HexToHash("0xc7bef94f43a1350da382b67d0bc7dd32ceb30b7c33820afc74c3716a2189a1e4")
+ YilanGenesisHash = common.HexToHash("0xae0aac389776b6e35aff2569a2b9be234f6703a5c923e48cf42edffa7c1a24fc")
)
var (