We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c0634 commit 9443e4aCopy full SHA for 9443e4a
1 file changed
types/CLAUDE.md
@@ -115,7 +115,8 @@ The types package defines the core data structures and types used throughout ev-
115
## Protobuf Definitions (`pb/`)
116
117
### Directory Structure
118
-```
+
119
+```txt
120
pb/evnode/v1/
121
├── batch.pb.go # Batch processing messages
122
├── evnode.pb.go # Core ev-node messages
@@ -258,4 +259,4 @@ func (t *Type) Hash() Hash {
258
259
- Critical for P2P communication
260
- Storage layer dependency
261
- Execution client interface
-- DA layer integration
262
+- DA layer integration
0 commit comments