-
Notifications
You must be signed in to change notification settings - Fork 3
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
Deleted/active recipients flag #35
Comments
It but it would take more gas... |
gas optimization is something I want to do some time on this contract... i don't know if its best done now or after the first run of tests.... but low gas is a huge priority... mostly cause i think I will end up using these contracts a lot and am very cheap ;-) |
i'm mostly worried about |
I agree about the out of gas annoyances! This is something that mostly needs to be fixed in |
Here, the discusion is about "gas optimization" <-> "code readability" . |
Proposal:
|
sounds good. |
Consider to add a flag
active
instruct Recipient
(likestruct Spender
) instead usingactivationTime
==0
as deletion flagThe text was updated successfully, but these errors were encountered: