-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
refactor(connector): [CryptoPay] Remove Default Case Handling #2643
Conversation
Please review @swangi-kumari and let me know of any changes that are to be made. |
Hey @ashutuptiwari, could you address the failing CI checks? |
On it @SanchithHegde |
@SanchithHegde I'm unable to run this locally, please check if the changes i made are working as expected. If yes, I'll revisit the formatting issues and that should be it. |
@ashutuptiwari Yeah looks like compilation would be successful, formatting should be the only one remaining. |
Alright then @SanchithHegde |
Please review |
Hello @ashutuptiwari , |
Alright, I'll look into it @swangi-kumari |
Please approve the workflow @SanchithHegde @swangi-kumari |
Co-authored-by: Prasunna Soppa <[email protected]>
please review @prasunna09 @swangi-kumari @Sangamesh26 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Thanks for the PR, @ashutuptiwari!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
Happy Happy Happy |
Thank you @SanchithHegde @prasunna09 @swangi-kumari for your inputs on this. Learnt a lot throught this PR. Will definitely look forward to making more contributions. |
Hey @ashutuptiwari , |
Hi guys, I see my name isn't on the contributors list, nor have I received the swag. |
Hey @ashutuptiwari |
Alright thanks @VedantKhairnar |
Type of Change
Description
Removed the default match case as mentioned in the issue
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy