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

refactor: rename ContractAccessControlType.NONE to ALLOW_ALL_ACCESS #130

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

adam-alchemy
Copy link
Contributor

Motivation

The enum value NONE within the enum type ContractAccessControlType is used to describe "no access control"/"access control disabled", but semantically may be interpreted as "no addresses are permitted".

Solution

To clarify the meaning of this enum value, rename it from NONE to ALLOW_ALL_ACCESS.

@adam-alchemy adam-alchemy requested a review from howydev January 31, 2024 22:03
Copy link
Collaborator

@howydev howydev left a comment

Choose a reason for hiding this comment

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

LGTM

Base automatically changed from howy/rename-msca-to-ma to develop January 31, 2024 22:15
@adam-alchemy adam-alchemy merged commit 9c9c6c3 into develop Jan 31, 2024
3 checks passed
@adam-alchemy adam-alchemy deleted the adam/naming-fixes branch January 31, 2024 23:01
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.

3 participants