-
Notifications
You must be signed in to change notification settings - Fork 190
[Access] Add support for multi-store reading of collections & transactions in Access Nodes #7321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Faye.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7321 +/- ##
==========================================
- Coverage 41.25% 41.23% -0.03%
==========================================
Files 2196 2197 +1
Lines 192164 192358 +194
==========================================
+ Hits 79280 79310 +30
- Misses 106266 106403 +137
- Partials 6618 6645 +27
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Updates #6523, #6527, requires #7320
This PR uses
multiReader
(added in PR #7320) to support reading collections and transactions from both BadgerDB and Pebble.This is needed after switching from BadgerDB to Pebble without data migration.