ralexstokes / ssz-rs

Implementation of ethereum's `ssz`
Apache License 2.0
103 stars 41 forks source link

Enables overflow checks on all packages #78

Closed claravanstaden closed 1 year ago

claravanstaden commented 1 year ago

As recommended by audit:

We recommend enabling overflow checks in all packages, including those that do not currently perform calculations, to prevent unintended consequences if changes are added in future releases or during refactoring. Note that enabling overflow checks in packages other than the workspace manifest will lead to compiler warnings.

claravanstaden commented 1 year ago

@ralexstokes sure, that sounds good. 😄