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-19
can write score file
Paul Buetow
2023-06-18
add relaxed mode
Paul Buetow
2023-06-18
can specify my id
Paul Buetow
2023-06-18
refactor
Paul Buetow
2023-06-18
rename
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
more on client/server communication
Paul Buetow
2023-06-14
make loop interval configurable
Paul Buetow
2023-06-13
lower vote expiry, send every expiry interval to partners my move anyway
Paul Buetow
2023-06-13
use race detector for the tests and also run tests in parallel
Paul Buetow
2023-06-13
use of vote ch in client
Paul Buetow
2023-06-13
refacto quorum
Paul Buetow
2023-06-13
refactor of Vote
Paul Buetow
2023-06-12
can serialize and deserialise a vote from and to json
Paul Buetow
2023-06-10
refactor logging
Paul Buetow
2023-06-10
add tcpclient.go
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-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
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
[next]