-
Notifications
You must be signed in to change notification settings - Fork 993
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
Replace ad-hoc token transfer code with storage API code #2287
Comments
@sug0 I'm new to the project. Could you please give further details as to how to go about the issue? |
Hello there @Kofituo. Currently, we don't have the bandwidth to guide OSS contributors. Unfortunately, for the time being, you're on your own if you want to learn the codebase. Sorry! |
@Fraccaman estimate: hours |
There are still a few instances left to change on |
As part of the modularization effort of Namada, we should strive to replace all custom token transfer logic with the
storage_api
equivalents. Here is an example (from theethereum_bridge
crate):Functionally, it is a more generic version of
token::transfer
,token::credit_tokens
and friends.The text was updated successfully, but these errors were encountered: