Skip to content

Bump rainlang 0.1.5 -> 0.2.4 and the dep chain it spells (rain-solmem 0.1.28), no alias remappings - #2863

Merged
thedavidmeister merged 7 commits into
mainfrom
2026-09-08-solmem-0.1.28-rainlang-0.2.1
Sep 13, 2026
Merged

thedavidmeister merged 7 commits into
mainfrom
2026-09-08-solmem-0.1.28-rainlang-0.2.1

Conversation

@thedavidmeister

@thedavidmeister thedavidmeister commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

What

Puts raindex on the latest published rain-solmem (0.1.28) by moving the whole Soldeer chain that spells it: rainlang 0.1.5 -> 0.2.4 and every pin 0.2.4 imports. Every versioned import prefix in src/, test/ and script/ moves in place. No alias remapping remains: the rain-metadata-0.1.0/=dependencies/rain-metadata-0.1.7/ line that earlier revisions of this PR kept is gone, because mapping one version prefix onto another is not acceptable (ruling 2026-09-12); the upstream package that spelled the old prefix was fixed instead (rainlang #581, released as 0.2.4).

Subsumes #2831 (rain-math-binary 0.1.1 -> 0.1.4 here, past the 0.1.3 that PR targeted) and supersedes #2839 (0.1.26 via an alias remapping, which the 2026-08-13 ruling forbids).

Why the chain

rainlang 0.1.x spells rain-solmem-0.1.3/ in its published import paths and Soldeer installs one version per package name, so solmem cannot move alone. rainlang 0.2.4 spells rain-solmem-0.1.28/. The remaining pins are exactly what rainlang 0.2.4 and rainlang-interface 0.2.8 import, read from the installed sources.

package main this PR note
rainlang 0.1.5 0.2.4 library half after the rainlang/rainlang.deploy split (rainlanguage/rainlang#552); 0.2.4 spells rain-metadata-0.1.7/ itself, which is what removed the alias
rain-interpreter-interface 0.1.0 removed successor package below
rainlang-interface - 0.2.8 replaces rain-interpreter-interface
rain-solmem 0.1.3 0.1.28
rain-math-binary 0.1.1 0.1.4 subsumes #2831
rain-math-float 0.1.1 0.2.1 what rainlang 0.2.4 spells (46 sites); LibDecimalFloat is signature-identical between the two
rain-math-float-deploy - 0.1.2 new: the 0.2.x split moved the concrete DecimalFloat and LibDecimalFloatDeploy here; script/SubgraphAbi.sol and src/abstract/RaindexDeploySuites.sol import them from this prefix now
rain-lib-typecast 0.1.0 0.1.4 what rainlang 0.2.4 spells
raindex-interface 0.1.3 0.1.5 0.1.3 spells rain-interpreter-interface-0.1.0/ in IRaindexV6.sol, a second distinct IInterpreterV4 type next to rainlang-interface 0.2.8; 0.1.5 spells rainlang-interface-0.2.8/
rain-extrospection - 0.1.14 new: rainlang 0.2.4 spells it
rain-deploy 0.1.8 0.1.8 from main (#2865); the 36 test files that spelled 0.1.7 before the merge are re-spelled
rain-intorastring / rain-lib-memkv 0.1.0 / 0.1.0 unchanged what rainlang 0.2.4 imports
forge-std, rain-sol-codegen 1.16.2 / 0.1.36 unchanged

forge soldeer update regenerated soldeer.lock and remappings.txt; stale remapping lines and dependencies/ dirs pruned. The only entry left in foundry.toml remappings is the @openzeppelin/contracts/ one that resolves OpenZeppelin's own internal imports.

Deploy pins

rainlang 0.2.x ships no deploy pins. The 22 test files that imported rainlang-0.1.5/src/lib/deploy/LibInterpreterDeploy.sol now import the symbols they use from rainlang-0.2.4/test/lib/deploy/LibTestInterpreterDeploy.sol and call etchTestRainlang(vm) instead of etchRainlang(vm) (same migration rain.dia#72 did).

Candidates

Regenerated exactly as rainix-copy-artifacts does (forge script script/Build.sol -> forge build): the bumped upstream internals moved the compiled RaindexV6SubParser once, at the 0.2.1 step (src/generated/candidate/RaindexV6SubParser.sol bytecode hash 0x704aadc1... -> 0xdd4c380f..., Zoltu address 0x09Bc7AF2... -> 0xE14F3A7b..., plus src/generated/RaindexV6SubParserPointers.sol and crates/test_fixtures/abis/RaindexV6SubParser.json). The 0.2.1 -> 0.2.4 / float 0.2.1 step leaves every candidate byte-identical: Build.sol on this head reports no files changed and git status is clean afterwards. RaindexV6, RouteProcessor4 and the arb / flash-borrower candidates never moved. Frozen src/generated/0_1_14 and 0_1_15 untouched.

Merge fix

The origin/main merge (0660959) had dropped the robinhood and bsc entries from [rpc_endpoints] and [etherscan] that #2865 added; testSupportedNetworksAreFullyConfigured catches this (supported network has no [rpc_endpoints] alias: bsc). Both blocks are restored to what main has.

Blocked on two upstream releases

At the pins that exist today forge build fails on exactly two upstream spellings, both already fixed upstream and green:

Once those two release, this PR moves rainlang -> that release and raindex-interface -> that release (import prefixes included) and nothing else. rain-metadata-deploy 0.1.1 still spells rain-deploy-0.1.7/ in its RainDeploySuitesBase.sol, but this repo only reaches its LibMetaBoardDeploy.sol, which imports nothing outside the package, so it is not in the way; same for rain-math-float-deploy 0.1.2, whose LibDecimalFloatDeploy.sol closure never touches rain-deploy.

QA

  • Discriminating tests: n/a - version pins, import re-spellings and Build.sol-generated output; no behaviour is authored in this repo for a new test to discriminate. The gate is the full existing suite (unit + fork) on CI.
  • Mutations applied: n/a - no hand-written logic line in the diff to mutate (pins, import prefixes, generated bytes, two restored config lines).
  • Oracle: the regeneration itself - forge script script/Build.sol -> forge build, output committed verbatim and re-asserted independently by CI copy-artifacts; upstream bytes pinned by the Soldeer checksum + integrity hashes in soldeer.lock; the restored [rpc_endpoints] / [etherscan] blocks are byte-equal to origin/main.
  • Category check: ruling asks one thing, put everything on latest solmem, with versions moving in place and no alias; covered: pin chain, lockfile, remappings pruning, every import prefix in src/test/script, deploy-pin migration to LibTestInterpreterDeploy, candidate regeneration, alias removal. Subsumes chore: bump soldeer rain-math-binary 0.1.1 -> 0.1.3 #2831, supersedes Bump rain-solmem 0.1.3 -> 0.1.26 #2839.

Local verification on this head with the three upstream files from #582 and #75 copied over the installed dependencies/ copies (the only bytes those PRs change; not committed here), through the repo flake with ARBITRUM_RPC_URL set: forge build exit 0 (0 errors, the same pre-existing lint warnings as main); forge test 176 suites, 686 passed, 10 failed. The 10: testProdDeployArbitrum with SubParser not deployed (candidate moved, deploy pending, as before); 8 fork tests failing on *_RPC_URL not found for base / base_sepolia / flare / polygon (environment only); and testSupportedNetworksAreFullyConfigured, which the merge fix above clears (re-run green). Until the two releases land, CI rainix-sol / test and copy-artifacts on this branch fail at the import resolution step, by construction.

After the releases the expected CI state is: every check green except rainix-sol / test failing exactly the five LibRaindexDeployProd testProdDeploy{Arbitrum,Base,BaseSepolia,Flare,Polygon} with SubParser not deployed, until a Manual sol artifacts dispatch with suite=subparser (key custody, human only) deploys the moved candidate.

🤖 Generated with Claude Code

https://claude.ai/code/session_01V8ViHcKLVk2YoS2joH4HdN

thedavidmeister and others added 2 commits September 8, 2026 17:29
… 0.1.28)

- rainlang 0.1.5 -> 0.2.1; rain-interpreter-interface 0.1.0 -> rainlang-interface 0.2.8
  (successor package), imports re-pointed.
- rain-solmem 0.1.3 -> 0.1.28, rain-math-binary 0.1.1 -> 0.1.4, raindex-interface
  0.1.3 -> 0.1.5, rain-extrospection 0.1.14 added (rainlang 0.2.1 spells it).
- Every versioned import prefix moved in place across src/, test/, script/.
- rainlang 0.2.x no longer ships deploy pins (rainlanguage/rainlang#552): tests bind
  the test concretes via rainlang-0.2.1/test/lib/deploy/LibTestInterpreterDeploy.sol.
- forge-std-1.16.1, rain-sol-codegen-0.1.0 and rain-deploy-0.1.2 alias remappings
  dropped: nothing reached spells them any more; this repo's own imports move to
  rain-deploy-0.1.7 / rain-sol-codegen-0.1.36.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Er8WeWK6pTu7imaLpEZ3bg
Output of script/build-meta.sh -> forge script script/Build.sol (fixed
point, two identical passes) -> script/build.sh, exactly as
rainix-copy-artifacts runs it. The bumped upstream internals move the
compiled sub-parser: bytecode hash, counterfactual Zoltu address and
creation code in src/generated/candidate/RaindexV6SubParser.sol, the
function-pointer tables in src/generated/RaindexV6SubParserPointers.sol,
and the ABI fixture bytecode. meta/ is unchanged; RaindexV6,
RouteProcessor4 and the arb/flash-borrower candidates are byte-identical
so their pins stay; the frozen 0_1_14 / 0_1_15 snapshots are untouched.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Er8WeWK6pTu7imaLpEZ3bg
@thedavidmeister thedavidmeister self-assigned this Sep 8, 2026
@coderabbitai

coderabbitai Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Too many files!

This PR contains 167 files, which is 67 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 28fe3b25-7b66-419b-97ca-88679018b63e

📥 Commits

Reviewing files that changed from the base of the PR and between a76fb70 and 566fb09.

⛔ Files ignored due to path filters (4)
  • flake.lock is excluded by !**/*.lock
  • soldeer.lock is excluded by !**/*.lock
  • src/generated/RaindexV6SubParserPointers.sol is excluded by !**/generated/**
  • src/generated/candidate/RaindexV6SubParser.sol is excluded by !**/generated/**
📒 Files selected for processing (167)
  • crates/test_fixtures/abis/RaindexV6SubParser.json
  • foundry.toml
  • remappings.txt
  • script/Build.sol
  • script/SubgraphAbi.sol
  • src/abstract/RaindexDeploySuites.sol
  • src/abstract/RaindexV6ArbCommon.sol
  • src/abstract/RaindexV6ArbOrderTaker.sol
  • src/abstract/RaindexV6ArbTaskGated.sol
  • src/abstract/RaindexV6FlashBorrower.sol
  • src/abstract/RaindexV6FlashLender.sol
  • src/concrete/arb/RouteProcessorRaindexV6ArbOrderTaker.sol
  • src/concrete/parser/RaindexV6SubParser.sol
  • src/concrete/raindex/RaindexV6.sol
  • src/lib/LibOrder.sol
  • src/lib/LibRaindex.sol
  • src/lib/LibRaindexArb.sol
  • src/lib/LibRaindexSubParser.sol
  • test/abstract/RaindexV6ArbOrderTaker.badRaindex.t.sol
  • test/abstract/RaindexV6ArbOrderTaker.beforeArbOrder.t.sol
  • test/abstract/RaindexV6ArbOrderTaker.context.t.sol
  • test/abstract/RaindexV6ArbOrderTaker.finalizeDecimals.t.sol
  • test/abstract/RaindexV6ArbOrderTaker.finalizeTaskArg.t.sol
  • test/abstract/RaindexV6ArbOrderTaker.ierc165.t.sol
  • test/abstract/RaindexV6ArbOrderTaker.ioIndexSelection.t.sol
  • test/abstract/RaindexV6ArbOrderTaker.noOrders.t.sol
  • test/abstract/RaindexV6ArbOrderTaker.onTakeOrders2.t.sol
  • test/abstract/RaindexV6ArbOrderTaker.onTakeOrders2Base.t.sol
  • test/abstract/RaindexV6ArbOrderTaker.onTakeOrders2Direct.t.sol
  • test/abstract/RaindexV6ArbOrderTaker.reentrancy.t.sol
  • test/abstract/RaindexV6ArbTaskGated.checkTaskHashPassMatch.t.sol
  • test/abstract/RaindexV6ArbTaskGated.checkTaskHashPassZero.t.sol
  • test/abstract/RaindexV6ArbTaskGated.checkTaskHashWrongTask.t.sol
  • test/abstract/RaindexV6ArbTaskGated.construct.t.sol
  • test/abstract/RaindexV6ArbTaskGated.iTaskHashBoundary.t.sol
  • test/abstract/RaindexV6ArbTaskGated.iTaskHashNonzero.t.sol
  • test/abstract/RaindexV6ArbTaskGated.iTaskHashZero.t.sol
  • test/abstract/RaindexV6FlashBorrower.badLenderApproval.t.sol
  • test/abstract/RaindexV6FlashBorrower.beforeArbOrder.t.sol
  • test/abstract/RaindexV6FlashBorrower.finalizeDecimals.t.sol
  • test/abstract/RaindexV6FlashBorrower.flashLoanAmountLossless.t.sol
  • test/abstract/RaindexV6FlashBorrower.flashLoanAmountValue.t.sol
  • test/abstract/RaindexV6FlashBorrower.flashLoanFailed.t.sol
  • test/abstract/RaindexV6FlashBorrower.inputIoIndexSelection.t.sol
  • test/abstract/RaindexV6FlashBorrower.ioIsInput.t.sol
  • test/abstract/RaindexV6FlashBorrower.mixedDecimals.t.sol
  • test/abstract/RaindexV6FlashBorrower.noOrders.t.sol
  • test/abstract/RaindexV6FlashBorrower.orders0Selection.t.sol
  • test/abstract/RaindexV6FlashBorrower.realTokenTransfers.t.sol
  • test/abstract/RaindexV6FlashBorrower.reentrancy.t.sol
  • test/abstract/RaindexV6FlashLender.griefRecipient.t.sol
  • test/abstract/RaindexV6FlashLender.mockSuccess.t.sol
  • test/abstract/RaindexV6FlashLender.reentrant.t.sol
  • test/abstract/RaindexV6FlashLender.transfers.t.sol
  • test/concrete/arb/GenericPoolRaindexV6ArbOrderTaker.sender.t.sol
  • test/concrete/arb/GenericPoolRaindexV6FlashBorrower.exchangeTokenSelection.t.sol
  • test/concrete/arb/GenericPoolRaindexV6FlashBorrower.sender.t.sol
  • test/concrete/arb/RouteProcessorRaindexV6ArbOrderTaker.lossyRounding.t.sol
  • test/concrete/arb/RouteProcessorRaindexV6ArbOrderTaker.noEthForward.t.sol
  • test/concrete/arb/RouteProcessorRaindexV6ArbOrderTaker.nonStandardDecimals.t.sol
  • test/concrete/arb/RouteProcessorRaindexV6ArbOrderTaker.onTakeOrders2.t.sol
  • test/concrete/arb/RouteProcessorRaindexV6ArbOrderTaker.onTakeOrders2Direct.t.sol
  • test/concrete/arb/RouteProcessorRaindexV6ArbOrderTaker.onTakeOrders2Fuzz.t.sol
  • test/concrete/arb/RouteProcessorRaindexV6ArbOrderTaker.sender.t.sol
  • test/concrete/arb/RouteProcessorRaindexV6ArbOrderTaker.tofuDecimals.t.sol
  • test/concrete/parser/RaindexV6SubParser.ierc165.t.sol
  • test/concrete/parser/RaindexV6SubParser.pointers.t.sol
  • test/concrete/parser/RaindexV6SubParser.routing.t.sol
  • test/concrete/parser/RaindexV6SubParser.routingTokenDecimalsAndMasks.t.sol
  • test/concrete/parser/RaindexV6SubParser.signedContext.t.sol
  • test/concrete/parser/RaindexV6SubParser.signers.t.sol
  • test/concrete/raindex/RaindexV6.addOrder.entask.t.sol
  • test/concrete/raindex/RaindexV6.addOrder.mock.t.sol
  • test/concrete/raindex/RaindexV6.addOrder.nonce.t.sol
  • test/concrete/raindex/RaindexV6.addOrder.owner.t.sol
  • test/concrete/raindex/RaindexV6.addOrder.t.sol
  • test/concrete/raindex/RaindexV6.calculateOrderIOHarness.t.sol
  • test/concrete/raindex/RaindexV6.clear.badStack.t.sol
  • test/concrete/raindex/RaindexV6.clear.calculateStateChange.t.sol
  • test/concrete/raindex/RaindexV6.clear.context.t.sol
  • test/concrete/raindex/RaindexV6.clear.deadOrder.t.sol
  • test/concrete/raindex/RaindexV6.clear.freshDriver.t.sol
  • test/concrete/raindex/RaindexV6.clear.handleIO.revert.t.sol
  • test/concrete/raindex/RaindexV6.clear.mock.t.sol
  • test/concrete/raindex/RaindexV6.clear.sameOwner.t.sol
  • test/concrete/raindex/RaindexV6.clear.sameToken.t.sol
  • test/concrete/raindex/RaindexV6.clear.zeroAmount.t.sol
  • test/concrete/raindex/RaindexV6.deposit.entask.t.sol
  • test/concrete/raindex/RaindexV6.deposit.t.sol
  • test/concrete/raindex/RaindexV6.depositWithdrawHarness.t.sol
  • test/concrete/raindex/RaindexV6.doPost.fresh.t.sol
  • test/concrete/raindex/RaindexV6.entask.t.sol
  • test/concrete/raindex/RaindexV6.multicall.t.sol
  • test/concrete/raindex/RaindexV6.orderMgmt.fresh.t.sol
  • test/concrete/raindex/RaindexV6.quote.sameToken.t.sol
  • test/concrete/raindex/RaindexV6.quote.t.sol
  • test/concrete/raindex/RaindexV6.removeOrder.entask.t.sol
  • test/concrete/raindex/RaindexV6.removeOrder.mock.t.sol
  • test/concrete/raindex/RaindexV6.removeOrder.owner.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.badStack.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.batchEvalConsistency.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.batchStateAdversarial.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.batchStateBypass.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.calculationsContext.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.exceedsMaxRatio.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.freshMutation.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.freshVaultZero.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.handleIO.revert.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.maximumInput.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.maximumOutput.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.minimumIO.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.minimumIOOutput.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.noop.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.precision.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.sameToken.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.takenFlag.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.tokenMismatch.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.vaultZeroInput.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.zeroAmount.t.sol
  • test/concrete/raindex/RaindexV6.takeOrder.zeroMaxOOBIndex.t.sol
  • test/concrete/raindex/RaindexV6.vaultBalance.t.sol
  • test/concrete/raindex/RaindexV6.vaultBalanceRevert.t.sol
  • test/concrete/raindex/RaindexV6.vaultBalanceVault0.t.sol
  • test/concrete/raindex/RaindexV6.withdraw.entask.t.sol
  • test/concrete/raindex/RaindexV6.withdraw.t.sol
  • test/lib/LibOrder.t.sol
  • test/lib/LibRaindex.doPost.t.sol
  • test/lib/LibRaindexArb.finalizeArbTaskContext.t.sol
  • test/lib/deploy/LibRaindexDeploy.t.sol
  • test/lib/deploy/LibRaindexDeployIsStartBlockBase.t.sol
  • test/lib/deploy/LibRaindexDeployIsStartBlockFlare.t.sol
  • test/lib/deploy/LibRaindexDeployIsStartBlockPolygon.t.sol
  • test/lib/deploy/LibRaindexDeployProd.t.sol
  • test/util/abstract/ArbTest.sol
  • test/util/abstract/IRaindexV6Stub.sol
  • test/util/abstract/MockRaindexBase.sol
  • test/util/abstract/RaindexV6ExternalMockTest.sol
  • test/util/abstract/RaindexV6ExternalRealTest.sol
  • test/util/abstract/RaindexV6SubParserContextTest.sol
  • test/util/concrete/Alice.sol
  • test/util/concrete/CalcInterpreter.sol
  • test/util/concrete/ChildGatedRaindexV6ArbOrderTaker.sol
  • test/util/concrete/ChildGatedRaindexV6FlashBorrower.sol
  • test/util/concrete/ChildRaindexV6ArbTaskGated.sol
  • test/util/concrete/FixedStackInterpreter.sol
  • test/util/concrete/FlashLendingMockRaindex.sol
  • test/util/concrete/LeftoverFlashLendingMockRaindex.sol
  • test/util/concrete/LibRaindexArbFinalizeHarness.sol
  • test/util/concrete/LibRaindexDoPostHarness.sol
  • test/util/concrete/MaliciousRaindex.sol
  • test/util/concrete/MockInterpreter.sol
  • test/util/concrete/RaindexV6CalculateOrderIOHarness.sol
  • test/util/concrete/RaindexV6ClearDriverHarness.sol
  • test/util/concrete/RaindexV6ClearStateChangeHarness.sol
  • test/util/concrete/RaindexV6VaultBalanceHarness.sol
  • test/util/concrete/RealisticFlashLendingMockRaindex.sol
  • test/util/concrete/RealisticOrderTakerMockRaindex.sol
  • test/util/concrete/RecordingFlashLendingMockRaindex.sol
  • test/util/concrete/RecordingOrderTaker.sol
  • test/util/concrete/RecordingTaker.sol
  • test/util/concrete/Reenteroor.sol
  • test/util/concrete/ReentrantExchange.sol
  • test/util/concrete/ReentrantMockRaindex.sol
  • test/util/lib/LibTestAddOrder.sol
  • test/util/lib/LibTestArb.sol
  • test/util/lib/LibTestFlashBorrowerArb.sol
  • test/util/lib/LibTestTakeOrder.sol

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


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 and others added 4 commits September 8, 2026 17:45
git-clean / copy-artifacts builds `nix shell .#rain-cli` for build-meta.sh.
The `rain` flake input was locked to rain.cli 207d8f6b (2026-05-30), a
rev whose output (/nix/store/c5a2msc8...-rain) is not on
rainlanguage.cachix.org, so every run rebuilt it from source. crates.io
now answers 403 to nixpkgs' fetchurl on
https://crates.io/api/v1/crates/<name>/<version>/download (any
`curl/...` user agent), and alloy 1.8.3 is the one crate not on
cache.nixos.org, so the rebuild fails: "cannot download
crate-alloy-1.8.3.tar.gz from any mirror". main is red on the same
error since 2026-09-07 (last green 2026-09-04).

rain.cli main 24814702 (2026-06-02, "latest rainix + soldeer re-lock"
plus the version bump) evaluates to /nix/store/hfv8lqyw...-rain, which
is on rainlanguage.cachix.org (the path sibling repos' copy-artifacts
runs fetch), so CI takes it from the cache and never touches crates.io.
build-meta.sh re-run on the new pin: meta/ byte-identical.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Er8WeWK6pTu7imaLpEZ3bg
…rop the rain-metadata-0.1.0 alias

Re-spells every versioned import prefix in place after the origin/main
merge that moved rain-deploy to 0.1.8:

- `rain-deploy-0.1.7/` -> `rain-deploy-0.1.8/` (36 test files)
- `rainlang-0.2.1/` -> `rainlang-0.2.4/`; 0.2.4 spells `rain-metadata-0.1.7/`
  itself, so the `rain-metadata-0.1.0/=dependencies/rain-metadata-0.1.7/`
  alias in foundry.toml goes: one version prefix is never mapped onto
  another.
- `rain-math-float-0.1.1/` -> `rain-math-float-0.2.1/` (what rainlang 0.2.4
  spells; `LibDecimalFloat` is signature-identical). The concrete
  `DecimalFloat` and `LibDecimalFloatDeploy` moved out in 0.2.x, so
  `script/SubgraphAbi.sol` and `src/abstract/RaindexDeploySuites.sol` now
  import them from `rain-math-float-deploy-0.1.2/`, a new pin.
- `rain-lib-typecast-0.1.0/` -> `rain-lib-typecast-0.1.4/` (what rainlang
  0.2.4 spells).

`forge soldeer update` regenerated the lock and remappings; superseded
lines and `dependencies/` dirs pruned.

`forge build` is red at this pin set on exactly two upstream spellings, both
fixed upstream and awaiting release:
- `rainlang` 0.2.4 `test/abstract/RainlangExpressionDeployerDeploymentTest.sol`
  (reached via `OpTest`) spells `rain-deploy-0.1.7/`: rainlang PR bumps it
  to 0.1.8.
- `raindex-interface` 0.1.5 `IRaindexV6.sol` / `IOrderBookV5.sol` spell
  `rain-math-float-0.1.1/`: raindex.interface PR bumps it to 0.2.1.
Once those release, `rainlang` and `raindex-interface` move to the new
versions here.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V8ViHcKLVk2YoS2joH4HdN
… merge dropped

The origin/main merge (0660959) lost the two `[rpc_endpoints]` aliases and
two `[etherscan]` entries #2865 added with rain-deploy 0.1.8.
`testSupportedNetworksAreFullyConfigured` fails without them
(`supported network has no [rpc_endpoints] alias: bsc`). Both blocks are
byte-equal to origin/main again.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V8ViHcKLVk2YoS2joH4HdN
@thedavidmeister thedavidmeister changed the title Bump rainlang 0.1.5 -> 0.2.1 and the dep chain it spells (rain-solmem 0.1.28) Bump rainlang 0.1.5 -> 0.2.4 and the dep chain it spells (rain-solmem 0.1.28), no alias remappings Sep 12, 2026
Both carry the rain-deploy 0.1.8 and rain-math-float 0.2.1 imports this
tree already holds, so no package version is aliased onto another.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V8ViHcKLVk2YoS2joH4HdN
@thedavidmeister
thedavidmeister merged commit ed24393 into main Sep 13, 2026
15 of 17 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment:

S/M/L PR Classification Guidelines:

This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed.

Small (S)

Characteristics:

  • Simple bug fixes, typos, or minor refactoring
  • Single-purpose changes affecting 1-2 files
  • Documentation updates
  • Configuration tweaks
  • Changes that require minimal context to review

Review Effort: Would have taken 5-10 minutes

Examples:

  • Fix typo in variable name
  • Update README with new instructions
  • Adjust configuration values
  • Simple one-line bug fixes
  • Import statement cleanup

Medium (M)

Characteristics:

  • Feature additions or enhancements
  • Refactoring that touches multiple files but maintains existing behavior
  • Breaking changes with backward compatibility
  • Changes requiring some domain knowledge to review

Review Effort: Would have taken 15-30 minutes

Examples:

  • Add new feature or component
  • Refactor common utility functions
  • Update dependencies with minor breaking changes
  • Add new component with tests
  • Performance optimizations
  • More complex bug fixes

Large (L)

Characteristics:

  • Major feature implementations
  • Breaking changes or API redesigns
  • Complex refactoring across multiple modules
  • New architectural patterns or significant design changes
  • Changes requiring deep context and multiple review rounds

Review Effort: Would have taken 45+ minutes

Examples:

  • Complete new feature with frontend/backend changes
  • Protocol upgrades or breaking changes
  • Major architectural refactoring
  • Framework or technology upgrades

Additional Factors to Consider

When deciding between sizes, also consider:

  • Test coverage impact: More comprehensive test changes lean toward larger classification
  • Risk level: Changes to critical systems bump up a size category
  • Team familiarity: Novel patterns or technologies increase complexity

Notes:

  • the assessment must be for the totality of the PR, that means comparing the base branch to the last commit of the PR
  • the assessment output must be exactly one of: S, M or L (single-line comment) in format of: SIZE={S/M/L}
  • do not include any additional text, only the size classification
  • your assessment comment must not include tips or additional sections
  • do NOT tag me or anyone else on your comment

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