Skip to content

Commit

Permalink
Merge "[FAB-2756] Batch gossip state transfer request"
Browse files Browse the repository at this point in the history
  • Loading branch information
hacera-jonathan authored and Gerrit Code Review committed Apr 12, 2017
2 parents c361bff + fa6648e commit 1ea3659
Show file tree
Hide file tree
Showing 5 changed files with 536 additions and 245 deletions.
3 changes: 2 additions & 1 deletion gossip/comm/mock/mock_comm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ func TestMockComm(t *testing.T) {

comm2.Send((&proto.GossipMessage{
Content: &proto.GossipMessage_StateRequest{&proto.RemoteStateRequest{
SeqNums: []uint64{1, 2, 3},
StartSeqNum: 1,
EndSeqNum: 3,
}},
}).NoopSign(), &comm.RemotePeer{"first", common.PKIidType("first")})

Expand Down
Loading

0 comments on commit 1ea3659

Please sign in to comment.