[Access] Don't require stateStreamBackend in access bootstrap#8463
[Access] Don't require stateStreamBackend in access bootstrap#8463peterargue merged 1 commit intov0.47from
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe RPC engine builder call now passes the state stream backend directly instead of asserting its non-nil status. This removes a validation check, allowing the state stream backend to be nil during initialization rather than requiring it to be present. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
fvm/evm/stdlib/contract.cdc
Outdated
| /// Nonce of the address | ||
| access(all) | ||
| fun nonce(): UInt64 { | ||
| view fun nonce(): UInt64 { |
There was a problem hiding this comment.
why there are these unrelated changes? did you merge latest v0.47 to your branch?
There was a problem hiding this comment.
not sure what happened, but I fixed and force pushed
d01ae45 to
305666c
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Backports: #8462
Summary by CodeRabbit