-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
C-decompileCommand: decompileCommand: decompileD-hardDifficulty: hardDifficulty: hardP-normalPriority: normalPriority: normalT-featureType: featureType: feature
Description
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
C-decompileCommand: decompileCommand: decompileD-hardDifficulty: hardDifficulty: hardP-normalPriority: normalPriority: normalT-featureType: featureType: feature