v0.3.14-pre.002-fix.001

This commit is contained in:
2026-09-11 20:00:56 +02:00
parent b2068e9ef2
commit 5932250314
4 changed files with 210 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-worker-raw-transaction-ingest-lib/src/runtime_resources.rs
// version: 27
// version: 28
use sha2::Digest; // rust-rules: trait-import
@@ -2794,7 +2794,6 @@ fn standard_logs_live_source_key(
fn yellowstone_coverage_scope_fingerprint(request: &ksp_onchain_transport_lib::YellowstoneSubscribeRequest) -> ksp_core_lib::Result<[u8; 32]> {
let mut normalized = request.clone();
normalized.set_commitment(std::option::Option::None);
normalized.set_from_slot(std::option::Option::None);
normalized.set_ping(std::option::Option::None);
let identity = match normalized.identity() {
std::result::Result::Ok(value) => value,