Implement /eth/v1/beacon/blobs endpoint (#8103)

* #8085


  


Co-Authored-By: Tan Chee Keong <tanck@sigmaprime.io>

Co-Authored-By: chonghe <44791194+chong-he@users.noreply.github.com>
This commit is contained in:
chonghe
2025-10-09 13:01:30 +08:00
committed by GitHub
parent 8e382ceed9
commit 3110ca325b
10 changed files with 346 additions and 41 deletions

View File

@@ -124,7 +124,7 @@ async fn get_block_from_source<T: EthSpec>(
.unwrap()
.unwrap();
let blobs_from_source = source
.get_blobs::<T>(block_id, None, spec)
.get_blob_sidecars::<T>(block_id, None, spec)
.await
.unwrap()
.unwrap()