summaryrefslogtreecommitdiff
path: root/internal/quorum/quorum_test.go
AgeCommit message (Expand)Author
2023-10-22refactor NodesPaul 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-29refactor config initializationPaul 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-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-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-28fix (another) race conditionPaul Buetow
2023-05-28fix race conditionPaul 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