index
:
gorum
main
Quorum daemon written in Go.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
2023-06-04
refactor to channel a list of live nodes
Paul Buetow
2023-05-28
skip expired votes
Paul Buetow
2023-05-28
fix (another) race condition
Paul Buetow
2023-05-28
fix race condition
Paul Buetow
2023-05-28
refactor
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
use of serverCtx
Paul Buetow
2023-05-22
return error from Run
Paul Buetow
2023-05-22
catch signals for shutdown
Paul Buetow
2023-05-22
move server and client into their own packages
Paul Buetow
2023-05-22
move quorum into its own package
Paul Buetow
2023-05-21
refactor vote into its own package
Paul Buetow
2023-05-21
refactor config to separate package
Paul Buetow
2023-05-20
split up to server
Paul Buetow
2023-05-20
run expiry after expiryTime automatically
Paul Buetow
2023-05-20
can determine the winner
Paul Buetow
2023-05-20
can break tie score
Paul Buetow
2023-05-20
can test clean expiry
Paul Buetow
2023-05-20
votes can expire
Paul Buetow
2023-05-19
excluding votes for non-participants
Paul Buetow
2023-05-19
add vote test
Paul Buetow
2023-05-19
add config unit tests
Paul Buetow
2023-05-19
can reject non-participants
Paul Buetow
2023-05-18
refactor
Paul Buetow
2023-05-17
refactor and also add voting channel
Paul Buetow
2023-05-17
initial version
Paul Buetow
[prev]