-
Notifications
You must be signed in to change notification settings - Fork 71
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 Storage Management to FT Example #253
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @idea404 . This is a great addition to FT to avoid exhaust-storage-deposit attack. Can you fix the lint so we can merge it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@idea404 thanks for working on this!
nits:
- please, remove package.lock file, yarn.lock is enouth
- changes to yarn.lock are not necessary, since there is no changes in package.json
- linter is not happy
…-example-improvement
…-example-improvement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR! And thanks for refactoring it.
This PR adds storage management to the
fungible-token
example.It also changes the naming of public functions to
snake_case
thus matching naming conventions for Rust smart contracts.