Skip to content

chore: add new change log#472

Merged
RetricSu merged 1 commit into
developfrom
add-chengelog
Jul 25, 2026
Merged

chore: add new change log#472
RetricSu merged 1 commit into
developfrom
add-chengelog

Conversation

@RetricSu

Copy link
Copy Markdown
Collaborator

No description provided.

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Summary by CodeRabbit

  • Bug Fixes

    • Updated the default devnet logging filter to include informational messages alongside CKB script debugging output.
    • Newly initialized chains now display per-block log activity in offckb status instead of showing an empty stream.
  • Documentation

    • Added release notes for the updated devnet logging behavior in version 0.4.10.

Walkthrough

Adds a 0.4.10 changelog entry documenting the devnet logger filter change from warn,ckb-script=debug to info,ckb-script=debug, and removes the associated changeset note.

Changes

Devnet logger filter

Layer / File(s) Summary
Add 0.4.10 patch note
CHANGELOG.md
Documents the default logger filter update and notes the required configuration change for existing devnets.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested labels: skip-changeset

Suggested reviewers: humble-little-bear

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive No pull request description was provided, so there is nothing substantive to evaluate. Add a brief description stating that the changelog was updated and the obsolete changeset file was removed.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the main change: updating the changelog/changelog entry.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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

@github-actions

Copy link
Copy Markdown

Missing Changeset

Please add a changeset describing your changes:

pnpm changeset

If your changes do not need a version bump (docs, CI, refactoring),
add the skip-changeset label to this PR.

For dependency updates, use the dependencies label.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@CHANGELOG.md`:
- Line 7: Update the changelog entry for the devnet log filter change to include
existing ckb-miner.toml configurations in the opt-in guidance, directing users
to edit the [logger] filter there as well; keep the existing ckb.toml guidance
intact.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 116bfd02-8445-4600-a377-909a9942a8d0

📥 Commits

Reviewing files that changed from the base of the PR and between 406415e and 613573c.

📒 Files selected for processing (2)
  • .changeset/devnet-log-filter-info.md
  • CHANGELOG.md
💤 Files with no reviewable changes (1)
  • .changeset/devnet-log-filter-info.md

Comment thread CHANGELOG.md

### Patch Changes

- 406415e: Change the default devnet log filter from `warn,ckb-script=debug` to `info,ckb-script=debug` in the `ckb.toml` / `ckb-miner.toml` templates (and the config editor's embedded reference templates). A healthy devnet produces almost no `warn`-level output, which left the `offckb status` Logs panel permanently empty and looked broken; `info` keeps the per-block log stream visible while `ckb-script=debug` still surfaces script execution details. Applies to newly initialized chains — edit `[logger] filter` in your existing devnet `ckb.toml` to opt in.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Include ckb-miner.toml in the existing-config guidance.

This entry says the default changed in both ckb.toml and ckb-miner.toml, but only tells users to edit an existing ckb.toml. Please mention ckb-miner.toml as well, or clarify why it does not require a manual update.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@CHANGELOG.md` at line 7, Update the changelog entry for the devnet log filter
change to include existing ckb-miner.toml configurations in the opt-in guidance,
directing users to edit the [logger] filter there as well; keep the existing
ckb.toml guidance intact.

@RetricSu
RetricSu merged commit 920ef4d into develop Jul 25, 2026
9 of 10 checks passed
@RetricSu
RetricSu deleted the add-chengelog branch July 25, 2026 07:35
RetricSu added a commit that referenced this pull request Jul 25, 2026
* fix: default devnet log filter to info,ckb-script=debug (#471)

A healthy devnet emits almost no warn-level logs, so with the previous
default filter (warn,ckb-script=debug) the `offckb status` Logs panel
stayed permanently empty and looked broken. Switch the devnet ckb.toml
and ckb-miner.toml templates (and the config editor's embedded reference
templates) to info,ckb-script=debug so the per-block log stream is
visible while script debug output is preserved.

Existing chains keep their current filter; edit [logger] filter in the
devnet ckb.toml to opt in.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

* chore: add new change log (#472)

---------

Co-authored-by: humble-little-bear <retric@ckba.build>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant