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

feat(decompile): support nested mappings #269

Open
Jon-Becker opened this issue Jan 3, 2024 · 0 comments
Open

feat(decompile): support nested mappings #269

Jon-Becker opened this issue Jan 3, 2024 · 0 comments
Assignees
Labels
C-decompile Command: decompile D-hard Difficulty: hard P-normal Priority: normal T-feature Type: feature

Comments

@Jon-Becker
Copy link
Owner

Component

Heimdall (Core)

Describe the feature you would like

heimdall only supports 1d mappings, i.e.

mapping(bytes32 => bytes32) public stor_map_a;

however, we want to support nested mappings:

mapping(bytes32 => mapping(bytes32 => bytes32)) public stor_map_b;

This should be enabled by #242

@Jon-Becker Jon-Becker added C-decompile Command: decompile D-hard Difficulty: hard P-normal Priority: normal T-feature Type: feature labels Jan 3, 2024
@Jon-Becker Jon-Becker self-assigned this Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-decompile Command: decompile D-hard Difficulty: hard P-normal Priority: normal T-feature Type: feature
Projects
None yet
Development

No branches or pull requests

1 participant