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

ref: add accept admin part 2 #57

Merged
merged 4 commits into from
Jun 10, 2024
Merged

ref: add accept admin part 2 #57

merged 4 commits into from
Jun 10, 2024

Conversation

irisdv
Copy link
Collaborator

@irisdv irisdv commented Jun 5, 2024

Close #37
Close #42

To be merged after #56 was merged and deployed.

@irisdv irisdv requested a review from Th0rgal June 5, 2024 10:15
@irisdv irisdv added the 🔥 Ready for review Pull Request needs a label Jun 5, 2024
@@ -151,12 +156,17 @@ mod Naming {
self._pricing_contract.write(pricing);
self._referral_contract.write(referral);
self._admin_address.write(admin);
Copy link
Member

Choose a reason for hiding this comment

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

You can remove _admin_address from storage

@Th0rgal Th0rgal added ❌ Change request Change requested from reviewer and removed 🔥 Ready for review Pull Request needs a labels Jun 5, 2024
@irisdv irisdv requested a review from Th0rgal June 5, 2024 13:05
@irisdv irisdv added 🔥 Ready for review Pull Request needs a and removed ❌ Change request Change requested from reviewer labels Jun 5, 2024
@Th0rgal Th0rgal merged commit 25ecd41 into testnet Jun 10, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔥 Ready for review Pull Request needs a
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[audit] Redundant authorization checks [audit] Add accept_admin
2 participants