You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Add Attack contract for testing, merge NFTTracker contract into Staking
Removed:
Tracker.sol
cachedPrices (its already stored in prices storage, caching is unnecessary)
allows the owner to call the setPrices function on the nftTracker test case
Changes:
Added setPrice and getPrice to Staking
Test cases added:
rejects non-owner calls
Proposed Solution:
Please review the changes made and ensure they address the missing parameters and types.
The text was updated successfully, but these errors were encountered:
Description:
Add Attack contract for testing, merge NFTTracker contract into Staking
Removed:
Tracker.sol
cachedPrices (its already stored in prices storage, caching is unnecessary)
allows the owner to call the setPrices function on the nftTracker test case
Changes:
Added setPrice and getPrice to Staking
Test cases added:
rejects non-owner calls
Proposed Solution:
Please review the changes made and ensure they address the missing parameters and types.
The text was updated successfully, but these errors were encountered: