From 31807dfe588e68f5a769408f6a6e9636d9ac2cf2 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 13 Oct 2021 10:21:03 +0200 Subject: [PATCH] Add TODO's as suggested by Tanguy --- test/StorageContract.test.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/StorageContract.test.js b/test/StorageContract.test.js index 8562f5b..e8da24f 100644 --- a/test/StorageContract.test.js +++ b/test/StorageContract.test.js @@ -76,11 +76,13 @@ describe("Storage Contract", function () { }) }) +// TDOO: add root hash of data // TODO: payment on constructor // TODO: contract start and timeout // TODO: missed proofs // TODO: successfull proofs // TODO: payout // TODO: stake -// TODO: request timeout -// TODO: bid timeout +// TODO: request expiration +// TODO: bid expiration +// TODO: multiple hosts in single contract