-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add upgrade handler migration to enable send for restricted markers #1427
Comments
For this migration ... are the "send disabled" records within the bank module simply deleted? Or is there still a record for each token created ... this will have some impact on the management of that configuration within the marker module.... |
As of right now, we are setting the send enabled to true(coin) or false(restricted) within from the marker module. With #1256 I set true for both with our current It would be nice to delete the |
I feel like the best approach would be to remove all of those send disabled records, remove the ensure send disabled checks, and focus on the restrictions api style checking within the marker module itself for allowed/disallowed transfers. Not having the extra data in the bank module would be helpful here for reducing the gas costs slightly |
I agree. It is now removed and I updated the description of the ticket. |
Just catching up on this. I agree with removing And the only reason to keep all of those But since we need to either update them all to |
Summary
Currently, all restricted markers have been set to SendEnabled false. With the implementation of #1256 we can delete all items from the table. This will allow the send restrictions to be applied with the new handler.
Problem Definition
Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: