A modified version of the Raft consensus protocol for highly-efficient cooperative Ethereum SSV implementations
Go to file
Raycho Mukelov a69f528bc1 Refactor some module imports/exports 2023-09-01 01:00:39 +03:00
doc Add preliminary API definitions and project roadmap 2023-08-09 13:06:34 +03:00
misc Add basic Raft Cluster test 2023-09-01 00:43:22 +03:00
raft Add basic Raft Cluster test 2023-09-01 00:43:22 +03:00
tests Refactor some module imports/exports 2023-09-01 01:00:39 +03:00
.editorconfig Add license and .editorconfig 2023-08-03 19:58:40 +03:00
.gitignore Add basic Raft Cluster test 2023-09-01 00:43:22 +03:00
LICENSE-APACHEv2 Add preliminary API definitions and project roadmap 2023-08-09 13:06:34 +03:00
LICENSE-MIT Add preliminary API definitions and project roadmap 2023-08-09 13:06:34 +03:00
README.md Add license and .editorconfig 2023-08-03 19:58:40 +03:00
raft.nim Add (basic) timer implementation to use for testing 2023-08-22 07:59:11 +03:00
raft.nimble Add raft.nimble code for testing 2023-08-31 19:37:12 +03:00

README.md

nim-raft

This project aims to develop an implementation of the Raft consensus protocol that allows for application-specific customizations of the protocol.

We plan to leverage the implementation to create a highly-efficient setup for operating a redundant set of Nimbus beacon nodes and/or validator clients that rely on BLS threshold signatures to achieve improved resilience and security. Further details can be found in our roadmap here:

https://github.com/status-im/nimbus-eth2/issues/3416