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

refactor(relayer): support multiple codec versions #1178

Merged
merged 33 commits into from
Mar 13, 2024
Merged

Conversation

colinlyguo
Copy link
Member

@colinlyguo colinlyguo commented Mar 6, 2024

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:

  • refactor: A code change that doesn't fix a bug, or add a feature, or improves performance

Deployment tag versioning

Has tag in common/version.go been updated or have you added bump-version label to this PR?

  • Yes

Breaking change label

Does this PR have the breaking-change label?

  • No, this PR is not a breaking change

@colinlyguo colinlyguo requested a review from Thegaram March 6, 2024 06:39
@colinlyguo colinlyguo force-pushed the refactor-relayer branch 2 times, most recently from 2a594ff to 8e2bde1 Compare March 7, 2024 17:28
@colinlyguo colinlyguo changed the title refactor relayer refactor(relayer): support multiple codec versions Mar 7, 2024
@colinlyguo colinlyguo requested review from georgehao and Thegaram March 7, 2024 17:34
@colinlyguo colinlyguo marked this pull request as ready for review March 7, 2024 17:34
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 70.47388% with 243 lines in your changes are missing coverage. Please review.

Project coverage is 57.11%. Comparing base (e35d1d5) to head (4a67422).

Files Patch % Lines
...llup/internal/controller/watcher/batch_proposer.go 53.40% 31 Missing and 10 partials ⚠️
common/types/encoding/codecv0/codecv0.go 89.74% 25 Missing and 11 partials ⚠️
...llup/internal/controller/watcher/chunk_proposer.go 50.87% 19 Missing and 9 partials ⚠️
rollup/internal/controller/relayer/l2_relayer.go 33.33% 25 Missing and 1 partial ⚠️
common/types/encoding/da.go 82.70% 21 Missing and 2 partials ⚠️
coordinator/internal/orm/chunk.go 0.00% 23 Missing ⚠️
rollup/internal/orm/l2_block.go 48.57% 15 Missing and 3 partials ⚠️
coordinator/internal/orm/batch.go 0.00% 17 Missing ⚠️
rollup/internal/orm/batch.go 53.33% 12 Missing and 2 partials ⚠️
rollup/internal/orm/chunk.go 50.00% 9 Missing and 3 partials ⚠️
... and 2 more
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     
Flag Coverage Δ
bridge-history-api 72.50% <ø> (ø)
common 62.95% <87.80%> (+2.46%) ⬆️
coordinator 20.65% <0.00%> (+0.39%) ⬆️
database 42.85% <ø> (ø)
prover 27.32% <ø> (ø)
rollup 64.37% <52.01%> (-2.18%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@colinlyguo colinlyguo requested a review from amoylan2 March 8, 2024 08:50
@colinlyguo colinlyguo changed the base branch from feat-support-multiple-codec-versions to develop March 11, 2024 12:23
@colinlyguo
Copy link
Member Author

colinlyguo commented Mar 11, 2024

Simplifying some encoding/decoding interfaces (to make the logic much more concise) by changing error return into log.Crit, because some errors should not happen during runtime (bad batch header bytes) or due to severe errors from upstream (invalid block inconsistent with encoding scheme).

Related commits: 2f4622f and 97009c3.

Thegaram
Thegaram previously approved these changes Mar 12, 2024
@colinlyguo colinlyguo added the bump-version Bump the version tag for deployment label Mar 12, 2024
@colinlyguo colinlyguo requested a review from georgehao March 13, 2024 09:53
@colinlyguo colinlyguo merged commit 7341439 into develop Mar 13, 2024
27 of 28 checks passed
@colinlyguo colinlyguo deleted the refactor-relayer branch March 13, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-version Bump the version tag for deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants