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

Shared sequencer integration #1922

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
da28249
wip
Dentosal May 21, 2024
355cef5
Add everything
Dentosal May 30, 2024
c8cc4aa
Merge branch 'master' into feature/shared-sequencer
Dentosal Nov 9, 2024
5bf6c78
Fix some issues after merge
Dentosal Nov 9, 2024
8975e6b
Add changelog entry
Dentosal Nov 9, 2024
eeec960
Cleanup
Dentosal Nov 9, 2024
5d75b01
fmt
Dentosal Nov 9, 2024
87ad0e5
Merge branch 'refs/heads/master' into feature/shared-sequencer
xgreenx Nov 20, 2024
6f32c20
Use published proto types for the SS.
xgreenx Nov 22, 2024
810511d
Merge branch 'refs/heads/master' into feature/shared-sequencer
xgreenx Nov 22, 2024
625e7ec
Make CI happy
xgreenx Nov 22, 2024
1a3df5b
Tested posting of the block headers with the local sequencer
xgreenx Nov 22, 2024
72b3941
Post batch of the blobs to SS.
xgreenx Nov 23, 2024
ed98a87
Allow [(true, true), (false, true), (false, false)], where tuple is (…
xgreenx Nov 23, 2024
7b3ec7f
Self-review=)
xgreenx Nov 23, 2024
ab1e8f0
Apply changes from #2451
Dentosal Dec 9, 2024
e545ece
Merge branch 'master' into feature/shared-sequencer
Dentosal Dec 9, 2024
1d01f3c
Re-add error types that somehow got removed
Dentosal Dec 9, 2024
a1a26b7
Update Cargo.lock
Dentosal Dec 9, 2024
553a14c
Remove unnecessary and broken import
Dentosal Dec 9, 2024
a346fef
Merge branch 'master' into feature/shared-sequencer
Dentosal Dec 11, 2024
c22d021
Merge branch 'master' into feature/shared-sequencer
Dentosal Dec 12, 2024
4e4d030
Merge branch 'master' into feature/shared-sequencer
Dentosal Dec 30, 2024
d1726d9
Remove CosmosError
Dentosal Dec 30, 2024
c4d9316
Include response body in error if we fail to parse json
Dentosal Dec 30, 2024
44c2300
Merge branch 'refs/heads/master' into feature/shared-sequencer
xgreenx Dec 31, 2024
c69eb38
Merge master
xgreenx Dec 31, 2024
9fd2776
Merge branch 'master' into feature/shared-sequencer
xgreenx Jan 2, 2025
c3aee19
Merge branch 'master' into feature/shared-sequencer
Dentosal Jan 3, 2025
b3ea605
Address PR feedback
Dentosal Jan 3, 2025
2cd10c1
fmt
Dentosal Jan 3, 2025
75964bb
Add a missing return
Dentosal Jan 3, 2025
a0f34f6
Revert changes to ci_checks.sh
Dentosal Jan 6, 2025
0f0440a
Merge branch 'master' into feature/shared-sequencer
Dentosal Jan 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [2361](https://github.com/FuelLabs/fuel-core/pull/2361): Add caches to the sync service to not reask for data it already fetched from the network.
- [2327](https://github.com/FuelLabs/fuel-core/pull/2327): Add more services tests and more checks of the pool. Also add an high level documentation for users of the pool and contributors.
- [2416](https://github.com/FuelLabs/fuel-core/issues/2416): Define the `GasPriceServiceV1` task.
- [1922](https://github.com/FuelLabs/fuel-core/pull/1922): Added support for posting blocks to the shared sequencer.
- [2033](https://github.com/FuelLabs/fuel-core/pull/2033): Remove `Option<BlockHeight>` in favor of `BlockHeightQuery` where applicable.
- [2472](https://github.com/FuelLabs/fuel-core/pull/2472): Added the `amountU128` field to the `Balance` GraphQL schema, providing the total balance as a `U128`. The existing `amount` field clamps any balance exceeding `U64` to `u64::MAX`.
- [2526](https://github.com/FuelLabs/fuel-core/pull/2526): Add possibility to not have any cache set for RocksDB. Add an option to either load the RocksDB columns families on creation of the database or when the column is used.
Expand Down
Loading
Loading