misc: Drop the raft-cluster experiment

This commit is contained in:
Łukasz Magiera
2023-11-29 17:28:46 +01:00
parent 813d133c24
commit e425322c2b
28 changed files with 0 additions and 2417 deletions
-4
View File
@@ -355,10 +355,6 @@ func init() {
addExample(map[string]bitfield.BitField{
"": bitfield.NewFromSet([]uint64{5, 6, 7, 10}),
})
addExample(&api.RaftStateData{
NonceMap: make(map[address.Address]uint64),
MsgUuids: make(map[uuid.UUID]*types.SignedMessage),
})
addExample(http.Header{
"Authorization": []string{"Bearer ey.."},