Skip to content

Commit ae193fe

Browse files
committed
add fuel-core-protobuf after reverting old changes
1 parent 107a46c commit ae193fe

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

Cargo.lock

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ fuel-core-p2p = { version = "0.47.1", path = "./crates/services/p2p" }
110110
fuel-core-parallel-executor = { version = "0.47.1", path = "./crates/services/parallel-executor" }
111111
fuel-core-poa = { version = "0.47.1", path = "./crates/services/consensus_module/poa" }
112112
fuel-core-producer = { version = "0.47.1", path = "./crates/services/producer" }
113+
fuel-core-protobuf = { version = "0.1.0", git = "https://github.com/FuelLabs/fuel-core-protobuf.git", branch = "add-defs" }
113114
fuel-core-provider = { version = "0.47.1", path = "./crates/provider" }
114115
fuel-core-relayer = { version = "0.47.1", path = "./crates/services/relayer" }
115116
fuel-core-services = { version = "0.47.1", path = "./crates/services" }

crates/services/block_aggregator_api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ aws-sdk-s3 = "1.111.0"
2020
aws-smithy-mocks = "0.2.0"
2121
bytes = { workspace = true, features = ["serde"] }
2222
enum-iterator = { workspace = true }
23+
fuel-core-protobuf = { workspace = true }
2324
fuel-core-services = { workspace = true }
2425
fuel-core-storage = { workspace = true, features = ["std"] }
2526
fuel-core-types = { workspace = true, features = ["std"] }

crates/services/block_aggregator_api/src/blocks/importer_and_db_source/serializer_adapter/proto_to_fuel_conversions.rs

Whitespace-only changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tonic::include_proto!("blockaggregator");
1+
pub use fuel_core_protobuf::*;

0 commit comments

Comments
 (0)