Skip to content

Commit

Permalink
HistoricalRocksDB starts using ModificationHistory V2 for new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
acerone85 committed Oct 3, 2024
1 parent 6e19507 commit 3c9eff4
Show file tree
Hide file tree
Showing 5 changed files with 553 additions and 49 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).


### Changed
- [2233]((https://github.com/FuelLabs/fuel-core/pull/2233): New changes to HistoricalRocksDB are written to ModificationsHistoryV2

#### Breaking
- [2206](https://github.com/FuelLabs/fuel-core/pull/2206): Use timestamp of last block when dry running transactions.
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/fuel-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ hyper = { workspace = true }
indicatif = { workspace = true, default-features = true }
itertools = { workspace = true }
num_cpus = { version = "1.16.0", optional = true }
parking_lot = { workspace = true }
postcard = { workspace = true, optional = true }
rand = { workspace = true }
rocksdb = { version = "0.21", default-features = false, features = [
Expand Down
Loading

0 comments on commit 3c9eff4

Please sign in to comment.