-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Lang: feature flag init if needed #1258
Lang: feature flag init if needed #1258
Conversation
Blocked by #1199, since I promised we'd do a v0.20.1 release :). |
@armaniferrante any idea what might be causing the test to fail? Im not able to reproduce it locally. |
Co-authored-by: Armani Ferrante <armaniferrante@gmail.com>
I use it to initialize escrows of mints "on demand". Let's say a user wants to escrow mint X if it is the first one to do so then it will create the program escrow token account for this mint else it would just use the token account. I found that feature pretty handy ! Even tho is forces us to always pass the system programs and token program and mint account 🤔 |
you can still do that. The feature isnt gone. You just have to explicitly enable it |
maybe add some documentation about how to enable it on this PR? |
@arcticmatt do something like this in your cargo
|
@ceciEstErmat thanks! is that any different than doing this?
|
closes #1191