Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 809 Bytes

changelog.md

File metadata and controls

26 lines (18 loc) · 809 Bytes

Changelog

All notable changes to the ShardDog NFT Protocol will be documented in this file.

[0.2.0] - 2024-10-23

Changed

  • Switched from individual token storage to owner-centric token tracking
  • Burn tokens with ownership checks

[0.1.0] - 2024-9-24

Added

  • Initial release of the ShardDog NFT Protocol
  • Multiple channel support within a single contract
  • Merkle tree verification for efficient token minting
  • Owner-centric token tracking system
  • Create channel functionality
  • Mint tokens with Merkle proof verification
  • Transfer tokens between account
  • View functions for querying token ownership and channel info
  • Integration with ClickHouse database for off-chain data management
  • Implemented Merkle tree approach for token verification instead of on-chain metadata storage