Skip to content
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

chore: catch up main to v21.1.x (backport #7215) #7216

Merged
merged 3 commits into from
Dec 30, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Dec 30, 2023

This is an automatic backport of pull request #7215 done by Mergify.
Cherry-pick of c5a5147 has failed:

On branch mergify/bp/v21.x/pr-7215
Your branch is up to date with 'origin/v21.x'.

You are currently cherry-picking commit c5a51475.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   CHANGELOG.md
	modified:   osmomath/go.mod
	modified:   osmoutils/cache_ctx.go
	modified:   osmoutils/go.mod
	modified:   tests/cl-genesis-positions/go.mod
	modified:   tests/cl-go-client/go.mod
	modified:   x/epochs/go.mod
	modified:   x/epochs/types/hooks.go
	modified:   x/epochs/types/hooks_test.go
	modified:   x/ibc-hooks/go.mod
	modified:   x/incentives/keeper/distribute.go
	modified:   x/incentives/keeper/iterator.go
	modified:   x/incentives/keeper/iterator_test.go
	modified:   x/superfluid/keeper/epoch.go
	modified:   x/txfees/keeper/feedecorator.go
	modified:   x/txfees/keeper/feedecorator_test.go
	modified:   x/txfees/keeper/txfee_filters/arb_tx.go
	modified:   x/txfees/keeper/txfee_filters/arb_tx_test.go

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   go.mod
	both modified:   go.sum
	both modified:   osmomath/go.sum

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* Reduce discrepancy in fee simulation

* Update

* State compatible applyFuncIfNoError event reduction

* Update osmoutils/epochs versions

* Update SDK version

* One more epoch speedup

* Speedup core loop of epoch

* fix test (#7197)

* refactor: auto-set timeout-commit to 4s for faster block times (#7196)

* updates (#7192)

* refactor: auto-set timeout-commit to 4s for faster block times (backport #7180)

* changelog

* Revert "updates (#7192)"

This reverts commit 6cc26f9.

* lint

* Update changelog

* Update changelog

* changelog

* Speedup multiplication

* Try scratch slice

* refactor: arb filter for new authz exec swap (#7210)

* refactor: arb filter for new authz exec swap

* updates

* updates

* updates

* clean up

* Auto: update go.mod after push to adam/v21.1.x-merge-to-main that modified dependencies locally

* add 21.1.5 to changelog

* update comment

---------

Co-authored-by: Dev Ojha <dojha@berkeley.edu>
Co-authored-by: Roman <roman@osmosis.team>
Co-authored-by: github-actions <github-actions@github.com>
(cherry picked from commit c5a5147)

# Conflicts:
#	go.mod
#	go.sum
#	osmomath/go.sum
Copy link
Contributor

Important Notice

This PR modifies an in-repo Go module. It is one of:

  • osmomath
  • osmoutils
  • x/ibc-hooks
  • x/epochs

The dependent Go modules, especially the root one, will have to be
updated to reflect the changes. Failing to do so might cause e2e to fail.

Please follow the instructions below:

  1. Open https://github.com/osmosis-labs/osmosis/actions/workflows/go-mod-auto-bump.yml
  2. Provide the current branch name
  3. On success, confirm if an automated commit corretly updated the go.mod and go.sum files

Please let us know if you need any help.

@czarcas7ic czarcas7ic merged commit 6a76a5c into v21.x Dec 30, 2023
1 check passed
@czarcas7ic czarcas7ic deleted the mergify/bp/v21.x/pr-7215 branch December 30, 2023 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant