summaryrefslogtreecommitdiff
path: root/internal/quorum
AgeCommit message (Expand)Author
2023-11-07add notifier packagePaul Buetow
2023-11-04move Score to its own filePaul Buetow
2023-11-04remove redundant is_winner WinnerFilePaul Buetow
2023-10-22refactor NodesPaul Buetow
2023-10-21make score file and winner file names configurable.Paul Buetow
2023-08-06add is_winner winner markerPaul Buetow
2023-07-02refactor vote.New to use var argPaul Buetow
2023-07-02refactor config to use functional options patternPaul Buetow
2023-06-29add email-notification supportPaul Buetow
2023-06-29add notify.goPaul Buetow
2023-06-29refactor config initializationPaul Buetow
2023-06-20add expiry logPaul Buetow
2023-06-20refactoring ConfigPaul Buetow
2023-06-19get node number correctPaul Buetow
2023-06-19use higher scores - update todosPaul Buetow
2023-06-19can write score filePaul Buetow
2023-06-18can specify my idPaul Buetow
2023-06-18fix lint errorsPaul Buetow
2023-06-14make loop interval configurablePaul Buetow
2023-06-13lower vote expiry, send every expiry interval to partners my move anywayPaul Buetow
2023-06-13use race detector for the tests and also run tests in parallelPaul Buetow
2023-06-13refacto quorumPaul Buetow
2023-06-13refactor of VotePaul Buetow
2023-06-10refactor loggingPaul Buetow
2023-06-07refactorPaul Buetow
2023-06-05fixPaul Buetow
2023-06-04refactorPaul Buetow
2023-06-04only notify new live nodes when changedPaul Buetow
2023-06-04first ID in message is from nodePaul Buetow
2023-06-04refactor to channel a list of live nodesPaul Buetow
2023-05-28skip expired votesPaul Buetow
2023-05-28fix (another) race conditionPaul Buetow
2023-05-28fix race conditionPaul Buetow
2023-05-28refactorPaul Buetow
2023-05-28fix unit testsPaul Buetow
2023-05-28add fan out for client votesPaul Buetow
2023-05-22CleanExpired -> ExpirePaul Buetow
2023-05-22move quorum into its own packagePaul Buetow