-
Notifications
You must be signed in to change notification settings - Fork 620
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
refactor(relayer): support multiple codec versions #1178
Conversation
2a594ff
to
8e2bde1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1178 +/- ##
===========================================
- Coverage 57.22% 57.11% -0.11%
===========================================
Files 154 153 -1
Lines 11183 11329 +146
===========================================
+ Hits 6399 6471 +72
- Misses 4336 4386 +50
- Partials 448 472 +24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
8e2bde1
to
5062dd3
Compare
Simplifying some encoding/decoding interfaces (to make the logic much more concise) by changing error return into |
This reverts commit 97009c3.
Co-authored-by: georgehao <haohongfan@gmail.com>
Purpose or design rationale of this PR
This PR refactors rollup-relayer to support multiple codec versions.
PR title
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
Deployment tag versioning
Has
tag
incommon/version.go
been updated or have you addedbump-version
label to this PR?Breaking change label
Does this PR have the
breaking-change
label?