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

Add missing traits for Claim and MinerPower #190

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

sudo-shashank
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • Added missing traits Eq, PartialEq, PartialOrd, Ord, Hash for Claim and MinerPower

Reference issue to close (if applicable)

Closes #189

Other information and links

@codecov-commenter
Copy link

codecov-commenter commented Oct 30, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Files Coverage Δ
actors/power/src/v8/state.rs 14.89% <0.00%> (ø)
actors/verifreg/src/v9/state.rs 0.00% <0.00%> (ø)
fil_actor_interface/src/builtin/miner/mod.rs 3.30% <0.00%> (ø)
fil_actor_interface/src/builtin/power/mod.rs 7.89% <0.00%> (ø)

📢 Thoughts on this report? Let us know!.

@sudo-shashank sudo-shashank marked this pull request as ready for review October 30, 2023 12:31
@sudo-shashank sudo-shashank requested a review from a team as a code owner October 30, 2023 12:31
@sudo-shashank sudo-shashank requested review from LesnyRumcajs and elmattic and removed request for a team October 30, 2023 12:31
@elmattic elmattic added this pull request to the merge queue Oct 31, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 31, 2023
@LesnyRumcajs LesnyRumcajs added this pull request to the merge queue Oct 31, 2023
Merged via the queue into main with commit 84ccddf Oct 31, 2023
6 checks passed
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.

Missing trait implementations
5 participants