v0.1.0-pre.020

This commit is contained in:
2026-07-24 22:01:07 +02:00
parent fa2d9d8ecd
commit 4190b2c0ce
84 changed files with 3314 additions and 274 deletions

View File

@@ -1,5 +1,5 @@
// file: kb-lib/src/decoder/spl/memo/decoder.rs
// version: 1
// version: 2
//! Exact SPL Memo v1, v3 and v4 dispatch for the common decode pipeline.
@@ -124,7 +124,7 @@ impl crate::DcApiInstructionDecoder for crate::DcSplMemoDecoder {
| crate::DcApiDecoderOutcomeStatus::Unsupported
) {
tracing::error!(
target: crate::DC_SPL_MEMO_TRACING_TARGET,
target: crate::TRACING_TARGET_DECODER_SPL_MEMO,
action = "decode_failure",
signature = %input.signature,
slot = input.slot,
@@ -141,7 +141,7 @@ impl crate::DcApiInstructionDecoder for crate::DcSplMemoDecoder {
);
}
tracing::debug!(
target: crate::DC_SPL_MEMO_TRACING_TARGET,
target: crate::TRACING_TARGET_DECODER_SPL_MEMO,
action = "decode",
signature = %input.signature,
instruction_path = %input.instruction_path,