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

Check for a validity of a consumer under accId #530

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

martinkersner
Copy link
Member

Description

This PR changes a way how we check for a registered consumer under a specific amount. Previously, we used a clumsy way through nonce which is still used under the hood but now we support validity for both regular and temporary accounts with a simpler expression.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Copy link
Contributor

@bayram98 bayram98 left a comment

Choose a reason for hiding this comment

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

LGTM!

@martinkersner martinkersner merged commit 0870da2 into master Apr 19, 2023
@martinkersner martinkersner deleted the i-527/feat/check-consumer branch April 19, 2023 01:48
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.

Check whether msg.sender is in consumer list when requesting for VRF or RR
2 participants