-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove deprecated account constraints #901
Comments
Sounds good to me. |
@fanatid I am interested in this issue. Please how do i solve it? |
Basically, you need to remove constraints from https://github.com/project-serum/anchor/blob/master/lang/syn/src/parser/accounts/constraints.rs and https://github.com/project-serum/anchor/blob/master/lang/syn/src/codegen/accounts/constraints.rs |
@fanatid Thanks for the assistance. will work on it soon. Just an observation, the second link you share doesn't not have |
@Onyinye91-ctrl thank you for your contribution! Do you want to work on removing raw literal constraints too? |
@fanatid Sure i am interested |
I want to contribute to this project. Can you assign this to me? |
@Nikhil3389 I'm afraid that @Onyinye91-ctrl already started work on this. |
@fanatid what more can i do? |
We need to remove raw literal constraints, like: |
@fanatid Noted |
@fanatid Hey! I would love to work on this issue :) I am actually a current MLH Solana fellow. Since I am new to Solana, I have been learning from different tutorials. I have a couple of questions / clarifications if you don't mind:
|
Hi @NBNARADHYA!
|
Great! @fanatid I'm on it |
belongs_to
and raw literal are deprecated from v0.11, should we rid them from the code?belongs_to
-- Remove deprecated account #907The text was updated successfully, but these errors were encountered: