Skip to content

Merge develop into v4 - #502

Merged
RetricSu merged 3 commits into
v0.4.xfrom
develop
Aug 17, 2026
Merged

Merge develop into v4#502
RetricSu merged 3 commits into
v0.4.xfrom
develop

Conversation

@RetricSu

Copy link
Copy Markdown
Collaborator

No description provided.

* fix: address CodeRabbit review findings on the v0.4.12 merge (#499)

- Makefile: add pw-lock and secp256k1_multisig_v2 to .PHONY so make all
  cannot skip their recipes when same-named files or directories exist
- README: list the install <tool> command in the Usage block
- ckb-debugger-install: tighten legacy-shim detection so only the exact
  v0.4.x fallback body (shebang + exec offckb debugger) is upgraded;
  a foreign file that merely mentions offckb debugger is left untouched
- proxy-events: isolate per-member failures in the JSON-RPC batch loop so
  one malformed send_transaction cannot prevent later requests from being
  recorded; add coverage for a failing member followed by a valid one

* fix: address CodeRabbit review on #500

- ckb-debugger-install: classify a legacy v0.4.x fallback shim only when
  the whole file matches its exact body (CRLF-normalized, one trailing
  newline ignored); a legacy body with extra user content is left alone
- proxy-events: normalize non-Error thrown values (Error.message vs
  String(error)) before logging so a null/string throw cannot abort the
  batch loop
- tests: near-match legacy shims (Unix/Windows) stay untouched, Windows
  exact legacy shim upgrades, non-Error and null throws are isolated
…once (fixes #498) (#501)

- Make the balance address argument required so `offckb balance` prints
  `error: missing required argument 'toAddress'` instead of leaking the
  SDK's `Unknown address format undefined`.
- Only emit commander errors through logger.failure in JSON mode; in
  human mode commander's writeErr already printed the line once, so
  re-emitting duplicated every commander error on stderr.
@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (5)
  • master
  • dev
  • releases/.*
  • develop
  • next-major

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 105f840a-29fa-434b-9f6a-e12db491370e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

@RetricSu
RetricSu merged commit 0fa0a75 into v0.4.x Aug 17, 2026
6 checks passed
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.

2 participants