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

feat: pre deduct funds (backport #135) #136

Merged
merged 7 commits into from
Aug 22, 2024
Merged

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Aug 21, 2024


This is an automatic backport of pull request #135 done by [Mergify](https://mergify.com).

* escrwo

* utd:

* bettington

* yay

* ok

* version

* ok

* fixing

* testing working

* fix

* add comment

* alwasy escrow

* test

* add checks

* comment

* adding test

* format

* clean

* remove escrow acct

* update comment

* ok

* test

* add StateUpdate field

* test - disabled -> enabled

* ok

* use the keeer for enabled height

* return -1 when nothing in state

(cherry picked from commit 1aac4a6)

# Conflicts:
#	go.mod
#	go.sum
#	tests/app/app.go
#	tests/app/feemarketd/cmd/commands.go
#	tests/e2e/setup.go
#	x/feemarket/ante/expected_keepers.go
#	x/feemarket/ante/feegrant_test.go
#	x/feemarket/ante/suite/suite.go
#	x/feemarket/keeper/keeper.go
#	x/feemarket/keeper/keeper_test.go
#	x/feemarket/post/expected_keeper.go
#	x/feemarket/post/fee.go
#	x/feemarket/post/fee_test.go
#	x/feemarket/post/mocks/mock_feegrant_keeper.go
Copy link
Author

mergify bot commented Aug 21, 2024

Cherry-pick of 1aac4a6 has failed:

On branch mergify/bp/sdk-47/pr-135
Your branch is up to date with 'origin/sdk-47'.

You are currently cherry-picking commit 1aac4a6.
  (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:   .github/CODEOWNERS
	modified:   tests/app/ante.go
	modified:   tests/app/post.go
	modified:   tests/e2e/suite.go
	modified:   testutils/keeper/keeper.go
	modified:   x/feemarket/ante/fee.go
	modified:   x/feemarket/ante/fee_test.go
	modified:   x/feemarket/ante/mocks/mock_bank_keeper.go
	modified:   x/feemarket/keeper/genesis.go
	modified:   x/feemarket/keeper/msg_server.go
	modified:   x/feemarket/keeper/msg_server_test.go
	modified:   x/feemarket/module.go
	deleted:    x/feemarket/post/feegrant_test.go
	modified:   x/feemarket/post/mocks/mock_bank_keeper.go
	modified:   x/feemarket/post/mocks/mock_feemarket_keeper.go
	modified:   x/feemarket/types/keys.go

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	both modified:   go.mod
	both modified:   go.sum
	both modified:   tests/app/app.go
	deleted by us:   tests/app/feemarketd/cmd/commands.go
	both modified:   tests/e2e/setup.go
	both modified:   x/feemarket/ante/expected_keepers.go
	both modified:   x/feemarket/ante/feegrant_test.go
	both modified:   x/feemarket/ante/suite/suite.go
	both modified:   x/feemarket/keeper/keeper.go
	both modified:   x/feemarket/keeper/keeper_test.go
	both modified:   x/feemarket/post/expected_keeper.go
	both modified:   x/feemarket/post/fee.go
	both modified:   x/feemarket/post/fee_test.go
	deleted by them: x/feemarket/post/mocks/mock_feegrant_keeper.go

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

@mergify mergify bot requested a review from aljo242 as a code owner August 21, 2024 09:39
@mergify mergify bot added the conflicts label Aug 21, 2024
@mergify mergify bot requested a review from Eric-Warehime as a code owner August 21, 2024 09:39
@aljo242 aljo242 merged commit e4ef544 into sdk-47 Aug 22, 2024
8 checks passed
@aljo242 aljo242 deleted the mergify/bp/sdk-47/pr-135 branch August 22, 2024 21:37
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