-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support maps for whitelist_storage #7421
Copy link
Copy link
Open
Labels
C3-og-rust-bountyA task rewarded by the OG Rust bounty for successful completion. See https://ogrust.com/A task rewarded by the OG Rust bounty for successful completion. See https://ogrust.com/I5-enhancementAn additional feature request.An additional feature request.
Metadata
Metadata
Assignees
Labels
C3-og-rust-bountyA task rewarded by the OG Rust bounty for successful completion. See https://ogrust.com/A task rewarded by the OG Rust bounty for successful completion. See https://ogrust.com/I5-enhancementAn additional feature request.An additional feature request.
Type
Projects
Status
Backlog
Right now we only support storage keys for
whitelist_storage(maybe the macro already supports this, but for sure the benchmarking infrastructure doesn't support this). For a map we would insert theprefixof the map askey. In the benchmarking code we would need to start checking if keys start with the prefix and then whitelist them. This should be backwards compatible, because aprefixshould be unique and not be used by anything else.