Changelog
- 8344142 ci: append timestamps to test output in ci
- ccef125 ci: bump windows test parallelism a bit
- 37b8962 ci: cache richgo installation in unittests
- f8832f5 ci: double escape path separators on windows
- da5fb4a ci: lower badger goroutines during CI
- 04317ae ci: only vet on linux
- 48e1878 ci: revert bump
- 04934cf ci: set proper path separators on windows in makefile
- bf7a570 docs: add commentary to Makefile
- 7fec6c6 feat: include GetPeers method in Consensus interface
- 8869ae9 fix+tests: transport was not always getting configured for raftstorage
- 710cf39 test: test storage conformance of raft provider
- 2463d10 tests: add to docstrings
- d8610c8 tests: scaffolding for provider conformance tests
- 434ade5 tidy: cleanup Makefile
- aad200c tidy: cleanup conformance tests and make badgerdb goroutines configurable
- 6fe5e03 tidy: cleanup errors in tests
- e35addf tidy: move DropStorage interface to testutil package, general organizing
- 17fc3fa tidy: move badger log adapter to logging package
- 0f5cd58 tidy: move transport creating into options