You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution data tracker storage is currently stored in a BadgerV2 database. Reference.
Use pebble as the database for this storage. Split it out similarly to how we've done it for all the other storage interfaces (e.g., storage.Headers). Refactor the existing Badger storage implementation and add the Pebble version of the storage.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Execution data tracker storage is currently stored in a BadgerV2 database. Reference.
Use
pebble
as the database for this storage. Split it out similarly to how we've done it for all the other storage interfaces (e.g.,storage.Headers
). Refactor the existing Badger storage implementation and add the Pebble version of the storage.For example:
storage.Headers
flow-go/storage/badger/headers.go
Line 17 in f296f51
flow-go/storage/pebble/headers.go
Line 16 in 233e08f
The text was updated successfully, but these errors were encountered: