You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The items I mentioned being important for "early production readiness":
ABI encoding/decoding for ADTs
storage arrays
abi_encode/abi_decode function usable within the language, this is frequently used by building data for signature checking (this likely already exists in some form)
The items I mentioned being important for "early production readiness":
abi_encode/abi_decodefunction usable within the language, this is frequently used by building data for signature checking (this likely already exists in some form)I think after these it would be possible to accomplish most needs as a user.