Skip to content

Commit

Permalink
Shared sequencer integration for fuel-core 0.40.0 (#2451)
Browse files Browse the repository at this point in the history
## Description

This PR duplicates #1922, but
on top of the `fuel-core 0.40.0`.
Since the current `master` is not ready to be released, but we want this
feature in the testnet, we will create a minor release with added
off-chain logic that posts data to the SS.

All changes are the same as in the original PR, except `reqwest` is
bumped to `0.12`, because it has a fix important for SS.

### Before requesting review
- [x] I have reviewed the code myself

---------

Co-authored-by: Mårten Blankfors <[email protected]>
  • Loading branch information
xgreenx and netrome authored Nov 25, 2024
1 parent eea8c60 commit 68edae4
Show file tree
Hide file tree
Showing 39 changed files with 2,221 additions and 158 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]

- [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 68edae4

Please sign in to comment.