|
|
|
@ -79,8 +79,14 @@ func TestProcessMessageValidatorAnnounce(test *testing.T) { |
|
|
|
|
test.Fatalf("Cannot craeate consensus: %v", err) |
|
|
|
|
} |
|
|
|
|
blockBytes, err := hex.DecodeString("f902a5f902a0a00000000000000000000000000000000000000000000000000000000000000000940000000000000000000000000000000000000000a02b418211410ee3e75b32abd925bbeba215172afa509d65c1953d4b4e505a4a2aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000083020000808502540be400808080a000000000000000000000000000000000000000000000000000000000000000008800000000000000008400000001b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080a00000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000c0c0") |
|
|
|
|
if err != nil { |
|
|
|
|
test.Fatalf("Cannot decode blockByte: %v", err) |
|
|
|
|
} |
|
|
|
|
consensusLeader.block = blockBytes |
|
|
|
|
hashBytes, err := hex.DecodeString("bdd66a8211ffcbf0ad431b506c854b49264951fd9f690928e9cf44910c381053") |
|
|
|
|
if err != nil { |
|
|
|
|
test.Fatalf("Cannot decode hashByte: %v", err) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
copy(consensusLeader.blockHash[:], hashBytes[:]) |
|
|
|
|
|
|
|
|
@ -140,8 +146,14 @@ func TestProcessMessageValidatorPrepared(test *testing.T) { |
|
|
|
|
test.Fatalf("Cannot craeate consensus: %v", err) |
|
|
|
|
} |
|
|
|
|
blockBytes, err := hex.DecodeString("f902a5f902a0a00000000000000000000000000000000000000000000000000000000000000000940000000000000000000000000000000000000000a02b418211410ee3e75b32abd925bbeba215172afa509d65c1953d4b4e505a4a2aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000083020000808502540be400808080a000000000000000000000000000000000000000000000000000000000000000008800000000000000008400000001b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080a00000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000c0c0") |
|
|
|
|
if err != nil { |
|
|
|
|
test.Fatalf("Cannot decode blockByte: %v", err) |
|
|
|
|
} |
|
|
|
|
consensusLeader.block = blockBytes |
|
|
|
|
hashBytes, err := hex.DecodeString("bdd66a8211ffcbf0ad431b506c854b49264951fd9f690928e9cf44910c381053") |
|
|
|
|
if err != nil { |
|
|
|
|
test.Fatalf("Cannot decode hashByte: %v", err) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
copy(consensusLeader.blockHash[:], hashBytes[:]) |
|
|
|
|
|
|
|
|
@ -216,8 +228,14 @@ func TestProcessMessageValidatorCommitted(test *testing.T) { |
|
|
|
|
test.Fatalf("Cannot craeate consensus: %v", err) |
|
|
|
|
} |
|
|
|
|
blockBytes, err := hex.DecodeString("f902a5f902a0a00000000000000000000000000000000000000000000000000000000000000000940000000000000000000000000000000000000000a02b418211410ee3e75b32abd925bbeba215172afa509d65c1953d4b4e505a4a2aa056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421b901000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000083020000808502540be400808080a000000000000000000000000000000000000000000000000000000000000000008800000000000000008400000001b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080a00000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000c0c0") |
|
|
|
|
if err != nil { |
|
|
|
|
test.Fatalf("Cannot decode blockByte: %v", err) |
|
|
|
|
} |
|
|
|
|
consensusLeader.block = blockBytes |
|
|
|
|
hashBytes, err := hex.DecodeString("bdd66a8211ffcbf0ad431b506c854b49264951fd9f690928e9cf44910c381053") |
|
|
|
|
if err != nil { |
|
|
|
|
test.Fatalf("Cannot decode hashByte: %v", err) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
copy(consensusLeader.blockHash[:], hashBytes[:]) |
|
|
|
|
|
|
|
|
|