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 #1869

Merged
merged 2 commits into from
Apr 29, 2024
Merged

Weekly cargo update #1869

merged 2 commits into from
Apr 29, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

�[1m�[32m    Updating�[0m async-task v4.7.0 -> v4.7.1
�[1m�[32m    Updating�[0m blocking v1.5.1 -> v1.6.0
�[1m�[32m    Updating�[0m concurrent-queue v2.4.0 -> v2.5.0
�[1m�[32m    Updating�[0m event-listener-strategy v0.5.1 -> v0.5.2
�[1m�[32m    Updating�[0m fastrand v2.0.2 -> v2.1.0
�[1m�[32m    Updating�[0m fiat-crypto v0.2.7 -> v0.2.8
�[1m�[32m    Updating�[0m flate2 v1.0.28 -> v1.0.29
�[1m�[32m    Updating�[0m jobserver v0.1.30 -> v0.1.31
�[1m�[32m    Updating�[0m lock_api v0.4.11 -> v0.4.12
�[1m�[32m    Updating�[0m parking_lot v0.12.1 -> v0.12.2
�[1m�[32m    Updating�[0m parking_lot_core v0.9.9 -> v0.9.10
�[1m�[32m    Updating�[0m polling v3.6.0 -> v3.7.0
�[1m�[36m      Adding�[0m redox_syscall v0.5.1
�[1m�[32m    Updating�[0m rustix v0.38.32 -> v0.38.34
�[1m�[32m    Updating�[0m rustls v0.21.11 -> v0.21.12
�[1m�[32m    Updating�[0m serde v1.0.198 -> v1.0.199
�[1m�[32m    Updating�[0m serde_derive v1.0.198 -> v1.0.199
�[1m�[32m    Updating�[0m serde_with v3.7.0 -> v3.8.0
�[1m�[32m    Updating�[0m serde_with_macros v3.7.0 -> v3.8.0
�[1m�[32m    Updating�[0m signal-hook-registry v1.4.1 -> v1.4.2
�[1m�[32m    Updating�[0m unicode-width v0.1.11 -> v0.1.12
�[1m�[32m    Updating�[0m winapi-util v0.1.6 -> v0.1.8
�[1m�[32m    Updating�[0m winnow v0.6.6 -> v0.6.7

�[1m�[32m    Updating�[0m async-task v4.7.0 -> v4.7.1
�[1m�[32m    Updating�[0m blocking v1.5.1 -> v1.6.0
�[1m�[32m    Updating�[0m concurrent-queue v2.4.0 -> v2.5.0
�[1m�[32m    Updating�[0m event-listener-strategy v0.5.1 -> v0.5.2
�[1m�[32m    Updating�[0m fastrand v2.0.2 -> v2.1.0
�[1m�[32m    Updating�[0m fiat-crypto v0.2.7 -> v0.2.8
�[1m�[32m    Updating�[0m flate2 v1.0.28 -> v1.0.29
�[1m�[32m    Updating�[0m jobserver v0.1.30 -> v0.1.31
�[1m�[32m    Updating�[0m lock_api v0.4.11 -> v0.4.12
�[1m�[32m    Updating�[0m parking_lot v0.12.1 -> v0.12.2
�[1m�[32m    Updating�[0m parking_lot_core v0.9.9 -> v0.9.10
�[1m�[32m    Updating�[0m polling v3.6.0 -> v3.7.0
�[1m�[36m      Adding�[0m redox_syscall v0.5.1
�[1m�[32m    Updating�[0m rustix v0.38.32 -> v0.38.34
�[1m�[32m    Updating�[0m rustls v0.21.11 -> v0.21.12
�[1m�[32m    Updating�[0m serde v1.0.198 -> v1.0.199
�[1m�[32m    Updating�[0m serde_derive v1.0.198 -> v1.0.199
�[1m�[32m    Updating�[0m serde_with v3.7.0 -> v3.8.0
�[1m�[32m    Updating�[0m serde_with_macros v3.7.0 -> v3.8.0
�[1m�[32m    Updating�[0m signal-hook-registry v1.4.1 -> v1.4.2
�[1m�[32m    Updating�[0m unicode-width v0.1.11 -> v0.1.12
�[1m�[32m    Updating�[0m winapi-util v0.1.6 -> v0.1.8
�[1m�[32m    Updating�[0m winnow v0.6.6 -> v0.6.7
@xgreenx xgreenx enabled auto-merge (squash) April 29, 2024 08:48
@xgreenx xgreenx added the no changelog Skip the CI check of the changelog modification label Apr 29, 2024
@xgreenx xgreenx merged commit 84da9c9 into master Apr 29, 2024
27 checks passed
@xgreenx xgreenx deleted the cargo_update branch April 29, 2024 09:21
@xgreenx xgreenx mentioned this pull request Apr 30, 2024
xgreenx added a commit that referenced this pull request Apr 30, 2024
## Version v0.26.0

### Fixed

#### Breaking

- [#1868](#1868): Include the
`event_inbox_root` in the header hash. Changed types of the
`transactions_count` to `u16` and `message_receipt_count` to `u32`
instead of `u64`. Updated the application hash root calculation to not
pad numbers.
- [#1866](#1866): Fixed a
runtime panic that occurred when restarting a node. The panic happens
when the relayer database is already populated, and the relayer attempts
an empty commit during start up. This invalid commit is removed in this
PR.
- [#1871](#1871): Fixed
`block` endpoint to return fetch the blocks from both databases after
regenesis.
- [#1856](#1856): Replaced
instances of `Union` with `Enum` for GraphQL definitions of
`ConsensusParametersVersion` and related types. This is needed because
`Union` does not support multiple `Version`s inside discriminants or
empty variants.
- [#1870](#1870): Fixed
benchmarks for the `0.25.3`.
- [#1870](#1870): Improves the
performance of getting the size of the contract from the
`InMemoryTransaction`.
- [#1851](#1851): Provided
migration capabilities (enabled addition of new column families) to
RocksDB instance.

### Added 

- [#1853](#1853): Added a test
case to verify the database's behavior when new columns are added to the
RocksDB database.
- [#1860](#1860): Regenesis
now preserves `FuelBlockIdsToHeights` off-chain table.

### Changed

- [#1847](#1847): Simplify the
validation interface to use `Block`. Remove `Validation` variant of
`ExecutionKind`.
- [#1832](#1832): Snapshot
generation can be cancelled. Progress is also reported.
- [#1837](#1837): Refactor the
executor and separate validation from the other use cases

## What's Changed
* Weekly `cargo update` by @github-actions in
#1850
* Refactor/separate validation from other executions by @MitchTurner in
#1837
* fix: Use `Enum` for `ConsensusParametersVersion` and related types by
@bvrooman in #1856
* feat: snapshot generation graceful shutdown by @segfault-magnet in
#1832
* regenesis: migrate FuelBlockIdsToHeights by @Dentosal in
#1860
* Weekly `cargo update` by @github-actions in
#1869
* Refactor/Simplify validation logic by @MitchTurner in
#1847
* Fixed `block` endpoint to return fetch the blocks from both databases
after regenesis by @xgreenx in
#1871
* Add Eq and Partial Eq to tx response and status by @MujkicA in
#1872
* test: restart with relayer data by @bvrooman in
#1866
* Fix `BlockHeader` hash by @MitchTurner in
#1868
* Added a test for the case of adding new columns into the existing
RocksDB database by @xgreenx in
#1853
* Fixed benchmarks for the `0.25.3` by @xgreenx in
#1870


**Full Changelog**:
v0.25.3...v0.26.0
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