Just some small adjustments in .curators() / .activeCurators() (number of curators will now include lead, just like in case of storage_providers)
Changed api augmentations to augment-codec (which augment the api with our custom class types, allowing ie. the use of getField('size') without type assertions)
No too many updates needed:
.curators()
/.activeCurators()
(number of curators will now include lead, just like in case ofstorage_providers
)augment-codec
(which augment the api with our custom class types, allowing ie. the use ofgetField('size')
without type assertions)Currently uses the new
@joystream/types
tarball