Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDegenDeveloper committed Oct 7, 2024
1 parent 1afdbfa commit c4d3ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,5 @@ fn test_fulfilling_multiple_request() {
}
}

// @note todo add test for request timestamp out of bounds (high and low for both fulfillment types (auction start/round settle))
// @note todo add test for setting default values then starting auction/settling round
4 changes: 0 additions & 4 deletions src/vault/contract.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,6 @@ mod Vault {
// address to fulfill requests, eventually update to proof verification instead
let caller = get_caller_address();
assert(self.fulfillment_whitelist.entry(caller).read(), Errors::CallerNotWhitelisted);
// if self.fulfillment_whitelist.entry(caller).read() == false {
// // emit event ?
// return false;
// }

// @dev If the current round is Open, set its pricing data directly
if state == OptionRoundState::Open {
Expand Down

0 comments on commit c4d3ac0

Please sign in to comment.