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 actual rlp.cairo doesn't support recursive list(#405), it does panic if a rlp transaction would contain such data.
The reason it was implemented this way was because the compiler didn't allow recursive struct.
When/If the compiler allows it, make use of recursive struct to be able to support recursive list from a rlp transaction.
The text was updated successfully, but these errors were encountered:
The actual
rlp.cairo
doesn't support recursive list(#405), it does panic if a rlp transaction would contain such data.The reason it was implemented this way was because the compiler didn't allow recursive struct.
When/If the compiler allows it, make use of recursive struct to be able to support recursive list from a rlp transaction.
The text was updated successfully, but these errors were encountered: