-
Notifications
You must be signed in to change notification settings - Fork 4
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
panicError handling for hooks #363
Conversation
Coverage after merging puneet/transferHooksError into master
Coverage Report
|
We can also have hooks return error..
this way is more cleaner as it doesn't require me to panic in keeper code logic (keeper functions can be called by other functions in app)
Unknown - what happens to |
aa1ae8a
to
3345b99
Compare
Coverage after merging puneet/transferHooksError into master
Coverage Report
|
Coverage after merging puneet/transferHooksError into master
Coverage Report
|
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
1. Overview
Handles panics in hooks functions
2. Implementation details
3. How to test/use
4. Checklist
5. Limitations (optional)
6. Future Work (optional)