Catchup to python-herald schema. Plus lots of refactoring. #49

Merged
moodyjon merged 18 commits from schema_catchup into master 2022-08-16 07:45:42 +02:00
Showing only changes of commit 250158480c - Show all commits

View file

@ -251,9 +251,9 @@ var tableRegistry = map[byte]tableMeta{
return UndoValueUnpack(buf)
},
},
TouchedOrDeleted: {
ClaimDiff: {
newKey: func() interface{} {
return &TouchedOrDeletedClaimKey{Prefix: []byte{TouchedOrDeleted}}
return &TouchedOrDeletedClaimKey{Prefix: []byte{ClaimDiff}}
},
newValue: func() interface{} {
return &TouchedOrDeletedClaimValue{}