Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Move RewardInterval to runtime #34146

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Move RewardInterval to runtime #34146

merged 1 commit into from
Nov 20, 2023

Conversation

LucasSte
Copy link
Contributor

Problem

enum RewardInterval is only used in runtime, but it is declared in accounts-db.

Summary of Changes

I moved the enum to runtime/src/bank.rs, closer to its usage.

Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Merging #34146 (d27f5d2) into master (4cbd57e) will increase coverage by 0.0%.
Report is 4 commits behind head on master.
The diff coverage is 100.0%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #34146   +/-   ##
=======================================
  Coverage    81.9%    81.9%           
=======================================
  Files         818      818           
  Lines      219945   219945           
=======================================
+ Hits       180199   180204    +5     
+ Misses      39746    39741    -5     

@LucasSte LucasSte requested a review from pgarg66 November 17, 2023 16:48
@LucasSte LucasSte marked this pull request as ready for review November 17, 2023 16:48
@pgarg66 pgarg66 requested a review from dmakarov November 17, 2023 16:52
@LucasSte LucasSte merged commit a367005 into solana-labs:master Nov 20, 2023
17 checks passed
@LucasSte LucasSte deleted the reward-interval branch November 20, 2023 13:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants