index
:
gorum
main
Quorum daemon written in Go.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
config
Age
Commit message (
Expand
)
Author
2023-11-07
add notifier package
Paul Buetow
2023-11-04
remove redundant is_winner WinnerFile
Paul Buetow
2023-11-04
add syslog logger
Paul Buetow
2023-10-25
test config works again after refactor
Paul Buetow
2023-10-22
refactor Nodes
Paul Buetow
2023-10-21
make score file and winner file names configurable.
Paul Buetow
2023-07-02
refactor config to use functional options pattern
Paul Buetow
2023-06-29
add notify.go
Paul Buetow
2023-06-29
refactor config initialization
Paul Buetow
2023-06-20
add expiry log
Paul Buetow
2023-06-20
refactor config agian
Paul Buetow
2023-06-20
refactoring Config
Paul Buetow
2023-06-19
add todo
Paul Buetow
2023-06-19
get node number correct
Paul Buetow
2023-06-18
can specify my id
Paul Buetow
2023-06-18
fix lint errors
Paul Buetow
2023-06-14
make loop interval configurable
Paul Buetow
2023-06-13
use race detector for the tests and also run tests in parallel
Paul Buetow
2023-06-10
refactor logging
Paul Buetow
2023-06-04
refactor to channel a list of live nodes
Paul Buetow
2023-05-21
refactor config to separate package
Paul Buetow