Skip to content

Commit

Permalink
Release v0.30.0 (#1977)
Browse files Browse the repository at this point in the history
## Version v0.30.0

### Added
- [#1975](#1975): Added
`DependentCost` benchmarks for the `cfe` and `cfei` opcodes.
- [#1975](#1975): Added
`DependentCost` for the `cfe` opcode to the `GasCosts` endpoint.
- [#1974](#1974): Optimized
the work of `InMemoryTransaction` for lookups and empty insertion.

### Changed
- [#1973](#1973): Updated VM
initialization benchmark to include many inputs and outputs.

#### Breaking
- [#1975](#1975): Updated gas
prices according to new release.
- [#1975](#1975): Changed
`GasCosts` endpoint to return `DependentCost` for the `cfei` opcode via
`cfeiDependentCost`.
- [#1975](#1975): Use `fuel-vm
0.54.0`. More information in the
[release](https://github.com/FuelLabs/fuel-vm/releases/tag/v0.54.0).

## What's Changed
* Add `creation_instant` as second sort key in tx pool. by @AurelienFT
in #1964
* Updated VM initialization benchmark to include many inputs and outputs
by @xgreenx in #1973
* Fixes the error message for incorrect keypair's path by @xgreenx in
#1962
* Optimized the work of `InMemoryTransaction` for lookups and empty
insertion by @xgreenx in #1974
* Weekly `cargo update` by @github-actions in
#1976
* Use `fuel-vm 0.54.0` by @xgreenx in
#1975


**Full Changelog**:
v0.29.0...v0.30.0
  • Loading branch information
xgreenx committed Jun 16, 2024
1 parent 24842ea commit 8b1bf02
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 75 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.30.0]

### Added
- [#1975](https://github.com/FuelLabs/fuel-core/pull/1975): Added `DependentCost` benchmarks for the `cfe` and `cfei` opcodes.
- [#1975](https://github.com/FuelLabs/fuel-core/pull/1975): Added `DependentCost` for the `cfe` opcode to the `GasCosts` endpoint.
Expand Down
86 changes: 43 additions & 43 deletions Cargo.lock

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

Loading

0 comments on commit 8b1bf02

Please sign in to comment.