Skip to content

Commit

Permalink
Remove Sum Tree codebase (#726)
Browse files Browse the repository at this point in the history
* Remove Sum Tree codebase

* Update CHANGELOG.md
  • Loading branch information
Brandon Vrooman authored Apr 23, 2024
1 parent 795d2ee commit 15018bd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 466 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Breaking

- [#726](https://github.com/FuelLabs/fuel-vm/pull/726): Removed code related to Binary Merkle Sum Trees (BMSTs). The BMST is deprecated and not used in production environments.

## [Version 0.49.0]

### Added
Expand Down
1 change: 0 additions & 1 deletion fuel-merkle/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pub mod binary;
pub mod common;
pub mod sparse;
pub mod storage;
pub mod sum;

#[cfg(test)]
mod tests;
14 changes: 0 additions & 14 deletions fuel-merkle/src/sum.rs

This file was deleted.

36 changes: 0 additions & 36 deletions fuel-merkle/src/sum/hash.rs

This file was deleted.

317 changes: 0 additions & 317 deletions fuel-merkle/src/sum/merkle_tree.rs

This file was deleted.

Loading

0 comments on commit 15018bd

Please sign in to comment.