vote-validator is a tool for VSP admins to verify that their vspd deployment is voting correctly according to user preferences.
23 lines
335 B
Plaintext
23 lines
335 B
Plaintext
./vspd.exe
|
|
./vspd
|
|
./cmd/vspd/vspd.exe
|
|
./cmd/vspd/vspd
|
|
|
|
./vote-validator.exe
|
|
./vote-validator
|
|
./cmd/vote-validator/vote-validator.exe
|
|
./cmd/vote-validator/vote-validator
|
|
|
|
vote-validator.log
|
|
|
|
# Testing, profiling, and benchmarking artifacts
|
|
cov.out
|
|
*cpu.out
|
|
*mem.out
|
|
/webapi/test.db
|
|
/database/test.db
|
|
|
|
# Go workspace
|
|
go.work
|
|
go.work.sum
|