Open eugene-doobu opened 2 months ago
AvatarState.combinationSlotAddresses
Hello @eugene-doobu. You may think that this issue can be resolved by removing AvatarState.combinationSlotAddresses
field, right? When I'm looking around this issue, I looked the field is de/serialized from/to Bencodex format.
After removing the field, what value should fill the place where used by combinationSlotAddresses
? Bencodex.Types.Null.Value
?
@moreal The reason for not touching this issue was that the field was needed de/serialized, After erasing the above value, Maybe I should fill it with Bencodex.Types.Null.Value.
allCombinationSlotState로 마이그레이션 된 시점부터 필요없어진 CombinationSlotAddress 제거
참고
https://github.com/planetarium/lib9c/pull/2751