storj/satellite/orders
Jessica Grebenschikov 97a5e6c814 satellite/orders: stop inserting/reading from serial_numbers table
This PR contains the minimum changes needed to stop inserting into the serial_numbers table. This is the first step in completely deprecating that table.
The next step is to create another PR to remove the expiredSerial chore, fix more tests, and remove any other methods on the serial_number table.

Change-Id: I5f12a56ebf3fa4d1a1976141d2911f25a98d2cc3
2020-12-18 08:35:13 -08:00
..
encryptionkey_test.go satellite/orders: add factory function to encryption key 2020-11-20 11:40:15 -08:00
encryptionkey.go satellite/orders: ensure encryption keys handles set twice 2020-11-23 19:47:22 +00:00
endpoint_test.go satellite/orders: stop inserting/reading from serial_numbers table 2020-12-18 08:35:13 -08:00
endpoint.go satellite/orders: stop inserting/reading from serial_numbers table 2020-12-18 08:35:13 -08:00
orders_test.go {satellite,storagenode}/orders: fix flaky tests 2020-11-18 13:44:02 +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 satellite/orders: add settled amount to rollups write cache 2020-07-07 14:46:06 +00:00
rollups_write_cache.go all: fix dots 2020-07-16 14:58:28 +00:00
serials_test.go satellite/orders: ensure that expired deletion doesn't stall 2020-11-23 14:52:40 +02:00
service_test.go satellite/orders: stop inserting/reading from serial_numbers table 2020-12-18 08:35:13 -08:00
service.go satellite/orders: stop inserting/reading from serial_numbers table 2020-12-18 08:35:13 -08:00
signer_test.go satellite/orders: get bucketID from encrypted metadata in order instead of serial_numbers table 2020-12-01 15:29:32 +00:00
signer.go satellite/orders: get bucketID from encrypted metadata in order instead of serial_numbers table 2020-12-01 15:29:32 +00:00
window_endpoint_phase.go satellite/orders: 3-phase rollout 2020-08-03 17:01:42 +00:00