Skip to main content
2025-09-04
DevOpsInfrastructureDocker
v0.13.3
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
2025-09-04
AuthenticationWebAuthnOIDC
v0.13.2
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
2025-09-03
CryptographySecurityTesting
v0.13.0
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

2025-09-03
WebAuthnAuthentication
v0.12.11
WebAuthn attestation and verification improvements (#242)
  • Enhanced attestation verification logic
  • Improved security checks for authentication ceremonies
  • Refined credential validation mechanisms
2025-09-03
ServicesModuleConfiguration
v0.12.10
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
2025-09-03
DIDWebAuthn
v0.12.9
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
2025-09-03
DWNSecurityIPFS
v0.12.8
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
2025-09-02
Module Configuration
v0.12.7
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
2025-08-30
EventsModules
v0.12.6
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
2025-08-27
EventsProtobuf
v0.12.5
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
2025-08-24
IBCDEX
v0.12.4
Integrate Interchain Accounts for cross-chain DEX functionality
  • Enhanced cross-chain interoperability for trading
  • IBC integration for decentralized exchange operations
2025-08-24
ICADEX
v0.12.3
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
2025-08-20
TestingStarship
v0.12.1
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
2025-08-18
CryptographyJWK
v0.12.0
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

2025-08-18
WebAuthnFIDO2
v0.11.4
Complete WebAuthn/FIDO2 implementation for passwordless authentication (#215)
  • Full FIDO2 compliance with passwordless authentication
  • Hardware security key support
  • Biometric authentication integration
2025-08-17
DIDW3C
v0.11.3
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
2025-08-16
UIMonorepo
v0.11.2
Transform UI package to shadcn monorepo architecture for uniform styling (#213)
  • Migrated to shadcn component architecture
  • Consistent design system across applications
  • Improved component reusability
2025-08-15
SecurityMemory
v0.11.1
Improve secure memory handling for enhanced security (#201)
  • Zero-memory clearing for sensitive data
  • Protected memory allocation for cryptographic operations
  • Enhanced key material security
2025-08-15
CryptographySecurity
v0.11.0
Implement comprehensive cryptographic security enhancements (#200)
  • Major cryptographic subsystem overhaul
  • Enhanced encryption algorithms
  • Improved key management system

2025-08-15
CLIWallet
v0.10.34
Implement CLI commands for wallet module (#198)
  • Comprehensive wallet management via CLI
  • Transaction signing and broadcasting commands
  • Key management operations
2025-08-14
UCANWallet
v0.10.33
Implement UCAN permission validation for wallet transactions (#197)
  • User-Controlled Authorization Networks integration
  • Permission-based transaction validation
  • Enhanced wallet security model
2025-08-14
SDKGo
v0.10.32
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
2025-08-13
DockerTestnet
v0.10.31
Enable Docker-based testnet execution
  • Simplified testnet deployment via Docker
  • Containerized node operation
  • Quick local testing environment
2025-08-13
Monorepopnpm
v0.10.28
Implement monorepo structure with pnpm workspaces and changesets (#189)
  • Modern monorepo architecture
  • pnpm workspace management
  • Automated versioning with changesets
2025-08-12
WebAuthnGasless
v0.10.27
Implement WebAuthn gasless transactions with comprehensive protocol integration (#186)
  • Gasless onboarding for new users
  • WebAuthn-based transaction signing
  • Eliminated token requirement for registration
2025-08-11
WebAuthnSecurity
v0.10.25
Implement gasless WebAuthn registration with comprehensive security audit (#182)
  • Security-audited gasless registration flow
  • Anti-abuse mechanisms
  • Credential uniqueness enforcement
2025-08-09
DWNEncryption
v0.10.24
Implement consensus-based encryption for DWN module (#181)
  • Validator-based encryption keys
  • Consensus-driven key management
  • Enhanced data privacy
2025-08-09
VRFContext
v0.10.23
Enhance init command with VRF keypair generation and SonrContext system (#180)
  • Verifiable Random Function integration
  • SonrContext for session management
  • Enhanced initialization process
2025-08-09
TestingRefactor
v0.10.22
Move interchain tests to dedicated location (#178)
  • Improved test organization
  • Separated integration tests
  • Better test maintainability
2025-08-08
MotorWASMMPC
v0.10.20
Refactor Motor WASM plugin as MPC-based UCAN source (#177)
  • Multi-party computation integration
  • WASM-based secure execution
  • UCAN capability management
2025-08-08
DocumentationUCAN
v0.10.19
Migrate documentation to Mintlify structure (#172) and migrate x/ucan module to internal library (#174)
  • Documentation platform migration
  • UCAN module refactoring
  • Improved code organization
2025-08-06
WebAuthnCLI
v0.10.17
Implement WebAuthn CLI registration with gasless transactions (#168)
  • CLI-based WebAuthn registration
  • Browser integration for credential creation
  • Gasless onboarding flow
2025-08-06
DWNSecurity
v0.10.16
Implement auto-create DWN vault with comprehensive security improvements (#161)
  • Automatic vault provisioning
  • Enhanced security measures
  • Improved user onboarding
2025-08-05
HighwayWebSocket
v0.10.15
Migrate Highway service to Echo framework with WebSocket/SSE and JWT auth (#159)
  • Echo framework migration
  • Real-time WebSocket support
  • JWT authentication system
2025-08-05
HighwayAsynq
v0.10.14
Complete Highway proxy server implementation with asynq and proto.Actor (#157)
  • Asynq task queue integration
  • Actor-based concurrency model
  • Improved task processing
2025-08-05
DWNGasless
v0.10.13
Refactor x/dwn vaults and introduce gasless transactions (#154)
  • Vault system refactoring
  • Gasless transaction support
  • Enhanced user experience
2025-08-03
MonorepoCI/CD
v0.10.12
Monorepo restructure with internal packages and enhanced CI/CD (#151)
  • Internal package architecture
  • CI/CD pipeline improvements
  • Better code organization
2025-08-02
TestnetInfrastructure
v0.10.9
Enhance testnet configuration with faucet and explorer settings (#145)
  • Testnet faucet integration
  • Block explorer configuration
  • Improved developer experience
2025-08-01
DeploymentInfrastructure
v0.10.8
Optimize deployment workflows and update infrastructure configuration (#141)
  • Streamlined deployment process
  • Infrastructure updates
  • Performance optimizations
2025-08-01
StarshipNetwork
v0.10.6
Introduce Starship network configurations for devnet and testnet (#139)
  • Starship integration for local development
  • Multi-network configuration support
  • Simplified network management
2025-07-31
DockerBuild
v0.10.3
Streamline Docker build for enhanced efficiency (#136)
  • Optimized Docker build process
  • Reduced image sizes
  • Faster build times
2025-07-31
StarshipDevelopment
v0.10.2
Streamline starship configuration and local development (#135)
  • Simplified Starship setup
  • Enhanced local development workflow
  • Better developer experience
2025-07-31
CI/CDWalletEVM
v0.10.1
Major infrastructure and wallet improvements (#134, #131, #128, #127)
  • 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
2025-07-21
SecurityWASM
v0.10.0
Implement secure key management with WASM enclaves (#126)
  • WASM-based secure enclaves
  • Hardware-level key protection
  • Enhanced cryptographic isolation

2025-07-21
VaultIPFS
v0.9.22
Implement vault export/import with IPFS encryption (#125)
  • IPFS-based vault backup
  • Encrypted vault exports
  • Decentralized storage integration
2025-07-20
TransactionsRelease
v0.9.20
Add transaction building framework and streamline release process (#123)
  • Comprehensive transaction builder
  • Automated release pipeline
  • Improved developer tools
2025-07-20
TestingCI
v0.9.19
Add cross-module keeper integration tests and optimize CI performance (#122)
  • Cross-module testing framework
  • CI pipeline optimization
  • Better test coverage
2025-07-20
ServiceUCAN
v0.9.18
Improve service validation and UCAN integration (#121)
  • Enhanced service validation logic
  • UCAN capability improvements
  • Better error handling
2025-07-20
DWNService
v0.9.17
Implement ServiceKeeper interface for x/dwn module (#120)
  • Service abstraction layer
  • Improved module interactions
  • Enhanced modularity
2025-07-20
DWNUCAN
v0.9.16
Implement UCANKeeper interface for x/dwn module (#119)
  • UCAN integration for DWN
  • Capability-based permissions
  • Enhanced authorization
2025-07-18
ServiceUCAN
v0.9.15
Implement UCANKeeper interface for x/svc module (#117)
  • Service module UCAN support
  • Permission management
  • Improved security model
2025-07-18
ServiceDID
v0.9.14
Implement DIDKeeper interface for x/svc module (#116)
  • DID integration for services
  • Identity-based service management
  • Enhanced authentication
2025-07-18
ServiceKeeper
v0.9.11
Implement ServiceKeeper interface methods in x/svc keeper (#113)
  • Complete service keeper implementation
  • Core service functionality
  • Module integration
2025-07-18
UCANError Handling
v0.9.10
Implement UCANKeeper interface methods and centralize error handling (#112)
  • UCAN keeper implementation
  • Centralized error management
  • Improved code maintainability
2025-07-18
DIDSignatures
v0.9.9
Implement VerifyDIDDocumentSignature method with multi-algorithm support (#111)
  • Multi-algorithm signature verification
  • Ed25519, ECDSA, RSA support
  • Enhanced DID security
2025-07-18
WalletArchitecture
v0.9.8
Implement wallet derivation and keeper interface architecture (#110)
  • HD wallet derivation
  • Keeper interface design
  • Improved wallet architecture
2025-07-16
VaultInterface
v0.9.6
Introduce VaultKeeper interface for enhanced modularity (#99)
  • Vault abstraction layer
  • Improved code organization
  • Better testability
2025-07-15
DWNVault
v0.9.5
Enable DWN vault spawning via query API and add comprehensive tests (#98)
  • Query-based vault creation
  • Comprehensive test suite
  • API improvements
2025-07-14
TestnetDAO
v0.9.4
Update testnet configuration for DAO governance (#84)
  • DAO governance integration
  • Testnet parameter updates
  • Governance readiness
2025-07-09
VaultActor
v0.9.3
Centralize vault actor system and optimize plugin management (#83)
  • Actor system centralization
  • Plugin optimization
  • Performance improvements
2025-07-06
DWNWASM
v0.9.0
Refactor x/dwn module structure and integrate WebAssembly motor client (#81)
  • Major DWN module refactoring
  • WASM motor client integration
  • Enhanced documentation

2025-07-05
AnalyticsDocumentation
v0.8.12
Implement Rybbit analytics and update documentation site styling (#80)
  • Analytics integration
  • Documentation improvements
  • Better user insights
2025-07-04
UIMigration
v0.8.11
Complete shadcn/TemplUI migration from NebulaUI (#79)
  • UI library migration
  • Modern component system
  • Improved styling
2025-07-02
DocumentationBranding
v0.8.2
Enhanced documentation landing page with custom branding (#69)
  • Custom branding implementation
  • Improved documentation UI
  • Better user experience
2025-07-02
QualityLinting
v0.8.0
Integrate Trunk.io for code quality and linting (#65)
  • Trunk.io integration
  • Automated code quality checks
  • Enhanced linting rules

2025-07-01
DWNDIF
v0.7.0
Implement DWN module with enclave signing and DIF specification (#64)
  • Decentralized Web Node implementation
  • DIF specification compliance
  • Enclave-based signing

2025-07-01
ProtobufClient
v0.6.1
ES-client protobuf generation (#63)
  • JavaScript client protobuf support
  • Improved client SDK
  • Better developer tools
2025-07-01
APIDocumentation
v0.6.0
Automated API Reference Generation for Cosmos Modules and Highway REST Service (#62)
  • Automated API documentation
  • REST service documentation
  • Improved developer resources

2025-06-30
TUIDashboard
v0.5.1
Enhance TUI Dashboard with real-time data visualization and testnet support (#59)
  • Real-time data visualization
  • Testnet dashboard support
  • Enhanced monitoring
2025-06-30
UCANHandlers
v0.5.0
Implement x/ucan msgServer handlers with capability templates (#55)
  • UCAN message handlers
  • Capability templates
  • Authorization framework

2025-06-30
UIComponents
v0.4.1
Integrate Nebula UI Component Library (#54)
  • UI component library integration
  • Reusable components
  • Design consistency
2025-06-29
DIDWebAuthnTesting
v0.4.0
W3C DID Controller with WebAuthn support and comprehensive testing improvements (#52)
  • W3C DID controller implementation
  • WebAuthn authentication
  • Enhanced test coverage

2025-06-29
UCANMigration
v0.3.0
Migrate UCAN capability definitions to x/ucan module (#49)
  • UCAN module creation
  • Capability migration
  • Improved architecture

2025-06-28
DNSUCAN
v0.2.0
Implement DNS record verification with UCAN delegation for x/svc (#41)
  • DNS verification system
  • UCAN-based delegation
  • Service authentication

2025-06-28
HighwayAPI
v0.1.0
Implement Highway Service API Handlers (#39)
  • Highway service implementation
  • API handler creation
  • Core service functionality
2025-06-26
IPFSCI/CDDocumentation
v0.0.23
Major infrastructure and documentation improvements (#38, #37, #36)
  • IPFS private network support
  • Enhanced CI/CD workflows
  • Comprehensive tokenomics documentation
  • Client integration guide
  • Research section with whitepapers
2025-06-22
InitialCore
v0.0.1
Initial release with core blockchain features
  • 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
I