-
Notifications
You must be signed in to change notification settings - Fork 902
chore (app, deps): address open points for rc4 release #1190
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
Merged
Conversation
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
ENG-1255 Revert mempool default to v0
Create a new PR to revert the following change on
The PR then will need to be backported to the v10 release branch |
fedekunze
reviewed
Dec 23, 2022
fedekunze
reviewed
Dec 23, 2022
Closed
4 tasks
This reverts commit 2d8b761.
Vvaradinov
approved these changes
Dec 23, 2022
fedekunze
approved these changes
Dec 23, 2022
https://github.com/Mergifyio backport release/v10.0.x |
mergify bot
pushed a commit
that referenced
this pull request
Dec 23, 2022
* revert default mempool back to 0 * prepare v10/constants.go for v10.0.0-rc4 * remove Cosmos SDK replace in go.mod * update changelog entries * Update cmd/evmosd/root.go * use v0.46.7 on cosmos sdk fork * Revert "prepare v10/constants.go for v10.0.0-rc4" This reverts commit 2d8b761. Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> (cherry picked from commit 6e83c7e) # Conflicts: # CHANGELOG.md
✅ Backports have been created
|
danburck
pushed a commit
that referenced
this pull request
Dec 23, 2022
… (#1192) * chore (app, deps): address open points for rc4 release (#1190) * revert default mempool back to 0 * prepare v10/constants.go for v10.0.0-rc4 * remove Cosmos SDK replace in go.mod * update changelog entries * Update cmd/evmosd/root.go * use v0.46.7 on cosmos sdk fork * Revert "prepare v10/constants.go for v10.0.0-rc4" This reverts commit 2d8b761. Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> (cherry picked from commit 6e83c7e) # Conflicts: # CHANGELOG.md * fix conflicts in changelog Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com> Co-authored-by: MalteHerrmann <malte@evmos.org>
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.
This PR does the following:
v0
(FIFO mempool) as we have seen this being detrimental to node performanceCloses ENG-1255