Files
pezkuwi-subxt/substrate/frame
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-03 07:53:09 +00:00
2021-05-03 07:53:09 +00:00
2021-02-10 19:23:18 +01:00
2021-05-03 07:53:09 +00:00
2021-05-04 20:22:42 +00:00