Skip to content

Commit

Permalink
Sync the version of the fuel-core with minor hot fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Dec 26, 2024
1 parent d6e4bb9 commit ec49e05
Show file tree
Hide file tree
Showing 7 changed files with 532 additions and 593 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [2446](https://github.com/FuelLabs/fuel-core/pull/2446): Use graphiql instead of graphql-playground due to known vulnerability and stale development.
- [2379](https://github.com/FuelLabs/fuel-core/issues/2379): Change `kv_store::Value` to be `Arc<[u8]>` instead of `Arc<Vec<u8>>`.

## [Version 0.40.2]

### Fixed

- [2476](https://github.com/FuelLabs/fuel-core/pull/2476): Hardcode the timestamp of the genesis block.

## [Version 0.40.1]

### Added

- [2450](https://github.com/FuelLabs/fuel-core/pull/2450): Added support for posting blocks to the shared sequencer.

## [Version 0.40.0]

### Added
Expand Down
Loading

0 comments on commit ec49e05

Please sign in to comment.