FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
358 stars 88 forks source link

Remove Sum Tree codebase #726

Closed bvrooman closed 7 months ago

bvrooman commented 7 months ago

Related issues:

This PR removes the Binary Merkle Sum Tree since it is deprecated and not used. Removing the BMST will reduce the overall codebase complexity and improve readability.

Because this removes public facing types, this is a breaking change. However, it is safe in the context of fuel-core since the BMST was never used.

Checklist

Before requesting review

After merging, notify other teams

[Add or remove entries as needed]