v0.1.0-pre.012

This commit is contained in:
2026-07-24 15:59:00 +02:00
parent 60660ca555
commit e753a80c3a
179 changed files with 5653 additions and 10813 deletions

View File

@@ -9,7 +9,6 @@ const ACCEPTED_FAMILIES: &[crate::MdEventFamily] = &[
crate::MdEventFamily::TokenBurn,
crate::MdEventFamily::Lifecycle,
];
const MUTATION_ENTRIES: &[&str] = &[
"initialize_mint",
"initialize_mint2",

View File

@@ -5,6 +5,5 @@
/// Legacy crate name retained for migration and compatibility tracking.
const LEGACY_CRATE: &str = "kb_materializer_token_metadata_risk";
/// Current porting status.
const MIGRATION_STATUS: &str = "source-preserved-pending-port";