tangled
alpha
login
or
join now
angrydutchman.peedee.es
/
plcbundle
forked from
atscan.net/plcbundle
0
fork
atom
A Transparent and Verifiable Way to Sync the AT Protocol's PLC Directory
0
fork
atom
overview
issues
pulls
pipelines
first bundle parent shouldn't be omitted
tree.fail
4 months ago
b6642a36
4b3aa8f0
+1
-1
1 changed file
expand all
collapse all
unified
split
bundle
types.go
+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
26
-
Parent string `json:"parent,omitempty"`
26
26
+
Parent string `json:"parent"`
27
27
28
28
CompressedHash string `json:"compressed_hash"`
29
29
CompressedSize int64 `json:"compressed_size"`