-
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
chore(sdk): add NodePrimitives::TxType
#12332
Conversation
9a8e05e
to
0139d93
Compare
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.
this seems fine to me, is there any followup given the new TxType
trait impls, that would help us remove an op feature or something similar?
yes exactly the op feature will be removed by using op tx type in #12443 for op instead. also some additions to the tx type trait are incorporated into #12450. |
Ref #11531