storj/storagenode/orders
Moby von Briesen 708cb48aa6 storagenode/orders: implement orders filestore on storagenode
* Add all new orders to the orders filestore instead of the database.
* Submit orders from the filestore to the new satellite SettleWindow
endpoint.

The orders filestore will eventually replace the orders DB completely.
For now, we will still be checking the orders DB and submitting those
orders if they exist. In a later release, we will completely remove the
orders DB, but we need both the DB and filestore for the transitionary
period.

Change-Id: Iac8780fd5ab770296181bbd313e1d335f072d4dc
2020-08-19 15:00:35 +00:00
..
db_test.go storagenode/orders: fix TestDB and TestCleanArchive 2020-04-30 15:00:06 +03:00
service_test.go storagenode/orders: implement orders filestore on storagenode 2020-08-19 15:00:35 +00:00
service.go storagenode/orders: implement orders filestore on storagenode 2020-08-19 15:00:35 +00:00
store_test.go storagenode/orders: implement orders filestore on storagenode 2020-08-19 15:00:35 +00:00
store.go all: fix dots 2020-07-16 14:58:28 +00:00