OSDN Git Service

modify seed and timestamp (#227)
authoroysheng <33340252+oysheng@users.noreply.github.com>
Thu, 27 Jun 2019 02:13:16 +0000 (10:13 +0800)
committerPaladz <yzhu101@uottawa.ca>
Thu, 27 Jun 2019 02:13:16 +0000 (10:13 +0800)
config/genesis.go
config/toml.go

index cbf98db..431cf8e 100644 (file)
@@ -62,7 +62,7 @@ func mainNetGenesisBlock() *types.Block {
                BlockHeader: types.BlockHeader{
                        Version:   1,
                        Height:    0,
-                       Timestamp: 1561000000002,
+                       Timestamp: 1561600800002,
                        BlockCommitment: types.BlockCommitment{
                                TransactionsMerkleRoot: merkleRoot,
                                TransactionStatusHash:  txStatusHash,
@@ -93,7 +93,7 @@ func testNetGenesisBlock() *types.Block {
                BlockHeader: types.BlockHeader{
                        Version:   1,
                        Height:    0,
-                       Timestamp: 1561000000001,
+                       Timestamp: 1561600800001,
                        BlockCommitment: types.BlockCommitment{
                                TransactionsMerkleRoot: merkleRoot,
                                TransactionStatusHash:  txStatusHash,
@@ -124,7 +124,7 @@ func soloNetGenesisBlock() *types.Block {
                BlockHeader: types.BlockHeader{
                        Version:   1,
                        Height:    0,
-                       Timestamp: 1561000000000,
+                       Timestamp: 1561600800000,
                        BlockCommitment: types.BlockCommitment{
                                TransactionsMerkleRoot: merkleRoot,
                                TransactionStatusHash:  txStatusHash,
index c4fe730..f95ec48 100644 (file)
@@ -36,7 +36,7 @@ seeds = ""
 var vaporNetConfigTmpl = `chain_id = "vapor"
 [p2p]
 laddr = "tcp://0.0.0.0:56656"
-seeds = "52.82.77.112:56656,52.82.113.219:56656,52.82.119.51:56656"
+seeds = "52.83.60.99:56656,52.82.56.221:56656,52.82.56.145:56656"
 `
 
 // Select network seeds to merge a new string.