v3.1: runtime: Test epoch rewards cache for multiple forks (backport of #8802)#9148
Merged
vadorovsky merged 1 commit intov3.1from Nov 25, 2025
Merged
v3.1: runtime: Test epoch rewards cache for multiple forks (backport of #8802)#9148vadorovsky merged 1 commit intov3.1from
vadorovsky merged 1 commit intov3.1from
Conversation
|
@Mergifyio rebase |
Add a unit test which ensures that only one bank fork performs rewards computation during epoch boundary. Co-authored-by: Danele Murua <danele@onniehex.dev> (cherry picked from commit e1634f7)
Author
✅ Branch has been successfully rebased |
c34dd7e to
8dcbbd4
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## v3.1 #9148 +/- ##
=======================================
Coverage 83.1% 83.1%
=======================================
Files 865 865
Lines 375415 375475 +60
=======================================
+ Hits 312316 312372 +56
- Misses 63099 63103 +4 🚀 New features to boost your workflow:
|
t-nelson
approved these changes
Nov 19, 2025
|
@vadorovsky who's a good sme here? |
Member
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a unit test which ensures that only one bank fork performs rewards computation during epoch boundary.
A prerequisite to #8065.
This is an automatic backport of pull request #8802 done by [Mergify](https://mergify.com).