[Access] Don't require stateStreamBackend in access bootstrap#8462
[Access] Don't require stateStreamBackend in access bootstrap#8462peterargue merged 1 commit intomasterfrom
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA single-line change in the access node builder removes a non-nil assertion from the stateStreamBackend parameter passed to the RPC engine builder, allowing the value to be nil and delegating nil-handling responsibility to downstream code. 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 |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
This is causing ANs with the state stream API disabled to crash.
Summary by CodeRabbit