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
We should ABI encode compile time constant values at compile time. I had to work around this in #1449 for error data.
However it is not entirely clear yet how this will work. The following thoughts are extracted from a discussion in chat:
We thought of either adding a generic abi.encode instruction and resolving it later or simply adding markers to each instruction in the CFG so that we could identify that they belong to an encoding.
We should ABI encode compile time constant values at compile time. I had to work around this in #1449 for error data.
However it is not entirely clear yet how this will work. The following thoughts are extracted from a discussion in chat:
Depends on #1450
The text was updated successfully, but these errors were encountered: