storj/satellite/reputation
Cameron 38f94c1c29 satellite/reputation: if node is DQd or exited skip applying audit
If a node is already disqualified or exited, don't bother going through
the audit reputation code. If there's an additional reputation update to
be made based on the automatic offline audit these nodes would get, the
overlay DB rejects it anyway.

Change-Id: I48ba151aa640b32f87e1285521be465d1f692a78
2023-02-21 18:31:21 +00:00
..
audithistory_test.go satellite/reputation: new ApplyUpdates() method 2022-06-07 15:22:25 +00:00
audithistory.go satellite/reputation: new ApplyUpdates() method 2022-06-07 15:22:25 +00:00
benchmark_test.go satellite/reputation: move Config fields into a Config struct 2022-05-24 20:57:51 +00:00
calculations.go all: reformat comments as required by gofmt 1.19 2022-08-10 18:24:55 +00:00
config.go satellite/reputation: reconfigure lambda and alpha 2022-08-17 18:52:53 +00:00
db_test.go satellite/reputation: reconfigure lambda and alpha 2022-08-17 18:52:53 +00:00
service_test.go satellite/reputation: if node is DQd or exited skip applying audit 2023-02-21 18:31:21 +00:00
service.go satellite/reputation: if node is DQd or exited skip applying audit 2023-02-21 18:31:21 +00:00
suspension_test.go satellite/audit: split out auditor process 2022-12-16 12:44:32 -06:00
writecache_service_test.go satellite/reputation: reconfigure lambda and alpha 2022-08-17 18:52:53 +00:00
writecache_unit_test.go satellite/reputation: offset write times by random, not by satelliteID 2022-08-03 21:14:06 +00:00
writecache.go satellite/reputation: reconfigure lambda and alpha 2022-08-17 18:52:53 +00:00