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

v1.18: Move EpochRewardsHasher to solana-sdk (backport of #34934) #34939

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jan 24, 2024

This is an automatic backport of pull request #34934 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* Move EpochRewardsHasher to solana-sdk

* Cargo.lock

* Apparently we're allowing arithmetic_side_effects in all of runtime

* Move allow stmt to block instead of module

* Also allow in test mod

(cherry picked from commit bbd1fd4)
@CriesofCarrots CriesofCarrots added the automerge Merge this Pull Request automatically once CI passes label Jan 24, 2024
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

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

Comparison is base (60bb090) 81.6% compared to head (01859a2) 81.6%.

Additional details and impacted files
@@           Coverage Diff           @@
##            v1.18   #34939   +/-   ##
=======================================
  Coverage    81.6%    81.6%           
=======================================
  Files         827      828    +1     
  Lines      223859   223859           
=======================================
+ Hits       182821   182822    +1     
+ Misses      41038    41037    -1     

@mergify mergify bot merged commit 2c5f24a into v1.18 Jan 25, 2024
37 checks passed
@mergify mergify bot deleted the mergify/bp/v1.18/pr-34934 branch January 25, 2024 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants