Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 08:36
· 25 commits to main since this release

[1.1.0] - 2026-04-23

🚀 Features

  • (ton) Add AddressFormat for configurable workchain/bounceable/testnet addresses

🚜 Refactor

  • (errors) Replace DeriveError re-exports with wrapper enums in Aptos, Spark, TON, and Tron
  • (wallet) Add derive_secp256k1/derive_ed25519 helpers and encapsulate seed in Zeroizing
  • (nostr) Replace account_nsec helper with NostrAccount newtype wrapping DerivedAccount
  • (cosmos) Replace hrp/coin_type parameters with ChainConfig struct and add predefined chain constants

📚 Documentation

  • (skill) Update SKILL.md to reflect Nostr chain addition and NIP-06/NIP-19 support
  • (spark) Update documentation to reflect Spark identity-key derivation and Bech32m address encoding
  • (project) Add markdownlint config and update CHANGELOG for 1.1.0 release with breaking changes

⚙️ Miscellaneous Tasks

  • (workspace) Bump version to 1.0.1 and update documentation for 1.0 API changes
  • (workspace) Bump version to 1.1.0 and refactor batch derivation to use unified derive_range helper