From ae2b7601dfe7e9a441821151acf28a5004c589cd Mon Sep 17 00:00:00 2001
From: rymnc <43716372+rymnc@users.noreply.github.com>
Date: Tue, 17 Dec 2024 17:26:40 +0530
Subject: [PATCH 01/21] fix(gas_price_service_v1): block committer api format
---
.../block_committer_costs.rs | 110 ++++++++++--------
tests/tests/gas_price.rs | 8 +-
2 files changed, 64 insertions(+), 54 deletions(-)
diff --git a/crates/services/gas_price_service/src/v1/da_source_service/block_committer_costs.rs b/crates/services/gas_price_service/src/v1/da_source_service/block_committer_costs.rs
index ac888a0a70..7d304b1875 100644
--- a/crates/services/gas_price_service/src/v1/da_source_service/block_committer_costs.rs
+++ b/crates/services/gas_price_service/src/v1/da_source_service/block_committer_costs.rs
@@ -19,9 +19,9 @@ pub trait BlockCommitterApi: Send + Sync {
/// Used on first run to get the latest costs and seqno
async fn get_latest_costs(&self) -> DaBlockCostsResult