Skip to content

Conversation

@yiweichi
Copy link
Member

@yiweichi yiweichi commented Feb 4, 2026

Purpose or design rationale of this PR

This PR upgrades da-codec version to v0.10.1, which we prevent large payload bytes print on da-codec side.
This will help DogeOS team to not have too much pod logs.

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:

  • build: Changes that affect the build system or external dependencies (example scopes: yarn, eslint, typescript)
  • ci: Changes to our CI configuration files and scripts (example scopes: vercel, github, cypress)
  • docs: Documentation-only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that doesn't fix a bug, or add a feature, or improves performance
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests

Deployment tag versioning

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

  • No, this PR doesn't involve a new deployment, git tag, docker image tag
  • Yes

Breaking change label

Does this PR have the breaking-change label?

  • No, this PR is not a breaking change
  • Yes

Summary by CodeRabbit

  • Chores
    • Updated core dependency to patch version v0.10.1
    • Bumped release version to v4.7.12

@coderabbitai
Copy link

coderabbitai bot commented Feb 4, 2026

📝 Walkthrough

Walkthrough

Dependency patch-level version bump of github.com/scroll-tech/da-codec from v0.10.0 to v0.10.1 across five go.mod files, coupled with a version tag update from v4.7.11 to v4.7.12 in the version manifest.

Changes

Cohort / File(s) Summary
Dependency Updates
bridge-history-api/go.mod, common/go.mod, coordinator/go.mod, rollup/go.mod, tests/integration-test/go.mod
Updated github.com/scroll-tech/da-codec from v0.10.0 to v0.10.1 across all five module files.
Version Tag Update
common/version/version.go
Bumped internal version tag from v4.7.11 to v4.7.12, which is reflected in the exported Version value.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

bump-version

Suggested reviewers

  • colinlyguo
  • jonastheis

Poem

🐰 A tiny hop, a version tick,
Dependencies dance, patch by patch so slick,
From v0.10.0 to v0.10.1 we bound,
And v4.7.12 keeps us sound! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: updating the da-codec dependency to v0.10.1 across multiple go.mod files, which aligns with the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The PR description adequately addresses the purpose (upgrading da-codec to v0.10.1 for reducing pod logs), follows conventional commits (perf type selected), confirms version tag update, and clarifies no breaking change.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-da-codec-to-v0.10.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter
Copy link

codecov-commenter commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 36.40%. Comparing base (efca370) to head (5a00324).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1789      +/-   ##
===========================================
- Coverage    36.47%   36.40%   -0.08%     
===========================================
  Files          248      248              
  Lines        21329    21329              
===========================================
- Hits          7780     7764      -16     
- Misses       12720    12741      +21     
+ Partials       829      824       -5     
Flag Coverage Δ
bridge-history-api 8.07% <ø> (ø)
common 29.45% <ø> (ø)
coordinator 32.28% <ø> (-0.42%) ⬇️
database 42.05% <ø> (ø)
rollup 35.08% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yiweichi yiweichi self-assigned this Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants