storj/satellite/orders
Jeff Wendling a409bd5dec satellite/orders: check for expired orders first
there are a subset of storagenodes hammering the satellite with
expired orders. if we check for expiration first, we don't have
to do a bunch of pointless signature verification. since a && b
is equal to b && a, we can order these checks in any way we want
and have it still be correct.

Change-Id: I6ffc8025c8b0d54949a1daf5f5ea1fed9e213372
2020-04-02 12:35:11 -06:00
..
endpoint.go satellite/orders: check for expired orders first 2020-04-02 12:35:11 -06:00
orders_test.go all: simplify uuid usage 2020-04-02 13:45:19 +00:00
rollups_chore.go satellite/orders: Flush all pending bandwidth rollup writes on shutdown 2020-01-23 08:12:41 -07:00
rollups_write_cache_test.go all: remove old uuid 2020-04-02 19:30:36 +03:00
rollups_write_cache.go all: switch to storj.io/common/uuid 2020-03-31 19:16:41 +03:00
serials_test.go satellite: remove some unnecessary UTC() calls 2020-03-13 13:49:44 +00:00
service.go all: simplify uuid usage 2020-04-02 13:45:19 +00:00