This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-raft
mirror of
https://github.com/status-im/nim-raft.git
Watch
2
Star
0
Fork
You've already forked nim-raft
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
nim-raft
/
.gitignore
10 lines
96 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add preliminary API definitions and project roadmap
2023-08-09 10:06:34 +00:00
# ignore all executable files
*
!*.*
!*/
*.exe
*.out
nimcache/
Add basic Raft Cluster test
2023-08-31 20:52:52 +00:00
build/
Added Diego Ongaro Raft paper and Stanford PhD Dissertation
2023-09-03 04:23:23 +00:00
nimbledeps/
.VSCodeCounter