ralexstokes / ssz-rs

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

fix: avoid overflow on 32 bit architectures #28

Closed ncitron closed 1 year ago

ncitron commented 1 year ago

addresses #27

claravanstaden commented 1 year ago

I also addressed this in https://github.com/ralexstokes/ssz-rs/pull/25/files#diff-97dff6cb7d3f1bea2c98e61d85eeaab0dfc941e86dbc3679aa69a51d528c8801R6. 😃 We can probably merge this one first @ralexstokes, nice and small.

ralexstokes commented 1 year ago

@ncitron if you rebase from main this should unblock the CI

ncitron commented 1 year ago

Rebased