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/token/decoder.rs
// version: 1
// version: 2
//! Exact classic SPL Token dispatch for the common decode pipeline.
@@ -109,7 +109,7 @@ impl crate::DcApiInstructionDecoder for crate::DcSplTokenDecoder {
| crate::DcApiDecoderOutcomeStatus::Unsupported
) {
tracing::error!(
target: crate::DC_SPL_TOKEN_TRACING_TARGET,
target: crate::TRACING_TARGET_DECODER_SPL_TOKEN,
action = "decode_failure",
signature = %input.signature,
slot = input.slot,
@@ -125,7 +125,7 @@ impl crate::DcApiInstructionDecoder for crate::DcSplTokenDecoder {
);
}
tracing::debug!(
target: crate::DC_SPL_TOKEN_TRACING_TARGET,
target: crate::TRACING_TARGET_DECODER_SPL_TOKEN,
action = "decode",
signature = %input.signature,
instruction_path = %input.instruction_path,