Mallory - Single commit

This commit is contained in:
Age Manning
2025-03-25 16:53:10 +11:00
parent b8178515cd
commit e2acce9468
118 changed files with 4753 additions and 3938 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "lcli"
description = "Lighthouse CLI (modeled after zcli)"
version = "7.1.0"
version = "8.0.0-rc.1"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = { workspace = true }

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()