You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the prefix of the map as key. 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 a prefix should be unique and not be used by anything else.
The text was updated successfully, but these errors were encountered:
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 theprefix
of 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 aprefix
should be unique and not be used by anything else.The text was updated successfully, but these errors were encountered: