HCS Topics & Version History
Overview
Hashinal Wallet Connect SDK is distributed through two channels:
- NPM Package: For modern JavaScript applications (ESM)
- HCS Topics: For inscribed HTML Hashinals (UMD)
This page tracks all inscribed versions on Hedera Consensus Service, allowing Hashinals to reference immutable, on-chain versions of the SDK.
How Inscribed Versions Work
Each version is:
- Immutable: Once inscribed, the code cannot be changed
- Verifiable: SHA-256 hash in topic memo ensures integrity
- Permanent: Stored forever on Hedera's distributed ledger
- Accessible: Retrieved using HCS-1 and HCS-3 standards
Version History
Latest Version
Version | Topic ID | Status | Release Date | Key Features |
---|---|---|---|---|
v1.0.92 | 0.0.8084872 | 🟢 LATEST | Dec 2024 | • NFT validation methods • Smart contract reads • Enhanced error handling • Performance improvements |
Previous Versions
Version | Topic ID | Release Date | Notable Changes |
---|---|---|---|
v1.0.89 | 0.0.7812387 | Nov 2024 | • Added transaction query methods • Improved TypeScript support |
v1.0.88 | 0.0.7797532 | Nov 2024 | • Bug fixes for token operations |
v1.0.86 | 0.0.7770334 | Nov 2024 | • Enhanced NFT methods • getAccountNFTs implementation |
v1.0.82 | 0.0.7522981 | Oct 2024 | • Stable release |