Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ON-479: Accept Rental Offer #12

Merged
merged 14 commits into from
Sep 29, 2023
Merged

ON-479: Accept Rental Offer #12

merged 14 commits into from
Sep 29, 2023

Conversation

karacurt
Copy link
Contributor

No description provided.

@karacurt karacurt requested a review from ernanirst September 27, 2023 17:52
contracts/OriumMarketplace.sol Outdated Show resolved Hide resolved
contracts/OriumMarketplace.sol Outdated Show resolved Hide resolved
contracts/OriumMarketplace.sol Outdated Show resolved Hide resolved
contracts/OriumMarketplace.sol Outdated Show resolved Hide resolved
contracts/OriumMarketplace.sol Outdated Show resolved Hide resolved
contracts/OriumMarketplace.sol Show resolved Hide resolved
contracts/OriumMarketplace.sol Outdated Show resolved Hide resolved
contracts/OriumMarketplace.sol Outdated Show resolved Hide resolved
Comment on lines 186 to 187
nonceDeadline[_offer.nonce] = _offer.deadline;
offerDeadline[_offerHash] = _offer.deadline;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems redundant. Do we need both maps?

Copy link
Contributor Author

@karacurt karacurt Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we need to know if offer was signed and if nonce is already used

contracts/OriumMarketplace.sol Show resolved Hide resolved
@karacurt karacurt merged commit d9019e5 into master Sep 29, 2023
1 check passed
@karacurt karacurt deleted the feature--ON-479 branch February 24, 2024 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants