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: Cache Tx Decoder #528

Merged
merged 8 commits into from
Jun 20, 2024
Merged

feat: Cache Tx Decoder #528

merged 8 commits into from
Jun 20, 2024

Conversation

davidterpay
Copy link
Contributor

@davidterpay davidterpay commented Jun 20, 2024

No description provided.

Copy link

codecov bot commented Jun 20, 2024

Codecov Report

Attention: Patch coverage is 94.64286% with 3 lines in your changes missing coverage. Please review.

Project coverage is 43.46%. Comparing base (154f47d) to head (23a45f6).

Files Patch % Lines
block/utils/decoder.go 96.15% 1 Missing and 1 partial ⚠️
block/utils/utils.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #528      +/-   ##
==========================================
- Coverage   52.07%   43.46%   -8.62%     
==========================================
  Files          48       75      +27     
  Lines        1855     3106    +1251     
==========================================
+ Hits          966     1350     +384     
- Misses        798     1626     +828     
- Partials       91      130      +39     

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

@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 Jun 20, 2024
@davidterpay davidterpay merged commit bfdd584 into main Jun 20, 2024
11 of 13 checks passed
@davidterpay davidterpay deleted the terpay/cache-decoder branch June 20, 2024 21:03
mergify bot pushed a commit that referenced this pull request Jun 20, 2024
* init

* nit

* nits

* nit

* more nits

* go version bump

* image bump

* nit

(cherry picked from commit bfdd584)

# Conflicts:
#	abci/checktx/check_tx_test.go
#	go.mod
#	tests/app/app.go
#	tests/e2e/go.mod
#	tests/e2e/go.sum
mergify bot pushed a commit that referenced this pull request Jun 20, 2024
* init

* nit

* nits

* nit

* more nits

* go version bump

* image bump

* nit

(cherry picked from commit bfdd584)

# Conflicts:
#	abci/checktx/check_tx_test.go
#	tests/app/app.go
#	tests/e2e/go.mod
#	tests/e2e/go.sum
davidterpay added a commit that referenced this pull request Jun 20, 2024
* feat: Cache Tx Decoder (#528)

* init

* nit

* nits

* nit

* more nits

* go version bump

* image bump

* nit

(cherry picked from commit bfdd584)

# Conflicts:
#	abci/checktx/check_tx_test.go
#	go.mod
#	tests/app/app.go
#	tests/e2e/go.mod
#	tests/e2e/go.sum

* merge

---------

Co-authored-by: David Terpay <[email protected]>
Co-authored-by: David Terpay <[email protected]>
davidterpay added a commit that referenced this pull request Jun 24, 2024
* feat: Cache Tx Decoder (#528)

* init

* nit

* nits

* nit

* more nits

* go version bump

* image bump

* nit

(cherry picked from commit bfdd584)

# Conflicts:
#	abci/checktx/check_tx_test.go
#	tests/app/app.go
#	tests/e2e/go.mod
#	tests/e2e/go.sum

* merge fixes

---------

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.

2 participants