Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly cargo update #1976

Merged
merged 2 commits into from
Jun 16, 2024
Merged

Weekly cargo update #1976

merged 2 commits into from
Jun 16, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

info: syncing channel updates for '1.75.0-x86_64-unknown-linux-gnu'
info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
�[1m�[32m    Updating�[0m derive_more v0.99.17 -> v0.99.18
�[1m�[36m      Adding�[0m hermit-abi v0.4.0
�[1m�[32m    Updating�[0m polling v3.7.1 -> v3.7.2

info: syncing channel updates for '1.75.0-x86_64-unknown-linux-gnu'
info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
�[1m�[32m    Updating�[0m derive_more v0.99.17 -> v0.99.18
�[1m�[36m      Adding�[0m hermit-abi v0.4.0
�[1m�[32m    Updating�[0m polling v3.7.1 -> v3.7.2
@xgreenx xgreenx added the no changelog Skip the CI check of the changelog modification label Jun 16, 2024
@xgreenx xgreenx enabled auto-merge (squash) June 16, 2024 09:26
@xgreenx xgreenx merged commit 1704464 into master Jun 16, 2024
29 checks passed
@xgreenx xgreenx deleted the cargo_update branch June 16, 2024 09:43
@xgreenx xgreenx mentioned this pull request Jun 16, 2024
xgreenx added a commit that referenced this pull request Jun 16, 2024
## 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
GoldenPath1109 added a commit to GoldenPath1109/fuel-core that referenced this pull request Sep 7, 2024
## Version v0.30.0

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

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

#### Breaking
- [#1975](FuelLabs/fuel-core#1975): Updated gas
prices according to new release.
- [#1975](FuelLabs/fuel-core#1975): Changed
`GasCosts` endpoint to return `DependentCost` for the `cfei` opcode via
`cfeiDependentCost`.
- [#1975](FuelLabs/fuel-core#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 FuelLabs/fuel-core#1964
* Updated VM initialization benchmark to include many inputs and outputs
by @xgreenx in FuelLabs/fuel-core#1973
* Fixes the error message for incorrect keypair's path by @xgreenx in
FuelLabs/fuel-core#1962
* Optimized the work of `InMemoryTransaction` for lookups and empty
insertion by @xgreenx in FuelLabs/fuel-core#1974
* Weekly `cargo update` by @github-actions in
FuelLabs/fuel-core#1976
* Use `fuel-vm 0.54.0` by @xgreenx in
FuelLabs/fuel-core#1975


**Full Changelog**:
FuelLabs/fuel-core@v0.29.0...v0.30.0
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Skip the CI check of the changelog modification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant