Skip to content

Bump rain-sol-codegen 0.1.37, rainlang-interface 0.2.9, rain-deploy 0.1.10 - #583

Merged
thedavidmeister merged 1 commit into
mainfrom
2026-09-13-codegen-0-1-37
Sep 14, 2026
Merged

thedavidmeister merged 1 commit into
mainfrom
2026-09-13-codegen-0-1-37

Conversation

@thedavidmeister

Copy link
Copy Markdown
Contributor

What

Bumps three soldeer pins together in foundry.toml:

  • rain-sol-codegen 0.1.36 -> 0.1.37
  • rainlang-interface 0.2.8 -> 0.2.9
  • rain-deploy 0.1.8 -> 0.1.10 (0.1.9 was never published)

soldeer.lock and remappings.txt follow, and every versioned import path under src/, script/ and test/ is rewritten to the new package directories. Exactly one copy of each package remains in dependencies/ and remappings.txt; nothing is aliased.

script/Build.sol was re-run and forge fmt applied; src/generated/RainlangReferenceExternPointers.sol is unchanged by the bump.

One incidental fix so forge build --deny warnings clears the compiler stage: the two LibInterpreterStateDataContract.t.sol fuzz tests that only call vm.assume / bound are now pure, which solc 0.8.25 already warned about on main. The 21 pre-existing forge lint boolean-cst findings are untouched; none is on a line this bump changes.

Why

The org health dashboard flags the pins as stale. The three move together because rainlang-interface 0.2.9 exists only to re-pin its own rain-sol-codegen import to 0.1.37, so bumping either alone would leave two codegen versions in the tree.

No API adaptation was needed:

  • rain-sol-codegen 0.1.37 differs from 0.1.36 only in its README.
  • rainlang-interface 0.2.9 differs from 0.2.8 only in the LibGenParseMeta import of rain-sol-codegen.
  • rain-deploy 0.1.10 changes AddressRegistry root, MigrationRegistry / IMigrationRegistryV2 and adds src/generated/0_1_10; LibRainDeploy, the only thing this repo imports from it, is byte-identical.

QA

  • Discriminating tests: n/a, pure pin bump with no logic change; the existing suite compiles against the new paths and passes.
  • Mutations applied: n/a, no logic changed.
  • Oracle: soldeer registry latest revision for each package (lock URLs dated 25-08-2026, 13-09-2026 and 14-09-2026); git diff scope is foundry.toml, soldeer.lock, remappings.txt and import lines only.
  • Category check: dependency pin bump; release on merge.

🤖 Generated with Claude Code

https://claude.ai/code/session_01V8ViHcKLVk2YoS2joH4HdN

@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Too many files!

This PR contains 256 files, which is 156 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: e6e7aa03-6043-4eae-862b-05ceb484572d

📥 Commits

Reviewing files that changed from the base of the PR and between fe6649e and b890b52.

⛔ Files ignored due to path filters (1)
  • soldeer.lock is excluded by !**/*.lock
📒 Files selected for processing (256)
  • foundry.toml
  • remappings.txt
  • script/Build.sol
  • src/abstract/BaseRainlangExpressionDeployer.sol
  • src/abstract/BaseRainlangExtern.sol
  • src/abstract/BaseRainlangInterpreter.sol
  • src/abstract/BaseRainlangParser.sol
  • src/abstract/BaseRainlangStore.sol
  • src/abstract/BaseRainlangSubParser.sol
  • src/error/ErrExtern.sol
  • src/lib/eval/LibEval.sol
  • src/lib/extern/LibExtern.sol
  • src/lib/extern/reference/op/LibExternOpContextCallingContract.sol
  • src/lib/extern/reference/op/LibExternOpContextRainlen.sol
  • src/lib/extern/reference/op/LibExternOpContextSender.sol
  • src/lib/extern/reference/op/LibExternOpIntInc.sol
  • src/lib/extern/reference/op/LibExternOpStackOperand.sol
  • src/lib/integrity/LibIntegrityCheck.sol
  • src/lib/op/00/LibOpConstant.sol
  • src/lib/op/00/LibOpContext.sol
  • src/lib/op/00/LibOpExtern.sol
  • src/lib/op/00/LibOpStack.sol
  • src/lib/op/LibAllStandardOps.sol
  • src/lib/op/bitwise/LibOpBitwiseAnd.sol
  • src/lib/op/bitwise/LibOpBitwiseCountOnes.sol
  • src/lib/op/bitwise/LibOpBitwiseDecode.sol
  • src/lib/op/bitwise/LibOpBitwiseEncode.sol
  • src/lib/op/bitwise/LibOpBitwiseOr.sol
  • src/lib/op/bitwise/LibOpBitwiseShiftLeft.sol
  • src/lib/op/bitwise/LibOpBitwiseShiftRight.sol
  • src/lib/op/call/LibOpCall.sol
  • src/lib/op/crypto/LibOpHash.sol
  • src/lib/op/erc20/LibOpERC20Allowance.sol
  • src/lib/op/erc20/LibOpERC20BalanceOf.sol
  • src/lib/op/erc20/LibOpERC20TotalSupply.sol
  • src/lib/op/erc20/uint256/LibOpUint256ERC20Allowance.sol
  • src/lib/op/erc20/uint256/LibOpUint256ERC20BalanceOf.sol
  • src/lib/op/erc20/uint256/LibOpUint256ERC20TotalSupply.sol
  • src/lib/op/erc5313/LibOpERC5313Owner.sol
  • src/lib/op/erc721/LibOpERC721BalanceOf.sol
  • src/lib/op/erc721/LibOpERC721OwnerOf.sol
  • src/lib/op/erc721/uint256/LibOpUint256ERC721BalanceOf.sol
  • src/lib/op/evm/LibOpBlockNumber.sol
  • src/lib/op/evm/LibOpBlockTimestamp.sol
  • src/lib/op/evm/LibOpChainId.sol
  • src/lib/op/logic/LibOpAny.sol
  • src/lib/op/logic/LibOpBinaryEqualTo.sol
  • src/lib/op/logic/LibOpConditions.sol
  • src/lib/op/logic/LibOpEnsure.sol
  • src/lib/op/logic/LibOpEqualTo.sol
  • src/lib/op/logic/LibOpEvery.sol
  • src/lib/op/logic/LibOpGreaterThan.sol
  • src/lib/op/logic/LibOpGreaterThanOrEqualTo.sol
  • src/lib/op/logic/LibOpIf.sol
  • src/lib/op/logic/LibOpIsZero.sol
  • src/lib/op/logic/LibOpLessThan.sol
  • src/lib/op/logic/LibOpLessThanOrEqualTo.sol
  • src/lib/op/math/LibOpAbs.sol
  • src/lib/op/math/LibOpAdd.sol
  • src/lib/op/math/LibOpAvg.sol
  • src/lib/op/math/LibOpCeil.sol
  • src/lib/op/math/LibOpDiv.sol
  • src/lib/op/math/LibOpE.sol
  • src/lib/op/math/LibOpExp.sol
  • src/lib/op/math/LibOpExp2.sol
  • src/lib/op/math/LibOpFloor.sol
  • src/lib/op/math/LibOpFrac.sol
  • src/lib/op/math/LibOpGm.sol
  • src/lib/op/math/LibOpHeadroom.sol
  • src/lib/op/math/LibOpInv.sol
  • src/lib/op/math/LibOpMax.sol
  • src/lib/op/math/LibOpMaxNegativeValue.sol
  • src/lib/op/math/LibOpMaxPositiveValue.sol
  • src/lib/op/math/LibOpMin.sol
  • src/lib/op/math/LibOpMinNegativeValue.sol
  • src/lib/op/math/LibOpMinPositiveValue.sol
  • src/lib/op/math/LibOpMul.sol
  • src/lib/op/math/LibOpPi.sol
  • src/lib/op/math/LibOpPower.sol
  • src/lib/op/math/LibOpSqrt.sol
  • src/lib/op/math/LibOpSub.sol
  • src/lib/op/math/growth/LibOpExponentialGrowth.sol
  • src/lib/op/math/growth/LibOpLinearGrowth.sol
  • src/lib/op/math/uint256/LibOpUint256Add.sol
  • src/lib/op/math/uint256/LibOpUint256Div.sol
  • src/lib/op/math/uint256/LibOpUint256MaxValue.sol
  • src/lib/op/math/uint256/LibOpUint256Mul.sol
  • src/lib/op/math/uint256/LibOpUint256Power.sol
  • src/lib/op/math/uint256/LibOpUint256Sub.sol
  • src/lib/op/store/LibOpGet.sol
  • src/lib/op/store/LibOpSet.sol
  • src/lib/parse/LibParse.sol
  • src/lib/parse/LibParseOperand.sol
  • src/lib/parse/LibParseState.sol
  • src/lib/parse/LibSubParse.sol
  • src/lib/state/LibInterpreterState.sol
  • src/lib/state/LibInterpreterStateDataContract.sol
  • test/abstract/OpTest.sol
  • test/abstract/RainlangExpressionDeployerDeploymentTest.sol
  • test/concrete/TestRainlangParser.sol
  • test/lib/operand/LibOperand.sol
  • test/lib/parse/LibMetaFixture.sol
  • test/lib/typecast/LibTestCast.sol
  • test/src/abstract/BaseRainlangExtern.ierc165.t.sol
  • test/src/abstract/BaseRainlangExtern.integrityOpcodeRange.t.sol
  • test/src/abstract/BaseRainlangSubParser.ierc165.t.sol
  • test/src/abstract/EmptyWordParsersSubParser.sol
  • test/src/abstract/MismatchedWordSubParser.sol
  • test/src/concrete/RainlangExpressionDeployer.ierc165.t.sol
  • test/src/concrete/RainlangExpressionDeployer.parse2.t.sol
  • test/src/concrete/RainlangExpressionDeployer.parsePragma1.t.sol
  • test/src/concrete/RainlangInterpreter.eval.nonZeroSourceIndex.t.sol
  • test/src/concrete/RainlangInterpreter.eval.t.sol
  • test/src/concrete/RainlangInterpreter.ierc165.t.sol
  • test/src/concrete/RainlangInterpreter.stateOverlay.t.sol
  • test/src/concrete/RainlangParser.ierc165.t.sol
  • test/src/concrete/RainlangParser.parsePragmaEmpty.t.sol
  • test/src/concrete/RainlangParser.parserPragma.t.sol
  • test/src/concrete/RainlangParser.unsafeParse.t.sol
  • test/src/concrete/RainlangReferenceExtern.contextRainlen.t.sol
  • test/src/concrete/RainlangReferenceExtern.ierc165.t.sol
  • test/src/concrete/RainlangReferenceExtern.intInc.t.sol
  • test/src/concrete/RainlangReferenceExtern.pointers.t.sol
  • test/src/concrete/RainlangStore.getUninitialized.t.sol
  • test/src/concrete/RainlangStore.ierc165.t.sol
  • test/src/concrete/RainlangStore.namespaceIsolation.t.sol
  • test/src/concrete/RainlangStore.overwriteKey.t.sol
  • test/src/concrete/RainlangStore.setEmpty.t.sol
  • test/src/concrete/RainlangStore.setEvent.t.sol
  • test/src/concrete/RainlangStore.t.sol
  • test/src/lib/eval/LibEval.fBounds.t.sol
  • test/src/lib/eval/LibEval.inputsLengthMismatch.t.sol
  • test/src/lib/eval/LibEval.maxOutputs.t.sol
  • test/src/lib/eval/LibEval.multipleSource.t.sol
  • test/src/lib/eval/LibEval.opcodeCountEdgeCases.t.sol
  • test/src/lib/eval/LibEval.remainderOnly.t.sol
  • test/src/lib/extern/LibExtern.codec.t.sol
  • test/src/lib/extern/reference/op/LibExternOpContextCallingContract.subParser.t.sol
  • test/src/lib/extern/reference/op/LibExternOpContextRainlen.subParser.t.sol
  • test/src/lib/extern/reference/op/LibExternOpContextSender.subParser.t.sol
  • test/src/lib/extern/reference/op/LibExternOpStackOperand.subParser.t.sol
  • test/src/lib/integrity/IntegrityHighwater.sol
  • test/src/lib/integrity/IntegritySingleOp.sol
  • test/src/lib/integrity/LibIntegrityCheck.badOpIO.t.sol
  • test/src/lib/integrity/LibIntegrityCheck.multiSource.t.sol
  • test/src/lib/integrity/LibIntegrityCheck.stackMaxIndex.t.sol
  • test/src/lib/integrity/LibIntegrityCheck.zeroSource.t.sol
  • test/src/lib/op/00/LibOpConstant.t.sol
  • test/src/lib/op/00/LibOpContext.t.sol
  • test/src/lib/op/00/LibOpExtern.t.sol
  • test/src/lib/op/00/LibOpStack.t.sol
  • test/src/lib/op/LibAllStandardOps.filesystemOrdering.t.sol
  • test/src/lib/op/LibAllStandardOps.t.sol
  • test/src/lib/op/bitwise/LibOpBitwiseAnd.t.sol
  • test/src/lib/op/bitwise/LibOpBitwiseCountOnes.t.sol
  • test/src/lib/op/bitwise/LibOpBitwiseDecode.t.sol
  • test/src/lib/op/bitwise/LibOpBitwiseEncode.t.sol
  • test/src/lib/op/bitwise/LibOpBitwiseOr.t.sol
  • test/src/lib/op/bitwise/LibOpBitwiseShiftLeft.t.sol
  • test/src/lib/op/bitwise/LibOpBitwiseShiftRight.t.sol
  • test/src/lib/op/call/LibOpCall.t.sol
  • test/src/lib/op/crypto/LibOpHash.t.sol
  • test/src/lib/op/erc20/LibOpERC20Allowance.t.sol
  • test/src/lib/op/erc20/LibOpERC20BalanceOf.t.sol
  • test/src/lib/op/erc20/LibOpERC20TotalSupply.t.sol
  • test/src/lib/op/erc20/uint256/LibOpUint256ERC20Allowance.t.sol
  • test/src/lib/op/erc20/uint256/LibOpUint256ERC20BalanceOf.t.sol
  • test/src/lib/op/erc20/uint256/LibOpUint256ERC20TotalSupply.t.sol
  • test/src/lib/op/erc5313/LibOpERC5313Owner.t.sol
  • test/src/lib/op/erc721/LibOpERC721BalanceOf.t.sol
  • test/src/lib/op/erc721/LibOpERC721OwnerOf.t.sol
  • test/src/lib/op/erc721/uint256/LibOpUint256ERC721BalanceOf.t.sol
  • test/src/lib/op/evm/LibOpBlockNumber.t.sol
  • test/src/lib/op/evm/LibOpBlockTimestamp.t.sol
  • test/src/lib/op/evm/LibOpChainId.t.sol
  • test/src/lib/op/logic/LibOpAny.t.sol
  • test/src/lib/op/logic/LibOpBinaryEqualTo.t.sol
  • test/src/lib/op/logic/LibOpConditions.t.sol
  • test/src/lib/op/logic/LibOpEnsure.t.sol
  • test/src/lib/op/logic/LibOpEqualTo.t.sol
  • test/src/lib/op/logic/LibOpEvery.t.sol
  • test/src/lib/op/logic/LibOpGreaterThan.t.sol
  • test/src/lib/op/logic/LibOpGreaterThanOrEqualTo.t.sol
  • test/src/lib/op/logic/LibOpIf.t.sol
  • test/src/lib/op/logic/LibOpIsZero.t.sol
  • test/src/lib/op/logic/LibOpLessThan.t.sol
  • test/src/lib/op/logic/LibOpLessThanOrEqualTo.t.sol
  • test/src/lib/op/math/LibOpAbs.t.sol
  • test/src/lib/op/math/LibOpAdd.t.sol
  • test/src/lib/op/math/LibOpAvg.t.sol
  • test/src/lib/op/math/LibOpCeil.t.sol
  • test/src/lib/op/math/LibOpDiv.t.sol
  • test/src/lib/op/math/LibOpE.t.sol
  • test/src/lib/op/math/LibOpExp.t.sol
  • test/src/lib/op/math/LibOpExp2.t.sol
  • test/src/lib/op/math/LibOpFloor.t.sol
  • test/src/lib/op/math/LibOpFrac.t.sol
  • test/src/lib/op/math/LibOpGm.t.sol
  • test/src/lib/op/math/LibOpHeadroom.t.sol
  • test/src/lib/op/math/LibOpInv.t.sol
  • test/src/lib/op/math/LibOpMax.t.sol
  • test/src/lib/op/math/LibOpMaxNegativeValue.t.sol
  • test/src/lib/op/math/LibOpMaxPositiveValue.t.sol
  • test/src/lib/op/math/LibOpMin.t.sol
  • test/src/lib/op/math/LibOpMinNegativeValue.t.sol
  • test/src/lib/op/math/LibOpMinPositiveValue.t.sol
  • test/src/lib/op/math/LibOpMul.t.sol
  • test/src/lib/op/math/LibOpPi.t.sol
  • test/src/lib/op/math/LibOpPower.t.sol
  • test/src/lib/op/math/LibOpSqrt.t.sol
  • test/src/lib/op/math/LibOpSub.t.sol
  • test/src/lib/op/math/growth/LibOpExponentialGrowth.t.sol
  • test/src/lib/op/math/growth/LibOpLinearGrowth.t.sol
  • test/src/lib/op/math/uint256/LibOpUint256Add.t.sol
  • test/src/lib/op/math/uint256/LibOpUint256Div.t.sol
  • test/src/lib/op/math/uint256/LibOpUint256MaxValue.t.sol
  • test/src/lib/op/math/uint256/LibOpUint256Mul.t.sol
  • test/src/lib/op/math/uint256/LibOpUint256Power.t.sol
  • test/src/lib/op/math/uint256/LibOpUint256Sub.t.sol
  • test/src/lib/op/store/LibOpGet.t.sol
  • test/src/lib/op/store/LibOpSet.t.sol
  • test/src/lib/parse/BadLengthSubParser.sol
  • test/src/lib/parse/ConstantReturningSubParser.sol
  • test/src/lib/parse/ContextReturningSubParser.sol
  • test/src/lib/parse/LibParse.comments.t.sol
  • test/src/lib/parse/LibParse.empty.t.sol
  • test/src/lib/parse/LibParse.ignoredLHS.t.sol
  • test/src/lib/parse/LibParse.inputsOnly.t.sol
  • test/src/lib/parse/LibParse.literalIntegerDecimal.t.sol
  • test/src/lib/parse/LibParse.literalIntegerHex.t.sol
  • test/src/lib/parse/LibParse.literalString.t.sol
  • test/src/lib/parse/LibParse.nOutput.t.sol
  • test/src/lib/parse/LibParse.namedLHS.t.sol
  • test/src/lib/parse/LibParse.singleRHSNamed.gas.t.sol
  • test/src/lib/parse/LibParse.wordsRHS.t.sol
  • test/src/lib/parse/LibParseState.buildBytecode.t.sol
  • test/src/lib/parse/LibParseState.danglingSource.t.sol
  • test/src/lib/parse/LibParseState.endSource.t.sol
  • test/src/lib/parse/LibParseState.parenInputOverflow.t.sol
  • test/src/lib/parse/LibParseState.pushOpToSource.LHSCorruption.t.sol
  • test/src/lib/parse/LibParseState.pushOpToSource.t.sol
  • test/src/lib/parse/LibParseState.pushOpToSourceLHSCorruption.t.sol
  • test/src/lib/parse/LibSubParse.constantAccumulation.t.sol
  • test/src/lib/parse/LibSubParse.subParseLiteral.t.sol
  • test/src/lib/parse/LibSubParse.subParseWords.t.sol
  • test/src/lib/parse/LibSubParse.subParserConstant.t.sol
  • test/src/lib/parse/LibSubParse.subParserContext.t.sol
  • test/src/lib/parse/LibSubParse.subParserExtern.t.sol
  • test/src/lib/parse/LibSubParse.unknownWord.t.sol
  • test/src/lib/parse/MultiConstantSubParser.sol
  • test/src/lib/parse/literal/LibParseLiteral.dispatch.t.sol
  • test/src/lib/parse/literal/LibParseLiteralSubParseable.parseSubParseable.t.sol
  • test/src/lib/state/LibInterpreterState.fingerprint.t.sol
  • test/src/lib/state/LibInterpreterState.stackBottoms.t.sol
  • test/src/lib/state/LibInterpreterStateDataContract.t.sol
  • test/src/lib/state/LibInterpreterStateDataContractExtern.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
thedavidmeister merged commit 8d2fc22 into main Sep 14, 2026
5 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