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: gRPC mempool service #275

Merged
merged 10 commits into from
Dec 8, 2023
Merged

feat: gRPC mempool service #275

merged 10 commits into from
Dec 8, 2023

Conversation

davidterpay
Copy link
Contributor

No description provided.

@davidterpay davidterpay marked this pull request as ready for review December 7, 2023 23:06
@davidterpay
Copy link
Contributor Author

related issue: #98

@davidterpay davidterpay added backport/v1.x.x Backport your PR to the v1.x.x release backport/v2.x.x Backport your PR to the v2.x.x release labels Dec 7, 2023
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (56eeeb3) 60.65% compared to head (9ca608c) 60.67%.

Files Patch % Lines
block/service/service.go 63.63% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #275      +/-   ##
==========================================
+ Coverage   60.65%   60.67%   +0.02%     
==========================================
  Files          35       36       +1     
  Lines        1548     1559      +11     
==========================================
+ Hits          939      946       +7     
- Misses        549      553       +4     
  Partials       60       60              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@davidterpay davidterpay merged commit 7d8a695 into main Dec 8, 2023
10 checks passed
@davidterpay davidterpay deleted the terpay/grpc-mempool-service branch December 8, 2023 18:34
mergify bot pushed a commit that referenced this pull request Dec 8, 2023
* 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 bot pushed a commit that referenced this pull request Dec 8, 2023
* 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
davidterpay added a commit that referenced this pull request Dec 8, 2023
* feat: gRPC mempool service (#275)

* 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

* merge conflict

---------

Co-authored-by: David Terpay <[email protected]>
Co-authored-by: David Terpay <[email protected]>
davidterpay added a commit that referenced this pull request Dec 8, 2023
* feat: gRPC mempool service (#275)

* 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

* merge conflict

---------

Co-authored-by: David Terpay <[email protected]>
Co-authored-by: David Terpay <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/v1.x.x Backport your PR to the v1.x.x release backport/v2.x.x Backport your PR to the v2.x.x release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants