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 bounds from `Memberships trait #3816

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

tbro
Copy link
Contributor

@tbro tbro commented Oct 28, 2024

Closes #<ISSUE_NUMBER>

This PR:

Removs Hash, Eq, PartialEq and static bounds from Membership. These restrictions prevented us from adding application layer's L1Client as a field to the concrete type implementing the trait. We need this in order to fetch stake table for PoS.

@tbro tbro requested a review from bfish713 as a code owner October 28, 2024 22:57
@tbro tbro requested review from ss-es and removed request for bfish713 October 28, 2024 22:57
@tbro tbro changed the title remove unneeded bounds from Memberships trait Remove unneeded bounds from `Memberships trait Oct 28, 2024
@tbro tbro merged commit 9d5c868 into main Oct 29, 2024
24 checks passed
@tbro tbro deleted the tb/pos/membership-bounds branch October 29, 2024 15:26
@tbro
Copy link
Contributor Author

tbro commented Oct 29, 2024

#3726

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.

4 participants