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
{{ message }}
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
The ContractClassWrapper uses a BTreeMap to store entrypoints.
We should switch to a [BoundedBTreeMap](https://crates.parity.io/frame_support/storage/bounded_btree_map/index.html) as recommended by the substrate repo here.
On a general note, we should clearly state in some docs the boundaries for bounded values e.g MaxProgramSize, MaxCalldataSize etc
The text was updated successfully, but these errors were encountered:
The
ContractClassWrapper
uses aBTreeMap
to store entrypoints.We should switch to a
[BoundedBTreeMap](https://crates.parity.io/frame_support/storage/bounded_btree_map/index.html)
as recommended by the substrate repo here.On a general note, we should clearly state in some docs the boundaries for bounded values e.g
MaxProgramSize
,MaxCalldataSize
etcThe text was updated successfully, but these errors were encountered: