storj/storagenode/piecestore
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
..
usedserials all: fix comments 2020-07-16 19:13:14 +03:00
endpoint_test.go storagenode/piecestore: available storage check added in Upload 2020-06-01 16:55:22 +00:00
endpoint.go storagenode/orders: implement orders filestore on storagenode 2020-08-19 15:00:35 +00:00
verification_test.go storagenode/{monitor,piecestore}: if free disk < expected available space, return free disk 2020-07-22 15:08:37 +00:00
verification.go storagenode/piecestore: switch usedserials db for in-memory usedserials store 2020-05-28 12:52:52 -04:00