Skip to content

chore(deps): bump rain-solmem 0.1.3 -> 0.1.26 - #26

Merged
thedavidmeister merged 1 commit into
mainfrom
2026-08-22-solmem-0-1-26
Aug 22, 2026
Merged

chore(deps): bump rain-solmem 0.1.3 -> 0.1.26#26
thedavidmeister merged 1 commit into
mainfrom
2026-08-22-solmem-0-1-26

Conversation

@thedavidmeister

@thedavidmeister thedavidmeister commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Puts this repo on the latest published solmem, per the org-wide ruling to move everything to latest.

Changes

  • foundry.toml: rain-solmem soldeer pin 0.1.3 -> 0.1.26.
  • soldeer.lock: regenerated via forge soldeer install; only the rain-solmem entry moved.
  • Version-pinned import paths in test/ moved from rain-solmem-0.1.3/ to rain-solmem-0.1.26/ (3 files, imports of LibPointer and LibBytes32Array — both still ship in 0.1.26).

Not changed

  • No remappings to prune: this repo has no remappings.txt and relies on forge auto-remapping over dependencies/.
  • No generated pointers/bytecode artifacts in this repo.
  • LibStackPointer was deleted upstream in solmem, but memkv never imported it.

QA

  • Discriminating tests: n/a — dependency pin bump only, no behavior change in this repo; the gate is the full existing suite (28 tests, fuzz runs 1024) passing against solmem 0.1.26 locally: 28 passed, 0 failed.
  • Mutations applied: n/a — no source lines changed; the diff is a version pin, a regenerated lockfile, and three import-path strings, none of which admit a semantic mutation that compiles.
  • Oracle: the existing test suite's own assertions, unchanged by this PR, run against the new dependency version.
  • Category check: task asks to move the solmem pin to 0.1.26, regenerate soldeer.lock, and move pinned import paths; all three done, nothing else touched.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated the memory utilities dependency to version 0.1.26.
    • Updated related test references to maintain compatibility with the newer dependency.
    • No functional or behavioral changes were introduced.

Update the soldeer pin, regenerate soldeer.lock, and move the three
version-pinned import paths in tests to rain-solmem-0.1.26/. No source
changes; everything memkv imports (LibPointer, LibBytes32Array) still
ships in 0.1.26. Full suite passes locally.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 22, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 9e446f05-dcb6-4e8f-82df-774bd92db654

📥 Commits

Reviewing files that changed from the base of the PR and between e846bbd and 30cc091.

⛔ Files ignored due to path filters (1)
  • soldeer.lock is excluded by !**/*.lock
📒 Files selected for processing (4)
  • foundry.toml
  • test/lib/LibMemoryKVSlow.sol
  • test/src/lib/LibMemoryKV.array.t.sol
  • test/src/lib/LibMemoryKV.getset.t.sol

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


Walkthrough

The pull request updates the rain-solmem dependency from 0.1.3 to 0.1.26 in Foundry configuration and related test imports. Test logic remains unchanged.

Changes

rain-solmem dependency update

Layer / File(s) Summary
Update dependency references
foundry.toml, test/lib/LibMemoryKVSlow.sol, test/src/lib/LibMemoryKV.array.t.sol, test/src/lib/LibMemoryKV.getset.t.sol
The Foundry dependency and Solidity imports now reference rain-solmem version 0.1.26 instead of 0.1.3.

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

Merge Risk: ⚪ Minimal · up to 30cc0

This PR updates the dependency pin and corresponding test import paths without changing repository behavior; no actionable merge-blocking risk remains beyond normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the dependency version update covered by the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (4 skipped: 4 unsupported.)
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 2026-08-22-solmem-0-1-26

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.

@thedavidmeister
thedavidmeister merged commit 968cb62 into main Aug 22, 2026
4 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.

1 participant