Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev: improve rlp.cairo to support recursive list #428

Closed
Quentash opened this issue Oct 16, 2023 · 0 comments · Fixed by #457
Closed

dev: improve rlp.cairo to support recursive list #428

Quentash opened this issue Oct 16, 2023 · 0 comments · Fixed by #457
Labels
enhancement New feature or request

Comments

@Quentash
Copy link
Contributor

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.

@Quentash Quentash added the enhancement New feature or request label Oct 16, 2023
@Eikix Eikix closed this as completed in #457 Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant