0.5.1-pre.003

This commit is contained in:
2026-08-09 22:48:31 +02:00
parent 6a680767ae
commit 6151bb25e7
333 changed files with 2200 additions and 2158 deletions

View File

@@ -1,5 +1,5 @@
// file: ks-lib/src/decoder/nft/metaplex_bubblegum.rs
// version: 5
// version: 6
//! Reserved protocol decoder for `nft_metaplex_bubblegum`.
@@ -9,7 +9,7 @@ pub struct DcNftMetaplexBubblegumDecoder;
impl crate::DcApiProtocolDecoder for crate::DcNftMetaplexBubblegumDecoder {
fn decoder_name(&self) -> &'static str {
return "kb-lib.decoder.nft.metaplex_bubblegum";
return "ks-lib-decoder.nft.metaplex_bubblegum";
}
fn decoder_version(&self) -> &'static str {

View File

@@ -1,5 +1,5 @@
// file: ks-lib/src/decoder/nft/tensor_cnft.rs
// version: 2
// version: 3
//! Reserved protocol decoder for `nft_tensor_cnft`.
@@ -9,7 +9,7 @@ pub struct DcNftTensorCnftDecoder;
impl crate::DcApiProtocolDecoder for crate::DcNftTensorCnftDecoder {
fn decoder_name(&self) -> &'static str {
return "kb-lib.decoder.nft.tensor_cnft";
return "ks-lib-decoder.nft.tensor_cnft";
}
fn decoder_version(&self) -> &'static str {