Skip to content

Commit

Permalink
Release 0.41.6 (#2674)
Browse files Browse the repository at this point in the history
## Version 0.41.6

### Added
- [2668](#2668): Expose gas
price service test helpers
- [2621](#2598): Global merkle
root storage updates process upgrade transactions.
- [2650](#2650): Populate
`ProcessedTransactions` table in global merkle root storage.
- [2667](#2667): Populate
`Blobs` table in global merkle root storage.
- [2652](#2652): Global Merkle
Root storage crate: Add Raw contract bytecode to global merkle root
storage when processing Create transactions.

### Fixed
- [2673](#2673): Change read
behavior on the InMemoryTransaction to use offset and allow not equal
buf size (fix CCP and LDC broken from
FuelLabs/fuel-vm#847)
  • Loading branch information
AurelienFT authored Feb 5, 2025
1 parent 3725f21 commit 4ff324b
Show file tree
Hide file tree
Showing 8 changed files with 427 additions and 391 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [Version 0.41.6]

### Added
- [2668](https://github.com/FuelLabs/fuel-core/pull/2668): Expose gas price service test helpers
- [2621](https://github.com/FuelLabs/fuel-core/pull/2598): Global merkle root storage updates process upgrade transactions.
Expand Down
Loading

0 comments on commit 4ff324b

Please sign in to comment.