-
Notifications
You must be signed in to change notification settings - Fork 772
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: add super trait for block number #2334
Conversation
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.
We cannot change this for downstream convenience.
@ggwpez I find |
I have no clue what you are trying to do here. We should not need to change this trait here for any downstream project. They can just artificially restrict it even more if needed. Currently we have this: + Into<U256>
+ TryFrom<U256> And now you add |
@ggwpez Ok i will remove |
Please take a look. Thx! @ggwpez |
And also related to a subxt PR paritytech/subxt#1265
And also related to a subxt PR paritytech/subxt#1265