storj/storagenode/storagenodedb
Jennifer Johnson 4e2413a99d satellite/satellitedb: uses vetted_at field to select for reputable nodes
Additionally, this PR changes NewNodeFraction devDefault and testplanet config from 0.05 to 1.
This is because many tests relied on selecting nodes that were reputable based on audit and uptime
counts of 0, in effect, selecting new nodes as reputable ones.
However, since reputation is now indicated by a vetted_at db field that is explicitly set
rather than implied by audit and uptime counts, it would be more complicated to try to
update all of the nodes' reputations before selecting nodes for tests.
Now we just allow all test nodes to be new if needed.

Change-Id: Ib9531be77408662315b948fd029cee925ed2ca1d
2020-09-04 16:45:32 +00:00
..
storagenodedbtest storagenode/piecestore: switch usedserials db for in-memory usedserials store 2020-05-28 12:52:52 -04:00
testdata storagenode/reputation: offline_under_review_at added 2020-09-02 18:48:28 +03:00
bandwidthdb.go all: fix dots 2020-07-16 14:58:28 +00:00
database.go storagenode/reputation: offline_under_review_at added 2020-09-02 18:48:28 +03:00
db_container.go private/dbutil/txutil: create new transactions for retries 2020-02-01 18:34:28 +00:00
deprecatedinfo.go storagenodedb: reenable utccheck in tests 2019-12-10 23:17:14 +00:00
heldamount.go all: fix error checking 2020-07-16 19:13:14 +03:00
migrations_test.go all: fix dots 2020-07-16 14:58:28 +00:00
notifications.go all: simplify uuid usage 2020-04-02 05:48:58 +00:00
orders.go storagenode: live tracking of order window usage 2020-08-19 19:42:33 +00:00
pieceexpiration.go all: fix dots 2020-07-16 14:58:28 +00:00
pieceinfo.go all: fix dots 2020-07-16 14:58:28 +00:00
piecespaceused.go all: fix dots 2020-07-16 14:58:28 +00:00
pricing.go all: replace == comparison with errors.Is 2020-07-14 15:50:25 +00:00
reputation.go storagenode/reputation: offline_under_review_at added 2020-09-02 18:48:28 +03:00
satellites.go all: fix dots 2020-07-16 14:58:28 +00:00
schema.go satellite/satellitedb: uses vetted_at field to select for reputable nodes 2020-09-04 16:45:32 +00:00
schemagen.go all: rename CreateTables to MigrateToLatest 2020-04-30 07:21:17 +00:00
storageusage.go all: fix dots 2020-07-16 14:58:28 +00:00
usedserials.go storagenode/piecestore: switch usedserials db for in-memory usedserials store 2020-05-28 12:52:52 -04:00