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

Remove freeze and wipe functionality #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kf106
Copy link

@kf106 kf106 commented Sep 2, 2023

Comments out the "freeze", "wipe balance of frozen accounts", and "query whether an address is frozen" functionality, thereby reducing the size of the contract for significant gas savings.

@wsdt
Copy link

wsdt commented Sep 12, 2023

Great changes in terms of scalability!

@Harsha-K1
Copy link

Much needed optimization. Merge this ASAP.

@abooo96
Copy link

abooo96 commented Sep 18, 2023

this change is mandatory to increase credibility. merge pls

require(!frozen[_addr], "address already frozen");
frozen[_addr] = true;
emit AddressFrozen(_addr);
}
} */

Choose a reason for hiding this comment

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

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.

5 participants