This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Investigate and implement sui-specific native calls #411
Description
We are in the process of migrating to the sui codebase. There are likely new native function calls on sui that we do not implement, either in std
or in their own sui
library.
Look into this and see what we need to add to move-native
to make this work.
If there are natives called by sui
directly they should probably live in a new sui
module inside of move-native
, as the calls used by std
live in a corresponding std
module.