Skip to content

feat(decompile): support nested mappings #269

@Jon-Becker

Description

@Jon-Becker

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions