Files
pezkuwi-subxt/substrate/frame/support
Peter Goodspeed-Niklaus db69eb04bb Add BoundedBTreeMap to frame_support::storage (#8745)
* Add `BoundedBTreeMap` to `frame_support::storage`

Part of https://github.com/paritytech/substrate/issues/8719.

* max_encoded_len will never encode length > bound

* requiring users to maintain an unchecked invariant is unsafe

* only impl debug when std

* add some marker traits

* add tests
2021-05-06 13:54:13 +00:00
..
2021-05-04 19:57:26 +00:00
2020-08-20 17:04:42 +02:00

Support code for the runtime.

License: Apache-2.0