Package Release: soldeer rain-deploy 0.1.11 - #240
Conversation
cutRelease() froze src/generated/0_1_11/ for AddressRegistry and MigrationRegistry and bumped [external.package].version to 0.1.11. The frozen record is byte-identical to 0_1_10: neither concrete changed, so both are the addresses 0.1.10 already deployed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe package version was updated to 0.1.11. Released AddressRegistry and MigrationRegistry libraries now include their frozen 0.1.11 deployment suites. ChangesVersion 0.1.11 release
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Change: Other Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Release-cut PR per the
rainix-tag-releaseflow:cutRelease()frozesrc/generated/0_1_11/forAddressRegistryandMigrationRegistryand bumped[external.package].versionto 0.1.11. Same five-file shape as the 0.1.10 cut (#167).What
Neither concrete changed since 0.1.10:
src/concrete/andsrc/interface/are identical between e9a922a and this branch's base. The frozen0_1_11/record is therefore byte-identical to0_1_10/, with the same addresses and code hashes:AddressRegistryat0xDBb7Cf1cba967d2D577045E138eEd359675a6fa7, code hash0xe993d4d8835ee0427c655c3026f671aa751ba46ed04958ca2e4119f1c3bcd2eeMigrationRegistryat0xc89F95eC7e626CFBef37a1F502A69BaF2022F8A8, code hash0x7a67fcb1f620333d4214ee9a6674bcd505c72aad173a6e8579b8c1371db45684No deploy is needed before the tag: both are already live on every supported network under 0.1.10.
The release publishes what changed in the published deploy and verify machinery since 0.1.10 (
src/abstract/,src/lib/): the verification and snapshot guards from the mutation-scan work,LibStringSetreplaced byrain-lib-memkv, and the bump torain-lib-memkv0.2.0 (#239).Why
A tagged release for Protofire to review.
QA
cutRelease(), not by hand.diff -r src/generated/0_1_10 src/generated/0_1_11is empty, and0_1_10was verified live on all nine networks by runtime code hash, 18 of 18 (Package Release: soldeer rain-deploy 0.1.10 #167).diff -r src/generated/candidate src/generated/0_1_11is empty, which is what the release guard checks.After merge: push
sol-v0.1.11on the merge commit.🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Chores