mirror of
https://github.com/sonr-io/sonr.git
synced 2026-09-17 07:26:25 +00:00
docs(docs): add documentation site with Blume config and initial MDX pages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { defineMeta } from "blume";
|
||||
|
||||
export default defineMeta({
|
||||
"title": "Releases",
|
||||
"icon": "tag",
|
||||
"collapsed": true
|
||||
});
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: v0.0.1
|
||||
description: "Initial release with core blockchain features"
|
||||
type: changelog
|
||||
date: 2025-06-22T23:59:00Z
|
||||
changelog:
|
||||
version: "0.0.1"
|
||||
category: "Initial"
|
||||
search:
|
||||
tags:
|
||||
- "Core"
|
||||
---
|
||||
|
||||
- Automated version bumping and changelog generation
|
||||
- Highway service for enhanced authentication
|
||||
- Database migration using goose
|
||||
- CosmWasm VM for smart contracts
|
||||
- IPFS Kubo v0.35.0 integration
|
||||
- Decentralized web node runtime with WASM enclave
|
||||
- Complete database schema for core entities
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: v0.0.23
|
||||
description: "Major infrastructure and documentation improvements (#38, #37, #36)"
|
||||
type: changelog
|
||||
date: 2025-06-26T23:59:00Z
|
||||
changelog:
|
||||
version: "0.0.23"
|
||||
category: "IPFS"
|
||||
search:
|
||||
tags:
|
||||
- "CI/CD"
|
||||
- "Documentation"
|
||||
---
|
||||
|
||||
- IPFS private network support
|
||||
- Enhanced CI/CD workflows
|
||||
- Comprehensive tokenomics documentation
|
||||
- Client integration guide
|
||||
- Research section with whitepapers
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.1.0
|
||||
description: "Implement Highway Service API Handlers"
|
||||
type: changelog
|
||||
date: 2025-06-28T23:58:00Z
|
||||
changelog:
|
||||
version: "0.1.0"
|
||||
category: "Highway"
|
||||
search:
|
||||
tags:
|
||||
- "API"
|
||||
---
|
||||
|
||||
Implement Highway Service API Handlers (#39)
|
||||
|
||||
- Highway service implementation
|
||||
- API handler creation
|
||||
- Core service functionality
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.0
|
||||
description: "Implement secure key management with WASM enclaves"
|
||||
type: changelog
|
||||
date: 2025-07-21T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.0"
|
||||
category: "Security"
|
||||
search:
|
||||
tags:
|
||||
- "WASM"
|
||||
---
|
||||
|
||||
Implement secure key management with WASM enclaves (#126)
|
||||
|
||||
- WASM-based secure enclaves
|
||||
- Hardware-level key protection
|
||||
- Enhanced cryptographic isolation
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.1
|
||||
description: "Major infrastructure and wallet improvements (#134, #131, #128, #127)"
|
||||
type: changelog
|
||||
date: 2025-07-31T23:57:00Z
|
||||
changelog:
|
||||
version: "0.10.1"
|
||||
category: "CI/CD"
|
||||
search:
|
||||
tags:
|
||||
- "Wallet"
|
||||
- "EVM"
|
||||
---
|
||||
|
||||
- Optimized CI/CD workflows with smart testing
|
||||
- Fee grant integration with BasicAllowance
|
||||
- EVM transaction support in wallet module
|
||||
- External wallet linking as DID assertion methods
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.12
|
||||
description: "Monorepo restructure with internal packages and enhanced CI/CD"
|
||||
type: changelog
|
||||
date: 2025-08-03T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.12"
|
||||
category: "Monorepo"
|
||||
search:
|
||||
tags:
|
||||
- "CI/CD"
|
||||
---
|
||||
|
||||
Monorepo restructure with internal packages and enhanced CI/CD (#151)
|
||||
|
||||
- Internal package architecture
|
||||
- CI/CD pipeline improvements
|
||||
- Better code organization
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.13
|
||||
description: "Refactor x/dwn vaults and introduce gasless transactions"
|
||||
type: changelog
|
||||
date: 2025-08-05T23:57:00Z
|
||||
changelog:
|
||||
version: "0.10.13"
|
||||
category: "DWN"
|
||||
search:
|
||||
tags:
|
||||
- "Gasless"
|
||||
---
|
||||
|
||||
Refactor x/dwn vaults and introduce gasless transactions (#154)
|
||||
|
||||
- Vault system refactoring
|
||||
- Gasless transaction support
|
||||
- Enhanced user experience
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.14
|
||||
description: "Complete Highway proxy server implementation with asynq and proto.Actor"
|
||||
type: changelog
|
||||
date: 2025-08-05T23:58:00Z
|
||||
changelog:
|
||||
version: "0.10.14"
|
||||
category: "Highway"
|
||||
search:
|
||||
tags:
|
||||
- "Asynq"
|
||||
---
|
||||
|
||||
Complete Highway proxy server implementation with asynq and proto.Actor (#157)
|
||||
|
||||
- Asynq task queue integration
|
||||
- Actor-based concurrency model
|
||||
- Improved task processing
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.15
|
||||
description: "Migrate Highway service to Echo framework with WebSocket/SSE and JWT auth"
|
||||
type: changelog
|
||||
date: 2025-08-05T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.15"
|
||||
category: "Highway"
|
||||
search:
|
||||
tags:
|
||||
- "WebSocket"
|
||||
---
|
||||
|
||||
Migrate Highway service to Echo framework with WebSocket/SSE and JWT auth (#159)
|
||||
|
||||
- Echo framework migration
|
||||
- Real-time WebSocket support
|
||||
- JWT authentication system
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.16
|
||||
description: "Implement auto-create DWN vault with comprehensive security improvements"
|
||||
type: changelog
|
||||
date: 2025-08-06T23:58:00Z
|
||||
changelog:
|
||||
version: "0.10.16"
|
||||
category: "DWN"
|
||||
search:
|
||||
tags:
|
||||
- "Security"
|
||||
---
|
||||
|
||||
Implement auto-create DWN vault with comprehensive security improvements (#161)
|
||||
|
||||
- Automatic vault provisioning
|
||||
- Enhanced security measures
|
||||
- Improved user onboarding
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.17
|
||||
description: "Implement WebAuthn CLI registration with gasless transactions"
|
||||
type: changelog
|
||||
date: 2025-08-06T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.17"
|
||||
category: "WebAuthn"
|
||||
search:
|
||||
tags:
|
||||
- "CLI"
|
||||
---
|
||||
|
||||
Implement WebAuthn CLI registration with gasless transactions (#168)
|
||||
|
||||
- CLI-based WebAuthn registration
|
||||
- Browser integration for credential creation
|
||||
- Gasless onboarding flow
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.19
|
||||
description: "Migrate documentation to Mintlify structure (#172) and migrate x/ucan module to internal library"
|
||||
type: changelog
|
||||
date: 2025-08-08T23:58:00Z
|
||||
changelog:
|
||||
version: "0.10.19"
|
||||
category: "Documentation"
|
||||
search:
|
||||
tags:
|
||||
- "UCAN"
|
||||
---
|
||||
|
||||
Migrate documentation to Mintlify structure (#172) and migrate x/ucan module to internal library (#174)
|
||||
|
||||
- Documentation platform migration
|
||||
- UCAN module refactoring
|
||||
- Improved code organization
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.2
|
||||
description: "Streamline starship configuration and local development"
|
||||
type: changelog
|
||||
date: 2025-07-31T23:58:00Z
|
||||
changelog:
|
||||
version: "0.10.2"
|
||||
category: "Starship"
|
||||
search:
|
||||
tags:
|
||||
- "Development"
|
||||
---
|
||||
|
||||
Streamline starship configuration and local development (#135)
|
||||
|
||||
- Simplified Starship setup
|
||||
- Enhanced local development workflow
|
||||
- Better developer experience
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: v0.10.20
|
||||
description: "Refactor Motor WASM plugin as MPC-based UCAN source"
|
||||
type: changelog
|
||||
date: 2025-08-08T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.20"
|
||||
category: "Motor"
|
||||
search:
|
||||
tags:
|
||||
- "WASM"
|
||||
- "MPC"
|
||||
---
|
||||
|
||||
Refactor Motor WASM plugin as MPC-based UCAN source (#177)
|
||||
|
||||
- Multi-party computation integration
|
||||
- WASM-based secure execution
|
||||
- UCAN capability management
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.22
|
||||
description: "Move interchain tests to dedicated location"
|
||||
type: changelog
|
||||
date: 2025-08-09T23:57:00Z
|
||||
changelog:
|
||||
version: "0.10.22"
|
||||
category: "Testing"
|
||||
search:
|
||||
tags:
|
||||
- "Refactor"
|
||||
---
|
||||
|
||||
Move interchain tests to dedicated location (#178)
|
||||
|
||||
- Improved test organization
|
||||
- Separated integration tests
|
||||
- Better test maintainability
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.23
|
||||
description: "Enhance init command with VRF keypair generation and SonrContext system"
|
||||
type: changelog
|
||||
date: 2025-08-09T23:58:00Z
|
||||
changelog:
|
||||
version: "0.10.23"
|
||||
category: "VRF"
|
||||
search:
|
||||
tags:
|
||||
- "Context"
|
||||
---
|
||||
|
||||
Enhance init command with VRF keypair generation and SonrContext system (#180)
|
||||
|
||||
- Verifiable Random Function integration
|
||||
- SonrContext for session management
|
||||
- Enhanced initialization process
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.24
|
||||
description: "Implement consensus-based encryption for DWN module"
|
||||
type: changelog
|
||||
date: 2025-08-09T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.24"
|
||||
category: "DWN"
|
||||
search:
|
||||
tags:
|
||||
- "Encryption"
|
||||
---
|
||||
|
||||
Implement consensus-based encryption for DWN module (#181)
|
||||
|
||||
- Validator-based encryption keys
|
||||
- Consensus-driven key management
|
||||
- Enhanced data privacy
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.25
|
||||
description: "Implement gasless WebAuthn registration with comprehensive security audit"
|
||||
type: changelog
|
||||
date: 2025-08-11T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.25"
|
||||
category: "WebAuthn"
|
||||
search:
|
||||
tags:
|
||||
- "Security"
|
||||
---
|
||||
|
||||
Implement gasless WebAuthn registration with comprehensive security audit (#182)
|
||||
|
||||
- Security-audited gasless registration flow
|
||||
- Anti-abuse mechanisms
|
||||
- Credential uniqueness enforcement
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.27
|
||||
description: "Implement WebAuthn gasless transactions with comprehensive protocol integration"
|
||||
type: changelog
|
||||
date: 2025-08-12T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.27"
|
||||
category: "WebAuthn"
|
||||
search:
|
||||
tags:
|
||||
- "Gasless"
|
||||
---
|
||||
|
||||
Implement WebAuthn gasless transactions with comprehensive protocol integration (#186)
|
||||
|
||||
- Gasless onboarding for new users
|
||||
- WebAuthn-based transaction signing
|
||||
- Eliminated token requirement for registration
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.28
|
||||
description: "Implement monorepo structure with pnpm workspaces and changesets"
|
||||
type: changelog
|
||||
date: 2025-08-13T23:58:00Z
|
||||
changelog:
|
||||
version: "0.10.28"
|
||||
category: "Monorepo"
|
||||
search:
|
||||
tags:
|
||||
- "pnpm"
|
||||
---
|
||||
|
||||
Implement monorepo structure with pnpm workspaces and changesets (#189)
|
||||
|
||||
- Modern monorepo architecture
|
||||
- pnpm workspace management
|
||||
- Automated versioning with changesets
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.3
|
||||
description: "Streamline Docker build for enhanced efficiency"
|
||||
type: changelog
|
||||
date: 2025-07-31T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.3"
|
||||
category: "Docker"
|
||||
search:
|
||||
tags:
|
||||
- "Build"
|
||||
---
|
||||
|
||||
Streamline Docker build for enhanced efficiency (#136)
|
||||
|
||||
- Optimized Docker build process
|
||||
- Reduced image sizes
|
||||
- Faster build times
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: v0.10.31
|
||||
description: "Enable Docker-based testnet execution"
|
||||
type: changelog
|
||||
date: 2025-08-13T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.31"
|
||||
category: "Docker"
|
||||
search:
|
||||
tags:
|
||||
- "Testnet"
|
||||
---
|
||||
|
||||
- Simplified testnet deployment via Docker
|
||||
- Containerized node operation
|
||||
- Quick local testing environment
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.32
|
||||
description: "Implement Go client SDK with transaction signing and broadcasting"
|
||||
type: changelog
|
||||
date: 2025-08-14T23:58:00Z
|
||||
changelog:
|
||||
version: "0.10.32"
|
||||
category: "SDK"
|
||||
search:
|
||||
tags:
|
||||
- "Go"
|
||||
---
|
||||
|
||||
Implement Go client SDK with transaction signing and broadcasting (#196)
|
||||
|
||||
- Complete Go SDK for chain interaction
|
||||
- Transaction building and signing utilities
|
||||
- gRPC and REST endpoint support
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.33
|
||||
description: "Implement UCAN permission validation for wallet transactions"
|
||||
type: changelog
|
||||
date: 2025-08-14T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.33"
|
||||
category: "UCAN"
|
||||
search:
|
||||
tags:
|
||||
- "Wallet"
|
||||
---
|
||||
|
||||
Implement UCAN permission validation for wallet transactions (#197)
|
||||
|
||||
- User-Controlled Authorization Networks integration
|
||||
- Permission-based transaction validation
|
||||
- Enhanced wallet security model
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.34
|
||||
description: "Implement CLI commands for wallet module"
|
||||
type: changelog
|
||||
date: 2025-08-15T23:57:00Z
|
||||
changelog:
|
||||
version: "0.10.34"
|
||||
category: "CLI"
|
||||
search:
|
||||
tags:
|
||||
- "Wallet"
|
||||
---
|
||||
|
||||
Implement CLI commands for wallet module (#198)
|
||||
|
||||
- Comprehensive wallet management via CLI
|
||||
- Transaction signing and broadcasting commands
|
||||
- Key management operations
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.6
|
||||
description: "Introduce Starship network configurations for devnet and testnet"
|
||||
type: changelog
|
||||
date: 2025-08-01T23:58:00Z
|
||||
changelog:
|
||||
version: "0.10.6"
|
||||
category: "Starship"
|
||||
search:
|
||||
tags:
|
||||
- "Network"
|
||||
---
|
||||
|
||||
Introduce Starship network configurations for devnet and testnet (#139)
|
||||
|
||||
- Starship integration for local development
|
||||
- Multi-network configuration support
|
||||
- Simplified network management
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.8
|
||||
description: "Optimize deployment workflows and update infrastructure configuration"
|
||||
type: changelog
|
||||
date: 2025-08-01T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.8"
|
||||
category: "Deployment"
|
||||
search:
|
||||
tags:
|
||||
- "Infrastructure"
|
||||
---
|
||||
|
||||
Optimize deployment workflows and update infrastructure configuration (#141)
|
||||
|
||||
- Streamlined deployment process
|
||||
- Infrastructure updates
|
||||
- Performance optimizations
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.10.9
|
||||
description: "Enhance testnet configuration with faucet and explorer settings"
|
||||
type: changelog
|
||||
date: 2025-08-02T23:59:00Z
|
||||
changelog:
|
||||
version: "0.10.9"
|
||||
category: "Testnet"
|
||||
search:
|
||||
tags:
|
||||
- "Infrastructure"
|
||||
---
|
||||
|
||||
Enhance testnet configuration with faucet and explorer settings (#145)
|
||||
|
||||
- Testnet faucet integration
|
||||
- Block explorer configuration
|
||||
- Improved developer experience
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.11.0
|
||||
description: "Implement comprehensive cryptographic security enhancements"
|
||||
type: changelog
|
||||
date: 2025-08-15T23:58:00Z
|
||||
changelog:
|
||||
version: "0.11.0"
|
||||
category: "Cryptography"
|
||||
search:
|
||||
tags:
|
||||
- "Security"
|
||||
---
|
||||
|
||||
Implement comprehensive cryptographic security enhancements (#200)
|
||||
|
||||
- Major cryptographic subsystem overhaul
|
||||
- Enhanced encryption algorithms
|
||||
- Improved key management system
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.11.1
|
||||
description: "Improve secure memory handling for enhanced security"
|
||||
type: changelog
|
||||
date: 2025-08-15T23:59:00Z
|
||||
changelog:
|
||||
version: "0.11.1"
|
||||
category: "Security"
|
||||
search:
|
||||
tags:
|
||||
- "Memory"
|
||||
---
|
||||
|
||||
Improve secure memory handling for enhanced security (#201)
|
||||
|
||||
- Zero-memory clearing for sensitive data
|
||||
- Protected memory allocation for cryptographic operations
|
||||
- Enhanced key material security
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.11.2
|
||||
description: "Transform UI package to shadcn monorepo architecture for uniform styling"
|
||||
type: changelog
|
||||
date: 2025-08-16T23:59:00Z
|
||||
changelog:
|
||||
version: "0.11.2"
|
||||
category: "UI"
|
||||
search:
|
||||
tags:
|
||||
- "Monorepo"
|
||||
---
|
||||
|
||||
Transform UI package to shadcn monorepo architecture for uniform styling (#213)
|
||||
|
||||
- Migrated to shadcn component architecture
|
||||
- Consistent design system across applications
|
||||
- Improved component reusability
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.11.3
|
||||
description: "Complete DID keeper implementation with W3C compliance and WebAuthn authentication"
|
||||
type: changelog
|
||||
date: 2025-08-17T23:59:00Z
|
||||
changelog:
|
||||
version: "0.11.3"
|
||||
category: "DID"
|
||||
search:
|
||||
tags:
|
||||
- "W3C"
|
||||
---
|
||||
|
||||
Complete DID keeper implementation with W3C compliance and WebAuthn authentication (#214)
|
||||
|
||||
- Full W3C DID specification compliance
|
||||
- WebAuthn integration for DID authentication
|
||||
- Enhanced identity management capabilities
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.11.4
|
||||
description: "Complete WebAuthn/FIDO2 implementation for passwordless authentication"
|
||||
type: changelog
|
||||
date: 2025-08-18T23:58:00Z
|
||||
changelog:
|
||||
version: "0.11.4"
|
||||
category: "WebAuthn"
|
||||
search:
|
||||
tags:
|
||||
- "FIDO2"
|
||||
---
|
||||
|
||||
Complete WebAuthn/FIDO2 implementation for passwordless authentication (#215)
|
||||
|
||||
- Full FIDO2 compliance with passwordless authentication
|
||||
- Hardware security key support
|
||||
- Biometric authentication integration
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.12.0
|
||||
description: "Add support for additional elliptic curves and JWK verification"
|
||||
type: changelog
|
||||
date: 2025-08-18T23:59:00Z
|
||||
changelog:
|
||||
version: "0.12.0"
|
||||
category: "Cryptography"
|
||||
search:
|
||||
tags:
|
||||
- "JWK"
|
||||
---
|
||||
|
||||
Add support for additional elliptic curves and JWK verification (#216)
|
||||
|
||||
- Extended elliptic curve support beyond secp256k1
|
||||
- JSON Web Key (JWK) verification implementation
|
||||
- Enhanced cryptographic flexibility
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.12.1
|
||||
description: "Replace InterchainTest with Starship-based E2E testing framework"
|
||||
type: changelog
|
||||
date: 2025-08-20T23:59:00Z
|
||||
changelog:
|
||||
version: "0.12.1"
|
||||
category: "Testing"
|
||||
search:
|
||||
tags:
|
||||
- "Starship"
|
||||
---
|
||||
|
||||
Replace InterchainTest with Starship-based E2E testing framework (#217)
|
||||
|
||||
- Modern testing infrastructure with Starship
|
||||
- Improved E2E test reliability and speed
|
||||
- Better multi-chain testing support
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: v0.12.10
|
||||
description: "Implement Service module capability system and parameters"
|
||||
type: changelog
|
||||
date: 2025-09-03T23:57:00Z
|
||||
changelog:
|
||||
version: "0.12.10"
|
||||
category: "Services"
|
||||
search:
|
||||
tags:
|
||||
- "Module"
|
||||
- "Configuration"
|
||||
---
|
||||
|
||||
Implement Service module capability system and parameters (#241)
|
||||
|
||||
- Introduced comprehensive capability management for services
|
||||
- Added robust parameter validation for service configurations
|
||||
- Enhanced service module flexibility and security
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.12.11
|
||||
description: "WebAuthn attestation and verification improvements"
|
||||
type: changelog
|
||||
date: 2025-09-03T23:58:00Z
|
||||
changelog:
|
||||
version: "0.12.11"
|
||||
category: "WebAuthn"
|
||||
search:
|
||||
tags:
|
||||
- "Authentication"
|
||||
---
|
||||
|
||||
WebAuthn attestation and verification improvements (#242)
|
||||
|
||||
- Enhanced attestation verification logic
|
||||
- Improved security checks for authentication ceremonies
|
||||
- Refined credential validation mechanisms
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.12.3
|
||||
description: "Implement ICA Controller system in x/dex module for cross-chain DEX operations"
|
||||
type: changelog
|
||||
date: 2025-08-24T23:58:00Z
|
||||
changelog:
|
||||
version: "0.12.3"
|
||||
category: "ICA"
|
||||
search:
|
||||
tags:
|
||||
- "DEX"
|
||||
---
|
||||
|
||||
Implement ICA Controller system in x/dex module for cross-chain DEX operations (#221)
|
||||
|
||||
- Full Interchain Account Controller implementation
|
||||
- Cross-chain DEX trading capability
|
||||
- Enhanced IBC protocol support
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: v0.12.4
|
||||
description: "Integrate Interchain Accounts for cross-chain DEX functionality"
|
||||
type: changelog
|
||||
date: 2025-08-24T23:59:00Z
|
||||
changelog:
|
||||
version: "0.12.4"
|
||||
category: "IBC"
|
||||
search:
|
||||
tags:
|
||||
- "DEX"
|
||||
---
|
||||
|
||||
- Enhanced cross-chain interoperability for trading
|
||||
- IBC integration for decentralized exchange operations
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.12.5
|
||||
description: "Implement typed Protobuf events for x/did, x/dwn, and x/svc modules"
|
||||
type: changelog
|
||||
date: 2025-08-27T23:59:00Z
|
||||
changelog:
|
||||
version: "0.12.5"
|
||||
category: "Events"
|
||||
search:
|
||||
tags:
|
||||
- "Protobuf"
|
||||
---
|
||||
|
||||
Implement typed Protobuf events for x/did, x/dwn, and x/svc modules (#233)
|
||||
|
||||
- Typed events following Cosmos SDK's ADR-032 pattern
|
||||
- Event-driven application support with CometBFT websockets
|
||||
- Backward compatibility maintained with legacy events
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.12.6
|
||||
description: "Complete remaining event emissions for DID and DWN modules"
|
||||
type: changelog
|
||||
date: 2025-08-30T23:59:00Z
|
||||
changelog:
|
||||
version: "0.12.6"
|
||||
category: "Events"
|
||||
search:
|
||||
tags:
|
||||
- "Modules"
|
||||
---
|
||||
|
||||
Complete remaining event emissions for DID and DWN modules (#235)
|
||||
|
||||
- Implemented typed Protobuf events for all state-changing operations
|
||||
- Added detailed event types with enhanced observability
|
||||
- Updated event emission patterns to follow Cosmos SDK v0.50.14 best practices
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: v0.12.7
|
||||
description: "Implement module parameter validation and defaults"
|
||||
type: changelog
|
||||
date: 2025-09-02T23:59:00Z
|
||||
changelog:
|
||||
version: "0.12.7"
|
||||
category: "Module Configuration"
|
||||
---
|
||||
|
||||
Implement module parameter validation and defaults (#237)
|
||||
|
||||
- Comprehensive parameter validation for DID and SVC modules
|
||||
- Default parameters with FIDO2-compliant WebAuthn settings
|
||||
- Enhanced parameter validation for service limits and timeouts
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: v0.12.8
|
||||
description: "Introduce key rotation events and IPFS status endpoint"
|
||||
type: changelog
|
||||
date: 2025-09-03T23:55:00Z
|
||||
changelog:
|
||||
version: "0.12.8"
|
||||
category: "DWN"
|
||||
search:
|
||||
tags:
|
||||
- "Security"
|
||||
- "IPFS"
|
||||
---
|
||||
|
||||
Introduce key rotation events and IPFS status endpoint (#238)
|
||||
|
||||
- Vault key rotation with Motor plugin integration
|
||||
- Consensus-based encryption using validator set
|
||||
- HMAC-SHA256 validation for data integrity
|
||||
- IPFS status query endpoint with health metrics
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: v0.12.9
|
||||
description: "Complete DID module WebAuthn and parameter implementation"
|
||||
type: changelog
|
||||
date: 2025-09-03T23:56:00Z
|
||||
changelog:
|
||||
version: "0.12.9"
|
||||
category: "DID"
|
||||
search:
|
||||
tags:
|
||||
- "WebAuthn"
|
||||
---
|
||||
|
||||
Complete DID module WebAuthn and parameter implementation (#240)
|
||||
|
||||
- Full W3C WebAuthn Level 2 compliance with passwordless authentication
|
||||
- Implemented CBOR-based attestation parsing
|
||||
- Multi-algorithm signature verification (ES256, RS256, EdDSA)
|
||||
- Added 9 new DID module parameters with validation
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: v0.13.0
|
||||
description: "Fix cryptographic implementations and enable disabled tests"
|
||||
type: changelog
|
||||
date: 2025-09-03T23:59:00Z
|
||||
changelog:
|
||||
version: "0.13.0"
|
||||
category: "Cryptography"
|
||||
search:
|
||||
tags:
|
||||
- "Security"
|
||||
- "Testing"
|
||||
---
|
||||
|
||||
Fix cryptographic implementations and enable disabled tests (#243)
|
||||
|
||||
- Fixed and re-enabled previously disabled cryptographic tests
|
||||
- Enhanced security validation for cryptographic modules
|
||||
- Improved test coverage for core security components
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: v0.13.2
|
||||
description: "Implement OpenID Connect provider with WebAuthn in bridge handlers"
|
||||
type: changelog
|
||||
date: 2025-09-04T23:58:00Z
|
||||
changelog:
|
||||
version: "0.13.2"
|
||||
category: "Authentication"
|
||||
search:
|
||||
tags:
|
||||
- "WebAuthn"
|
||||
- "OIDC"
|
||||
---
|
||||
|
||||
Implement OpenID Connect provider with WebAuthn in bridge handlers (#244)
|
||||
|
||||
- Full WebAuthn passwordless authentication integration
|
||||
- Implemented Self-Issued OpenID Provider (SIOP) v2
|
||||
- Blockchain-based WebAuthn credential broadcasting
|
||||
- Supports Authorization Code Flow with PKCE
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: v0.13.3
|
||||
description: "Consolidate deployment infrastructure with Docker Compose and enhance build targets"
|
||||
type: changelog
|
||||
date: 2025-09-04T23:59:00Z
|
||||
changelog:
|
||||
version: "0.13.3"
|
||||
category: "DevOps"
|
||||
search:
|
||||
tags:
|
||||
- "Infrastructure"
|
||||
- "Docker"
|
||||
---
|
||||
|
||||
Consolidate deployment infrastructure with Docker Compose and enhance build targets (#248)
|
||||
|
||||
- Unified backend services configuration (Highway, Redis, Caddy, IPFS, snrd)
|
||||
- Implemented multi-stage Dockerfile build targets
|
||||
- Enhanced Makefile with Docker management targets
|
||||
- Introduced health check and readiness probe system
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.2.0
|
||||
description: "Implement DNS record verification with UCAN delegation for x/svc"
|
||||
type: changelog
|
||||
date: 2025-06-28T23:59:00Z
|
||||
changelog:
|
||||
version: "0.2.0"
|
||||
category: "DNS"
|
||||
search:
|
||||
tags:
|
||||
- "UCAN"
|
||||
---
|
||||
|
||||
Implement DNS record verification with UCAN delegation for x/svc (#41)
|
||||
|
||||
- DNS verification system
|
||||
- UCAN-based delegation
|
||||
- Service authentication
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.3.0
|
||||
description: "Migrate UCAN capability definitions to x/ucan module"
|
||||
type: changelog
|
||||
date: 2025-06-29T23:58:00Z
|
||||
changelog:
|
||||
version: "0.3.0"
|
||||
category: "UCAN"
|
||||
search:
|
||||
tags:
|
||||
- "Migration"
|
||||
---
|
||||
|
||||
Migrate UCAN capability definitions to x/ucan module (#49)
|
||||
|
||||
- UCAN module creation
|
||||
- Capability migration
|
||||
- Improved architecture
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: v0.4.0
|
||||
description: "W3C DID Controller with WebAuthn support and comprehensive testing improvements"
|
||||
type: changelog
|
||||
date: 2025-06-29T23:59:00Z
|
||||
changelog:
|
||||
version: "0.4.0"
|
||||
category: "DID"
|
||||
search:
|
||||
tags:
|
||||
- "WebAuthn"
|
||||
- "Testing"
|
||||
---
|
||||
|
||||
W3C DID Controller with WebAuthn support and comprehensive testing improvements (#52)
|
||||
|
||||
- W3C DID controller implementation
|
||||
- WebAuthn authentication
|
||||
- Enhanced test coverage
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.4.1
|
||||
description: "Integrate Nebula UI Component Library"
|
||||
type: changelog
|
||||
date: 2025-06-30T23:57:00Z
|
||||
changelog:
|
||||
version: "0.4.1"
|
||||
category: "UI"
|
||||
search:
|
||||
tags:
|
||||
- "Components"
|
||||
---
|
||||
|
||||
Integrate Nebula UI Component Library (#54)
|
||||
|
||||
- UI component library integration
|
||||
- Reusable components
|
||||
- Design consistency
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.5.0
|
||||
description: "Implement x/ucan msgServer handlers with capability templates"
|
||||
type: changelog
|
||||
date: 2025-06-30T23:58:00Z
|
||||
changelog:
|
||||
version: "0.5.0"
|
||||
category: "UCAN"
|
||||
search:
|
||||
tags:
|
||||
- "Handlers"
|
||||
---
|
||||
|
||||
Implement x/ucan msgServer handlers with capability templates (#55)
|
||||
|
||||
- UCAN message handlers
|
||||
- Capability templates
|
||||
- Authorization framework
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.5.1
|
||||
description: "Enhance TUI Dashboard with real-time data visualization and testnet support"
|
||||
type: changelog
|
||||
date: 2025-06-30T23:59:00Z
|
||||
changelog:
|
||||
version: "0.5.1"
|
||||
category: "TUI"
|
||||
search:
|
||||
tags:
|
||||
- "Dashboard"
|
||||
---
|
||||
|
||||
Enhance TUI Dashboard with real-time data visualization and testnet support (#59)
|
||||
|
||||
- Real-time data visualization
|
||||
- Testnet dashboard support
|
||||
- Enhanced monitoring
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.6.0
|
||||
description: "Automated API Reference Generation for Cosmos Modules and Highway REST Service"
|
||||
type: changelog
|
||||
date: 2025-07-01T23:57:00Z
|
||||
changelog:
|
||||
version: "0.6.0"
|
||||
category: "API"
|
||||
search:
|
||||
tags:
|
||||
- "Documentation"
|
||||
---
|
||||
|
||||
Automated API Reference Generation for Cosmos Modules and Highway REST Service (#62)
|
||||
|
||||
- Automated API documentation
|
||||
- REST service documentation
|
||||
- Improved developer resources
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.6.1
|
||||
description: "ES-client protobuf generation"
|
||||
type: changelog
|
||||
date: 2025-07-01T23:58:00Z
|
||||
changelog:
|
||||
version: "0.6.1"
|
||||
category: "Protobuf"
|
||||
search:
|
||||
tags:
|
||||
- "Client"
|
||||
---
|
||||
|
||||
ES-client protobuf generation (#63)
|
||||
|
||||
- JavaScript client protobuf support
|
||||
- Improved client SDK
|
||||
- Better developer tools
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.7.0
|
||||
description: "Implement DWN module with enclave signing and DIF specification"
|
||||
type: changelog
|
||||
date: 2025-07-01T23:59:00Z
|
||||
changelog:
|
||||
version: "0.7.0"
|
||||
category: "DWN"
|
||||
search:
|
||||
tags:
|
||||
- "DIF"
|
||||
---
|
||||
|
||||
Implement DWN module with enclave signing and DIF specification (#64)
|
||||
|
||||
- Decentralized Web Node implementation
|
||||
- DIF specification compliance
|
||||
- Enclave-based signing
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.8.0
|
||||
description: "Integrate Trunk.io for code quality and linting"
|
||||
type: changelog
|
||||
date: 2025-07-02T23:58:00Z
|
||||
changelog:
|
||||
version: "0.8.0"
|
||||
category: "Quality"
|
||||
search:
|
||||
tags:
|
||||
- "Linting"
|
||||
---
|
||||
|
||||
Integrate Trunk.io for code quality and linting (#65)
|
||||
|
||||
- Trunk.io integration
|
||||
- Automated code quality checks
|
||||
- Enhanced linting rules
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.8.11
|
||||
description: "Complete shadcn/TemplUI migration from NebulaUI"
|
||||
type: changelog
|
||||
date: 2025-07-04T23:59:00Z
|
||||
changelog:
|
||||
version: "0.8.11"
|
||||
category: "UI"
|
||||
search:
|
||||
tags:
|
||||
- "Migration"
|
||||
---
|
||||
|
||||
Complete shadcn/TemplUI migration from NebulaUI (#79)
|
||||
|
||||
- UI library migration
|
||||
- Modern component system
|
||||
- Improved styling
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.8.12
|
||||
description: "Implement Rybbit analytics and update documentation site styling"
|
||||
type: changelog
|
||||
date: 2025-07-05T23:59:00Z
|
||||
changelog:
|
||||
version: "0.8.12"
|
||||
category: "Analytics"
|
||||
search:
|
||||
tags:
|
||||
- "Documentation"
|
||||
---
|
||||
|
||||
Implement Rybbit analytics and update documentation site styling (#80)
|
||||
|
||||
- Analytics integration
|
||||
- Documentation improvements
|
||||
- Better user insights
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.8.2
|
||||
description: "Enhanced documentation landing page with custom branding"
|
||||
type: changelog
|
||||
date: 2025-07-02T23:59:00Z
|
||||
changelog:
|
||||
version: "0.8.2"
|
||||
category: "Documentation"
|
||||
search:
|
||||
tags:
|
||||
- "Branding"
|
||||
---
|
||||
|
||||
Enhanced documentation landing page with custom branding (#69)
|
||||
|
||||
- Custom branding implementation
|
||||
- Improved documentation UI
|
||||
- Better user experience
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.0
|
||||
description: "Refactor x/dwn module structure and integrate WebAssembly motor client"
|
||||
type: changelog
|
||||
date: 2025-07-06T23:59:00Z
|
||||
changelog:
|
||||
version: "0.9.0"
|
||||
category: "DWN"
|
||||
search:
|
||||
tags:
|
||||
- "WASM"
|
||||
---
|
||||
|
||||
Refactor x/dwn module structure and integrate WebAssembly motor client (#81)
|
||||
|
||||
- Major DWN module refactoring
|
||||
- WASM motor client integration
|
||||
- Enhanced documentation
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.10
|
||||
description: "Implement UCANKeeper interface methods and centralize error handling"
|
||||
type: changelog
|
||||
date: 2025-07-18T23:56:00Z
|
||||
changelog:
|
||||
version: "0.9.10"
|
||||
category: "UCAN"
|
||||
search:
|
||||
tags:
|
||||
- "Error Handling"
|
||||
---
|
||||
|
||||
Implement UCANKeeper interface methods and centralize error handling (#112)
|
||||
|
||||
- UCAN keeper implementation
|
||||
- Centralized error management
|
||||
- Improved code maintainability
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.11
|
||||
description: "Implement ServiceKeeper interface methods in x/svc keeper"
|
||||
type: changelog
|
||||
date: 2025-07-18T23:57:00Z
|
||||
changelog:
|
||||
version: "0.9.11"
|
||||
category: "Service"
|
||||
search:
|
||||
tags:
|
||||
- "Keeper"
|
||||
---
|
||||
|
||||
Implement ServiceKeeper interface methods in x/svc keeper (#113)
|
||||
|
||||
- Complete service keeper implementation
|
||||
- Core service functionality
|
||||
- Module integration
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.14
|
||||
description: "Implement DIDKeeper interface for x/svc module"
|
||||
type: changelog
|
||||
date: 2025-07-18T23:58:00Z
|
||||
changelog:
|
||||
version: "0.9.14"
|
||||
category: "Service"
|
||||
search:
|
||||
tags:
|
||||
- "DID"
|
||||
---
|
||||
|
||||
Implement DIDKeeper interface for x/svc module (#116)
|
||||
|
||||
- DID integration for services
|
||||
- Identity-based service management
|
||||
- Enhanced authentication
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.15
|
||||
description: "Implement UCANKeeper interface for x/svc module"
|
||||
type: changelog
|
||||
date: 2025-07-18T23:59:00Z
|
||||
changelog:
|
||||
version: "0.9.15"
|
||||
category: "Service"
|
||||
search:
|
||||
tags:
|
||||
- "UCAN"
|
||||
---
|
||||
|
||||
Implement UCANKeeper interface for x/svc module (#117)
|
||||
|
||||
- Service module UCAN support
|
||||
- Permission management
|
||||
- Improved security model
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.16
|
||||
description: "Implement UCANKeeper interface for x/dwn module"
|
||||
type: changelog
|
||||
date: 2025-07-20T23:55:00Z
|
||||
changelog:
|
||||
version: "0.9.16"
|
||||
category: "DWN"
|
||||
search:
|
||||
tags:
|
||||
- "UCAN"
|
||||
---
|
||||
|
||||
Implement UCANKeeper interface for x/dwn module (#119)
|
||||
|
||||
- UCAN integration for DWN
|
||||
- Capability-based permissions
|
||||
- Enhanced authorization
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.17
|
||||
description: "Implement ServiceKeeper interface for x/dwn module"
|
||||
type: changelog
|
||||
date: 2025-07-20T23:56:00Z
|
||||
changelog:
|
||||
version: "0.9.17"
|
||||
category: "DWN"
|
||||
search:
|
||||
tags:
|
||||
- "Service"
|
||||
---
|
||||
|
||||
Implement ServiceKeeper interface for x/dwn module (#120)
|
||||
|
||||
- Service abstraction layer
|
||||
- Improved module interactions
|
||||
- Enhanced modularity
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.18
|
||||
description: "Improve service validation and UCAN integration"
|
||||
type: changelog
|
||||
date: 2025-07-20T23:57:00Z
|
||||
changelog:
|
||||
version: "0.9.18"
|
||||
category: "Service"
|
||||
search:
|
||||
tags:
|
||||
- "UCAN"
|
||||
---
|
||||
|
||||
Improve service validation and UCAN integration (#121)
|
||||
|
||||
- Enhanced service validation logic
|
||||
- UCAN capability improvements
|
||||
- Better error handling
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.19
|
||||
description: "Add cross-module keeper integration tests and optimize CI performance"
|
||||
type: changelog
|
||||
date: 2025-07-20T23:58:00Z
|
||||
changelog:
|
||||
version: "0.9.19"
|
||||
category: "Testing"
|
||||
search:
|
||||
tags:
|
||||
- "CI"
|
||||
---
|
||||
|
||||
Add cross-module keeper integration tests and optimize CI performance (#122)
|
||||
|
||||
- Cross-module testing framework
|
||||
- CI pipeline optimization
|
||||
- Better test coverage
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.20
|
||||
description: "Add transaction building framework and streamline release process"
|
||||
type: changelog
|
||||
date: 2025-07-20T23:59:00Z
|
||||
changelog:
|
||||
version: "0.9.20"
|
||||
category: "Transactions"
|
||||
search:
|
||||
tags:
|
||||
- "Release"
|
||||
---
|
||||
|
||||
Add transaction building framework and streamline release process (#123)
|
||||
|
||||
- Comprehensive transaction builder
|
||||
- Automated release pipeline
|
||||
- Improved developer tools
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.22
|
||||
description: "Implement vault export/import with IPFS encryption"
|
||||
type: changelog
|
||||
date: 2025-07-21T23:58:00Z
|
||||
changelog:
|
||||
version: "0.9.22"
|
||||
category: "Vault"
|
||||
search:
|
||||
tags:
|
||||
- "IPFS"
|
||||
---
|
||||
|
||||
Implement vault export/import with IPFS encryption (#125)
|
||||
|
||||
- IPFS-based vault backup
|
||||
- Encrypted vault exports
|
||||
- Decentralized storage integration
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.3
|
||||
description: "Centralize vault actor system and optimize plugin management"
|
||||
type: changelog
|
||||
date: 2025-07-09T23:59:00Z
|
||||
changelog:
|
||||
version: "0.9.3"
|
||||
category: "Vault"
|
||||
search:
|
||||
tags:
|
||||
- "Actor"
|
||||
---
|
||||
|
||||
Centralize vault actor system and optimize plugin management (#83)
|
||||
|
||||
- Actor system centralization
|
||||
- Plugin optimization
|
||||
- Performance improvements
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.4
|
||||
description: "Update testnet configuration for DAO governance"
|
||||
type: changelog
|
||||
date: 2025-07-14T23:59:00Z
|
||||
changelog:
|
||||
version: "0.9.4"
|
||||
category: "Testnet"
|
||||
search:
|
||||
tags:
|
||||
- "DAO"
|
||||
---
|
||||
|
||||
Update testnet configuration for DAO governance (#84)
|
||||
|
||||
- DAO governance integration
|
||||
- Testnet parameter updates
|
||||
- Governance readiness
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.5
|
||||
description: "Enable DWN vault spawning via query API and add comprehensive tests"
|
||||
type: changelog
|
||||
date: 2025-07-15T23:59:00Z
|
||||
changelog:
|
||||
version: "0.9.5"
|
||||
category: "DWN"
|
||||
search:
|
||||
tags:
|
||||
- "Vault"
|
||||
---
|
||||
|
||||
Enable DWN vault spawning via query API and add comprehensive tests (#98)
|
||||
|
||||
- Query-based vault creation
|
||||
- Comprehensive test suite
|
||||
- API improvements
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.6
|
||||
description: "Introduce VaultKeeper interface for enhanced modularity"
|
||||
type: changelog
|
||||
date: 2025-07-16T23:59:00Z
|
||||
changelog:
|
||||
version: "0.9.6"
|
||||
category: "Vault"
|
||||
search:
|
||||
tags:
|
||||
- "Interface"
|
||||
---
|
||||
|
||||
Introduce VaultKeeper interface for enhanced modularity (#99)
|
||||
|
||||
- Vault abstraction layer
|
||||
- Improved code organization
|
||||
- Better testability
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.8
|
||||
description: "Implement wallet derivation and keeper interface architecture"
|
||||
type: changelog
|
||||
date: 2025-07-18T23:54:00Z
|
||||
changelog:
|
||||
version: "0.9.8"
|
||||
category: "Wallet"
|
||||
search:
|
||||
tags:
|
||||
- "Architecture"
|
||||
---
|
||||
|
||||
Implement wallet derivation and keeper interface architecture (#110)
|
||||
|
||||
- HD wallet derivation
|
||||
- Keeper interface design
|
||||
- Improved wallet architecture
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: v0.9.9
|
||||
description: "Implement VerifyDIDDocumentSignature method with multi-algorithm support"
|
||||
type: changelog
|
||||
date: 2025-07-18T23:55:00Z
|
||||
changelog:
|
||||
version: "0.9.9"
|
||||
category: "DID"
|
||||
search:
|
||||
tags:
|
||||
- "Signatures"
|
||||
---
|
||||
|
||||
Implement VerifyDIDDocumentSignature method with multi-algorithm support (#111)
|
||||
|
||||
- Multi-algorithm signature verification
|
||||
- Ed25519, ECDSA, RSA support
|
||||
- Enhanced DID security
|
||||
Reference in New Issue
Block a user