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

Implement is_authorized_to_create_premint rule #17

Merged
merged 3 commits into from
Apr 6, 2024

Conversation

ligustah
Copy link
Collaborator

@ligustah ligustah commented Apr 5, 2024

No description provided.

Copy link
Collaborator Author

ligustah commented Apr 5, 2024

@ligustah ligustah requested a review from erikreppel April 5, 2024 22:58
@ligustah ligustah changed the title Testing contract calls Implement Apr 5, 2024
@ligustah ligustah changed the title Implement Implement is_authorized_to_create_premint Apr 5, 2024
@ligustah ligustah changed the title Implement is_authorized_to_create_premint Implement is_authorized_to_create_premint rule Apr 5, 2024
@ligustah ligustah marked this pull request as ready for review April 5, 2024 22:58

match chain {
Some(chain) => {
let provider = chain.get_rpc(false).await?;
Copy link
Contributor

Choose a reason for hiding this comment

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

See comment on get_rpc function, should be careful to make sure we dont create many websocket connections

Copy link
Collaborator Author

ligustah commented Apr 6, 2024

Merge activity

  • Apr 6, 7:28 PM EDT: @ligustah started a stack merge that includes this pull request via Graphite.
  • Apr 6, 7:39 PM EDT: Graphite rebased this pull request as part of a merge.
  • Apr 6, 7:40 PM EDT: @ligustah merged this pull request with Graphite.

@ligustah ligustah changed the base branch from use-rules-engine to main April 6, 2024 23:36
@ligustah ligustah force-pushed the add-premint-authorization-rule branch from 3142991 to 089acd4 Compare April 6, 2024 23:38
@ligustah ligustah merged commit 34fba54 into main Apr 6, 2024
2 of 3 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