-
Notifications
You must be signed in to change notification settings - Fork 607
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
State compatible epoch speedup from v18 #6161
Merged
Merged
Conversation
This file contains 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
ValarDragon
requested review from
mattverse,
stackman27,
AlpinYukseloglu and
p0mvn
as code owners
August 25, 2023 13:25
ValarDragon
added
A:backport/v15.x
backport patches to v15.x branch
A:backport/v16.x
backport patches to v16.x branch
A:backport/v17.x
backport patches to v17.x branch
labels
Aug 25, 2023
ValarDragon
added
A:backport/v14.x
backport patches to v14.x branch
V:state/compatible/backport
State machine compatible PR, should be backported
labels
Aug 25, 2023
devbot add changelog misc Reduce CPU time of epochs |
ValarDragon
changed the title
The state compatible epoch speedup
State compatible epoch speedup from v18
Aug 25, 2023
p0mvn
approved these changes
Aug 25, 2023
mergify bot
pushed a commit
that referenced
this pull request
Aug 25, 2023
* The state compatible epoch speedup * update changelog --------- Co-authored-by: devbot-wizard <[email protected]> (cherry picked from commit 19c3c50) # Conflicts: # CHANGELOG.md # x/incentives/keeper/distribute.go
This was referenced Aug 25, 2023
mergify bot
pushed a commit
that referenced
this pull request
Aug 25, 2023
* The state compatible epoch speedup * update changelog --------- Co-authored-by: devbot-wizard <[email protected]> (cherry picked from commit 19c3c50) # Conflicts: # CHANGELOG.md # x/incentives/keeper/distribute.go
mergify bot
pushed a commit
that referenced
this pull request
Aug 25, 2023
* The state compatible epoch speedup * update changelog --------- Co-authored-by: devbot-wizard <[email protected]> (cherry picked from commit 19c3c50)
mergify bot
pushed a commit
that referenced
this pull request
Aug 25, 2023
* The state compatible epoch speedup * update changelog --------- Co-authored-by: devbot-wizard <[email protected]> (cherry picked from commit 19c3c50)
ValarDragon
added a commit
that referenced
this pull request
Aug 25, 2023
* State compatible epoch speedup from v18 (#6161) * The state compatible epoch speedup * update changelog --------- Co-authored-by: devbot-wizard <[email protected]> (cherry picked from commit 19c3c50) # Conflicts: # CHANGELOG.md # x/incentives/keeper/distribute.go * Update CHANGELOG.md * Update distribute.go --------- Co-authored-by: Dev Ojha <[email protected]>
ValarDragon
added a commit
that referenced
this pull request
Aug 25, 2023
* The state compatible epoch speedup * update changelog --------- Co-authored-by: devbot-wizard <[email protected]> (cherry picked from commit 19c3c50) Co-authored-by: Dev Ojha <[email protected]>
ValarDragon
added a commit
that referenced
this pull request
Aug 25, 2023
* The state compatible epoch speedup * update changelog --------- Co-authored-by: devbot-wizard <[email protected]> (cherry picked from commit 19c3c50) Co-authored-by: Dev Ojha <[email protected]>
ValarDragon
added a commit
that referenced
this pull request
Aug 25, 2023
* State compatible epoch speedup from v18 (#6161) * The state compatible epoch speedup * update changelog --------- Co-authored-by: devbot-wizard <[email protected]> (cherry picked from commit 19c3c50) # Conflicts: # CHANGELOG.md # x/incentives/keeper/distribute.go * Update CHANGELOG.md * Update distribute.go --------- Co-authored-by: Dev Ojha <[email protected]>
mergify bot
pushed a commit
that referenced
this pull request
Aug 29, 2023
* The state compatible epoch speedup * update changelog --------- Co-authored-by: devbot-wizard <[email protected]> (cherry picked from commit 19c3c50) # Conflicts: # CHANGELOG.md # x/superfluid/keeper/stake.go
p0mvn
added a commit
that referenced
this pull request
Aug 29, 2023
p0mvn
added a commit
that referenced
this pull request
Aug 29, 2023
p0mvn
added a commit
that referenced
this pull request
Aug 29, 2023
Co-authored-by: Roman <[email protected]>
nicolaslara
pushed a commit
that referenced
this pull request
Aug 31, 2023
* The state compatible epoch speedup * update changelog --------- Co-authored-by: devbot-wizard <[email protected]>
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A:backport/v14.x
backport patches to v14.x branch
A:backport/v15.x
backport patches to v15.x branch
A:backport/v16.x
backport patches to v16.x branch
A:backport/v17.x
backport patches to v17.x branch
A:backport/v19.x
backport patches to v19.x branch
C:x/incentives
C:x/superfluid
V:state/compatible/backport
State machine compatible PR, should be backported
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.
State compatible epoch speedup from v18 to main. This should be backported to other feature releases