-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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(op): define OpTxType #12443
feat(op): define OpTxType #12443
Conversation
@emhane thanks a lot for your fast responses and great suggestions! I think the last discussion point is, what type or error should be used. After relaxing the trait bound as suggested:
I switched to If you are want any change w.r.t error handling, let me know :) |
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! remaining merge conflicts
Closes #12333
Added few notes on the code for the reviewer as discussion.