index
:
gorum
main
Quorum daemon written in Go.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
server
Age
Commit message (
Expand
)
Author
2023-10-21
make score file and winner file names configurable.
Paul Buetow
2023-10-04
wrap error
Paul Buetow
2023-06-18
add relaxed mode
Paul Buetow
2023-06-18
refactor
Paul Buetow
2023-06-18
add universal tcp message reader and writer
Paul Buetow
2023-06-18
fix lint errors
Paul Buetow
2023-06-14
make loop interval configurable
Paul Buetow
2023-06-13
use of vote ch in client
Paul Buetow
2023-06-10
refactor logging
Paul Buetow
2023-06-10
initial tcp client
Paul Buetow
2023-06-07
move out message response handler
Paul Buetow
2023-06-07
refactor
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
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
catch signals for shutdown
Paul Buetow
2023-05-22
move server and client into their own packages
Paul Buetow