Skip to content

chore(fmt): workspace-wide cargo fmt --all pass (closes #320)#335

Merged
obchain merged 1 commit intomainfrom
chore/320-workspace-fmt
Apr 26, 2026
Merged

chore(fmt): workspace-wide cargo fmt --all pass (closes #320)#335
obchain merged 1 commit intomainfrom
chore/320-workspace-fmt

Conversation

@obchain
Copy link
Copy Markdown
Owner

@obchain obchain commented Apr 26, 2026

Summary

  • Pure cosmetic cargo fmt --all pass over the workspace.
  • 14 files reformatted (call-chain re-wrapping, builder field expansion, format compaction).
  • No semantic changes; cargo build --locked and cargo test --workspace --locked both green.

Test plan

  • cargo build --workspace --locked — green.
  • cargo test --workspace --locked — green.
  • CI rust + solidity jobs — should pass unchanged.

Closes #320.

Pure rustfmt cosmetic pass over the workspace — no semantic changes.
Run after the parallel-terminal main.rs WIP landed so the format pass
covers every crate at once. Validated with cargo build --workspace
--locked and cargo test --workspace --locked, both green.

Closes #320.
@obchain obchain merged commit ad68bd0 into main Apr 26, 2026
4 checks passed
@obchain obchain deleted the chore/320-workspace-fmt branch April 26, 2026 07:41
obchain added a commit that referenced this pull request Apr 26, 2026
* ci: restore fmt + clippy gates and switch rust job back to Linux

Followup to #319 (clippy unblocked), #320 (workspace fmt), #322
(submit classifier Linux-safe).

- Add cargo fmt --all -- --check as the first rust-job step.
- Add cargo clippy --workspace --all-targets --locked -- -D warnings
  before tests, so lint regressions block merge instead of leaking in.
- Switch rust job from macos-latest back to ubuntu-latest. The
  platform-sensitive ECONNREFUSED classifier was fixed by #334
  (substring match -> structured TransportErrorKind::HttpError.status
  check), so the macOS pin is no longer needed. Linux runners are
  faster and cheaper.

Reviewer (blockchain-code-reviewer) confirmed step ordering, cache
locality, action syntax, and permissions are clean.

* ci: cargo fmt --all on token_meta.rs (introduced post #335)
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.

chore(fmt): workspace-wide cargo fmt pass

1 participant