Skip to content
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

Remove unneeded Config bounds and BlockNumber associated type #804

Merged
merged 2 commits into from
Jan 27, 2023

Conversation

jsdw
Copy link
Collaborator

@jsdw jsdw commented Jan 27, 2023

Just some tidyup since we had a bunch of bounds on config associated types that aren't actually needed for Subxt.

Also, the BlockNumber type is redundant so I removed it (you can still access this via T::Header::Number).

For now I standardised on everything supporting Debug even though not necessary, just incase we want to log things. I could be convinced to remove this though if preferred!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants