fuel-vm icon indicating copy to clipboard operation
fuel-vm copied to clipboard

Investigate: Assess arithmetic safety of fuel-merkle crate

Open xgreenx opened this issue 1 year ago • 1 comments

https://github.com/FuelLabs/fuel-merkle/issues/124

xgreenx avatar Jun 13 '23 17:06 xgreenx

Mostly addressed in https://github.com/FuelLabs/fuel-vm/pull/729

From the original issue there's still:

  • Limit leaves_count to 2^63 for push and load operations

Which seems like a non-issue, as a it's physically impossible to have enough memory to for trees of that magnitude.

Dentosal avatar May 06 '24 10:05 Dentosal