Merge v0.50#8597
Conversation
… discrepancy Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
[v0.50-rc] Add CI support for -rc branches
…-rc.6 [v0.50-rc] Update to internal Cadence v1.10.4-rc.6
…n-shared-storage [v0.50-rc] FVM: fix lost minimum storage reservation during account creation
…0_50 marking v0.50.0 as backward compatible
fix flaky tests in verification fetcher chunk consumer
…-rc.7 Update atree and Cadence to latest internal releases
…10.4 [v0.50] Update to public Cadence v1.10.4 and atree v0.16.1
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (11)
📝 WalkthroughWalkthroughThis PR threads a Cadence ChangesAccount creation invocation context refactor
Estimated code review effort: 4 (Complex) | ~60 minutes CI workflow updates, version override, storage diff, and dependency bumps
Estimated code review effort: 2 (Simple) | ~15 minutes Sequence Diagram(s)sequenceDiagram
participant Transaction
participant accountCreator
participant InvocationContext
participant FlowServiceAccount
Transaction->>accountCreator: CreateAccount(payer, invocationContext)
accountCreator->>accountCreator: createAccount(payer, invocationContext)
accountCreator->>FlowServiceAccount: InvokeContractFunctionOnContext(setupNewAccount, invocationContext)
FlowServiceAccount-->>accountCreator: setup result / error
accountCreator-->>Transaction: new account address, error
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Summary by CodeRabbit
New Features
Bug Fixes
Tests
Chores