Tsukumogami

Changelog

Track the evolution of Tsukumogami. All notable changes, features, and fixes are documented here.

v0.1.02026-01-09

Initial Release

First public release of Tsukumogami with core transpilation support for Solana, EVM, and Move.

FeaturePython to Solidity transpilation for EVM chains
FeaturePython to Anchor Rust transpilation for Solana
FeaturePython to Move transpilation for Aptos/Sui
FeatureStatic safety validation (no recursion, bounded loops)
FeatureWeb-based Studio IDE with live preview
FeatureCLI tool (tsuku) for local development
FeatureProject scaffolding for all target chains
ImprovementComprehensive type mapping across chains
ImprovementAudit-friendly generated code formatting
v0.0.22025-12-15

Beta Preview

Beta release with improved diagnostics and error messages.

FeatureEnhanced diagnostic messages with suggestions
FeatureLine number tracking for errors
FixFixed mapping type generation for nested types
FixCorrected visibility modifiers in Solidity output
ImprovementBetter handling of assert statements
v0.0.12025-11-01

Alpha Release

Initial alpha release for early testing and feedback.

FeatureBasic Python parsing and analysis
FeatureSolidity code generation prototype
FeatureCore decorator support (@contract, @entry, @view)
FixVarious parser edge cases

Want to stay updated? Follow us on GitHub for the latest releases and announcements.