index
:
gorum
main
Quorum daemon written in Go.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
quorum
/
quorum_test.go
Age
Commit message (
Expand
)
Author
2023-10-22
refactor Nodes
Paul Buetow
2023-08-06
add is_winner winner marker
Paul Buetow
2023-07-02
refactor vote.New to use var arg
Paul Buetow
2023-07-02
refactor config to use functional options pattern
Paul Buetow
2023-06-29
add email-notification support
Paul Buetow
2023-06-29
refactor config initialization
Paul Buetow
2023-06-20
refactoring Config
Paul Buetow
2023-06-19
get node number correct
Paul Buetow
2023-06-19
use higher scores - update todos
Paul Buetow
2023-06-19
can write score file
Paul Buetow
2023-06-18
can specify my id
Paul Buetow
2023-06-13
use race detector for the tests and also run tests in parallel
Paul Buetow
2023-06-13
refacto quorum
Paul Buetow
2023-06-13
refactor of Vote
Paul Buetow
2023-06-07
refactor
Paul Buetow
2023-06-05
fix
Paul Buetow
2023-06-04
refactor
Paul Buetow
2023-06-04
only notify new live nodes when changed
Paul Buetow
2023-06-04
first ID in message is from node
Paul Buetow
2023-06-04
refactor to channel a list of live nodes
Paul Buetow
2023-05-28
fix (another) race condition
Paul Buetow
2023-05-28
fix race condition
Paul Buetow
2023-05-28
fix unit tests
Paul Buetow
2023-05-28
add fan out for client votes
Paul Buetow
2023-05-22
CleanExpired -> Expire
Paul Buetow
2023-05-22
move quorum into its own package
Paul Buetow