-
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
Add support for anchor idl fetch
to work outside anchor workspace
#1509
Conversation
Signed-off-by: Nikhil B N <nikhilbn365@gmail.com>
3141a3e
to
b643ca8
Compare
@paul-schaaf I have made changes. Please suggest any changes if they are required. Also had a question: How is anchor cli tested ? If I need to write tests for my change, how do I go about this? Thanks |
dont think we have to require the re:cli tests we..just test it manually. But we can start adding tests to the CI. Are you comfortable doing that or do you prefer us to do it? imo it's fine to just merge this without testing and then merge a ci change later but if you want to add tests to |
@paul-schaaf Thanks! On it! If this works fine, I would prefer for this to be merged! I shall create a new PR with the tests if that's okay! Thanks |
@paul-schaaf please suggest any changes! |
please don't needlessly tag. Someone will review when they have time. |
looks like you found the |
897fb81
to
230cb07
Compare
@paul-schaaf makes more sense! I have made changes |
pls also add a line to the feature section in the changelog for the unreleased release |
Signed-off-by: Nikhil B N <nikhilbn365@gmail.com>
230cb07
to
4b39ef2
Compare
@paul-schaaf hope this is done! |
pls update your changelog and if you do another PR, adjust your PR to allow edits from maintainers so I can just do that and merge instead |
@paul-schaaf I have already added updated the changelog. I am not able to see “allow edits from maintainers” option on this pull request. |
u need to update it again. your change is in the wrong place cause we created a release |
d6829af
to
0306242
Compare
@paul-schaaf done ! |
pls sign your commits and force push again |
…kspace Signed-off-by: Nikhil B N <nikhilbn365@gmail.com>
0306242
to
c5eec84
Compare
@paul-schaaf done! |
looks like your commits are still not signed |
7d99492
to
c5eec84
Compare
@paul-schaaf I can see that they are on github |
@NBNARADHYA they are not, if commits are signed then you will see |
@fanatid @paul-schaaf I used this command while commiting: |
@fanatid Ok. Now I figured out I have to use GPG keys to sign. But i tried to edit those commits by rebasing but it edits all other commits and signs them all for some reason |
eeb30ff
to
c5eec84
Compare
eeb30ff
to
c5eec84
Compare
we've turned off the signing requirement. Just make sure you have no more conflicts and then Ill merge |
@paul-schaaf Great! Thanks. Just resolved the conflicts |
thank you for the contribution! |
@paul-schaaf Thank you! |
Context
Closes #1453 (Refer to this issue for context)
Changes
anchor idl fetch
can now be run outside an anchor workspace.provider.cluster
option has to be provided.