A Transparent and Verifiable Way to Sync the AT Protocol's PLC Directory

first bundle parent shouldn't be omitted

+1 -1
+1 -1
bundle/types.go
··· 23 23 24 24 Hash string `json:"hash"` // Chain hash (primary) 25 25 ContentHash string `json:"content_hash"` // Content hash 26 - Parent string `json:"parent,omitempty"` 26 + Parent string `json:"parent"` 27 27 28 28 CompressedHash string `json:"compressed_hash"` 29 29 CompressedSize int64 `json:"compressed_size"`