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

feat(nft): Add rate limiting for NFT minting #13

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

olasunkanmi-SE
Copy link
Owner

  • Implement sliding window rate limit of 5 mints per hour
  • Add RateLimit account to track minting activity
  • Enforce rate limit check in mint_nft_token function
  • Create new NFTError for rate limit exceeded condition Fix validation logic for name length in metadata attributes

Implement sliding window rate limit of 5 mints per hour
Add RateLimit account to track minting activity
Enforce rate limit check in mint_nft_token function
Create new NFTError for rate limit exceeded condition
Fix validation logic for name length in metadata attributes
@olasunkanmi-SE olasunkanmi-SE merged commit 5ac1a4c into development Sep 30, 2024
2 checks passed
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