Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

feat: gRPC mempool service (backport #275) #277

Merged
merged 2 commits into from
Dec 8, 2023

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Dec 8, 2023

This is an automatic backport of pull request #275 done by Mergify.
Cherry-pick of 7d8a695 has failed:

On branch mergify/bp/release/v1.x.x/pr-275
Your branch is up to date with 'origin/release/v1.x.x'.

You are currently cherry-picking commit 7d8a695.
  (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:   .gitignore
	modified:   block/mempool.go
	modified:   block/mempool_test.go
	new file:   block/service/README.md
	new file:   block/service/service.go
	new file:   block/service/service_test.go
	new file:   block/service/types/query.pb.go
	new file:   block/service/types/query.pb.gw.go
	new file:   proto/sdk/mempool/v1/query.proto
	modified:   tests/app/app.go
	modified:   tests/integration/chain_setup.go

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   Makefile
	both modified:   tests/integration/block_sdk_suite.go
	both modified:   testutils/utils.go

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

* make file nit

* base app set up

* make file update

* makefile nit

* adding service test to e2e

* lint

* type fix

* nit

* unit test + readme

(cherry picked from commit 7d8a695)

# Conflicts:
#	Makefile
#	tests/integration/block_sdk_suite.go
#	testutils/utils.go
@mergify mergify bot added the conflicts label Dec 8, 2023
@davidterpay davidterpay merged commit bb6b7a8 into release/v1.x.x Dec 8, 2023
8 checks passed
@davidterpay davidterpay deleted the mergify/bp/release/v1.x.x/pr-275 branch December 8, 2023 20:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant