v3.1: runtime: Add test for epoch boundary (backport of #8838)#9149
Merged
vadorovsky merged 2 commits intov3.1from Nov 27, 2025
Merged
v3.1: runtime: Add test for epoch boundary (backport of #8838)#9149vadorovsky merged 2 commits intov3.1from
vadorovsky merged 2 commits intov3.1from
Conversation
Author
|
Cherry-pick of 30d8afd has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
|
@vadorovsky can you rebase when you fix conflicts here? need to pickup the version bump commit to pass sanity |
|
@vadorovsky ping |
edf4157 to
a8773dd
Compare
Member
|
Sorry for late reaction, done. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## v3.1 #9149 +/- ##
========================================
Coverage 83.2% 83.2%
========================================
Files 865 865
Lines 375625 375787 +162
========================================
+ Hits 312710 312846 +136
- Misses 62915 62941 +26 🚀 New features to boost your workflow:
|
t-nelson
previously approved these changes
Nov 26, 2025
|
derp needs conflict resolution again |
Add test that ensures correct values in `Bank` and `PartitionedRewardsCalculation` after crossing epoch boundary. (cherry picked from commit 30d8afd)
a8773dd to
f1e6ae3
Compare
Member
|
green again |
t-nelson
approved these changes
Nov 26, 2025
|
@HaoranYi can you give sme review for this bp? |
HaoranYi
approved these changes
Nov 26, 2025
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 test that ensures correct values in
BankandPartitionedRewardsCalculationafter crossing epoch boundary.This is an automatic backport of pull request #8838 done by [Mergify](https://mergify.com).