index
:
gorum
main
Quorum daemon written in Go.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
run.go
Age
Commit message (
Expand
)
Author
2023-11-13
notifier doesn't neet to be a struct
Paul Buetow
2023-11-07
add notifier package
Paul Buetow
2023-11-04
add syslog logger
Paul Buetow
2023-07-02
refactor config to use functional options pattern
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
initial tcp client
Paul Buetow
2023-06-04
refactor to channel a list of live nodes
Paul Buetow
2023-05-28
add fan out for client votes
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-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-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