Ideally, I'd like to get a lot of the functionality in packages/sui_utils merged into the Move-core and Sui-core, but in order to do that they have to be robustly tested. These modules:
ascii2
bcs2
encode
vector2
are the most important ones. For Capsules, we might just remove ascii entirely and only focus on utf8, but it will still exist in the move-core, so it'll help people still using ascii to have some of those functions. I also think encode could be refactored and simplified some.
bcs2 should also be expanded to support more types:
MystenLabs/sui#7231
Ideally, I'd like to get a lot of the functionality in packages/sui_utils merged into the Move-core and Sui-core, but in order to do that they have to be robustly tested. These modules:
ascii2
bcs2
encode
vector2
are the most important ones. For Capsules, we might just remove ascii entirely and only focus on utf8, but it will still exist in the move-core, so it'll help people still using ascii to have some of those functions. I also think encode could be refactored and simplified some.
bcs2 should also be expanded to support more types:
MystenLabs/sui#7231