Skip to content

Commit 61feef0

Browse files
authored
Update implementations.json to include waraft
1 parent e159c34 commit 61feef0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

implementations.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2822,5 +2822,23 @@
28222822
"logCompaction": true,
28232823
"persistence": true
28242824
}
2825+
},
2826+
{
2827+
"repoURL": "https://github.com/WhatsApp/waraft",
2828+
"name": "waraft",
2829+
"authors": [
2830+
{
2831+
"name": "WhatsApp",
2832+
"github": "whatsapp"
2833+
}
2834+
],
2835+
"language": "Erlang",
2836+
"license": "Apache-2.0",
2837+
"features": {
2838+
"basic": true,
2839+
"membershipChanges": true,
2840+
"logCompaction": true,
2841+
"persistence": true
2842+
}
28252843
}
28262844
]

0 commit comments

Comments
 (0)