Files
pezkuwi-subxt/substrate/frame/support
Peter Goodspeed-Niklaus b689790171 Relax BoundedVec trait restrictions (#8749)
* requiring users to maintain an unchecked invariant is unsafe

* relax trait restrictions on BoundedVec<T, S>

A normal `Vec<T>` can do many things without any particular trait
bounds on `T`. This commit relaxes the bounds on `BoundedVec<T, S>`
to give it similar capabilities.
2021-05-07 20:04:16 +00:00
..
2021-05-07 08:18:09 +00:00
2020-08-20 17:04:42 +02:00

Support code for the runtime.

License: Apache-2.0