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 Sway compiler is going through a long-discussed revamp of its encoder/decoder scheme, eventually leading to an intermediary representation that both the SDK and the compiler will target.
As seen above, many issues stem from a lack of support for nested heap types. This new encoding/decoding scheme implemented inside the Sway compiler will enable this.
The text was updated successfully, but these errors were encountered:
The Sway compiler is going through a long-discussed revamp of its encoder/decoder scheme, eventually leading to an intermediary representation that both the SDK and the compiler will target.
Tasks:
This will enable, once and for all, the support of nested heap types, solving many open issues related to this problem, such as:
RawSlice
as arguments in scripts #1152Bytes
logging in contracts #901Vec
logging in contracts #898As seen above, many issues stem from a lack of support for nested heap types. This new encoding/decoding scheme implemented inside the Sway compiler will enable this.
The text was updated successfully, but these errors were encountered: