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

Delegates #1320

Merged
merged 62 commits into from
Aug 21, 2024
Merged

Delegates #1320

merged 62 commits into from
Aug 21, 2024

Conversation

smartcontrart
Copy link
Contributor

No description provided.

smartcontrart and others added 30 commits December 13, 2023 20:48
…ons to ensure both contracts compile simultaneously
… contract accordingly. Removed the delegateFactory contract
… contract accordingly. Removed the delegateFactory contract
Merge to Beta for NPM Publishing
Publish beta packages to NPM
update staking token addresses, deploy staking to testnets (#1267)
Copy link

openzeppelin-code bot commented Jul 25, 2024

Delegates

Generated at commit: 15814c5fc8a439a2ccafc1f4aa4eddbd7fc5b45d

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
1
1
0
7
25
34
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

) {
revert InvalidSignerAmount();
}
if (rule.ruleExpiry < _expiry) revert RuleExpired();
Copy link
Contributor

Choose a reason for hiding this comment

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

This should compare to block timestamp rather than order expiry:

if (rule.ruleExpiry <= block.timestamp) revert RuleExpired();

@dmosites dmosites merged commit 4317242 into develop Aug 21, 2024
1 check passed
@dmosites dmosites deleted the delegates branch November 14, 2024 08:47
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