-
Notifications
You must be signed in to change notification settings - Fork 46
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
feat: VRF support #358
feat: VRF support #358
Conversation
Hi, @irusoeqx! Thanks for following up on #271. It looks like a portion of the PR is missing compared to https://github.com/equinix/metal-cli/compare/main...displague:metal-cli:irusoeqx/main?diff=unified (specifically, cli.go, go.sum, and go.mod updates) You can also see there are a number of linter and compile time errors highlighted in the file view: Try running the code and each action that has been added before pushing the next update, from the project root:
|
Hey @irusoeqx I rebased and ran the e2e tests for the current version of your PR, but it looks like the tests are still failing with various issues. |
Co-authored-by: Marques Johansson <[email protected]>
/assign |
/assign @Vasubabu |
TC: #377 |
This PR became the basis for #377. Closing. |
Hi guys,
Apologies that this took so long, but I was doing a bunch other things, but here I am committing the code that Marques fixed up along with some other functions, delete and list, I hope this is an alright starting point for whoever works on this next.