Skip to content

Commit

Permalink
Port the update of versions 0.41.7 (#2712)
Browse files Browse the repository at this point in the history
## Description
This PR port the update made on a release branch on top of the previous
version v0.41.6. This will allow us to register the new STF version to
the code and keep master updated.

## Checklist
- [x] Breaking changes are clearly marked as such in the PR description
and changelog
- [x] New behavior is reflected in tests
- [x] [The specification](https://github.com/FuelLabs/fuel-specs/)
matches the implemented behavior (link update PR if changes are needed)

### Before requesting review
- [x] I have reviewed the code myself
- [x] I have created follow-up issues caused by this PR and linked them
here
  • Loading branch information
AurelienFT authored Feb 13, 2025
1 parent f71609c commit e4a30ce
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 132 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [2653](https://github.com/FuelLabs/fuel-core/pull/2653): Added cleaner error for wasm-executor upon failed deserialization.
- [2705](https://github.com/FuelLabs/fuel-core/pull/2705): Update the default value for `--max-block-size` and `--max-transmit-size` to 50 MB

## [Version 0.41.7]

### Fixed
- [2710](https://github.com/FuelLabs/fuel-core/pull/2710): Update Fuel-VM to fix compressed transaction backward compatibility.

## [Version 0.41.6]

Expand Down
Loading

0 comments on commit e4a30ce

Please sign in to comment.