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
Copy file name to clipboardExpand all lines: pkg/store/README.md
-90Lines changed: 0 additions & 90 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,93 +180,3 @@ err = batch.Commit(ctx)
180
180
## Store Adapters for P2P Integration
181
181
182
182
The store package provides adapter implementations that wrap the ev-node store to satisfy the `header.Store[H]` interface from the `go-header` library. This enables the ev-node store to be used directly by go-header's P2P infrastructure, eliminating data duplication.
183
-
184
-
### Background
185
-
186
-
Previously, ev-node maintained redundant storage:
187
-
188
-
1.**ev-node store** - Primary store for headers, data, state, and metadata
189
-
2.**go-header stores** - Separate stores for P2P sync (headerSync and dataSync prefixes)
190
-
191
-
This resulted in the same headers and data being stored multiple times.
0 commit comments