Skip to content

chore: update flake.lock to latest logos-cpp-sdk#176

Open
jimmy-claw wants to merge 1 commit into
masterfrom
jimmy/lmao-issue-146-20260419-v2
Open

chore: update flake.lock to latest logos-cpp-sdk#176
jimmy-claw wants to merge 1 commit into
masterfrom
jimmy/lmao-issue-146-20260419-v2

Conversation

@jimmy-claw

Copy link
Copy Markdown
Owner

Summary

  • Updates logos-core-module/flake.lock to pull in the latest logos-cpp-sdk (rev 1468180b) and all transitive Nix dependencies
  • Verified cargo build --workspace and cargo test --workspace pass with no regressions
  • --all-features build fails on logos-core/native-waku features as expected (requires native liblogos_core.so at link time — not a regression)

Test plan

  • cargo build --workspace — OK
  • cargo test --workspace — all tests pass
  • cargo build --workspace --all-features — expected linker error for logos-core feature only

Fixes #146

🤖 Generated with Claude Code

Updates the Nix flake lockfile to pull in the latest logos-cpp-sdk
(rev 1468180b) and all transitive dependencies (logos-module-builder,
logos-nix, etc.).

Verified:
- cargo build --workspace: OK
- cargo test --workspace: all tests pass
- --all-features build: expected link failure for logos-core/native-waku
  features (requires native liblogos_core.so) — no regressions

Fixes #146

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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: run LMAO tests against latest logos-cpp-sdk

1 participant