- **docs: remove discord badge from README**
- **fix: ensure go version is up-to-date**
- **<no value>**
- **refactor: update import paths for blocks to components**
- **feat: add Hero component template**
- **fix: update footer logo to svg**
- **feat: add Query/Sign and Query/Verify RPC methods**
- **refactor: rename Keyshares to KsVal in did/v1/state.proto**
* refactor: move database, navigator scripts to state package
* feat: add Schema config for dwn
* test: add unit tests for InitializeDatabase
* feat: use templated index.html for the DWN frontend
* feat: introduce templ generation for templ
* chore(deps): update devbox.json to use latest packages
* chore: update devbox to use bun
* feat: introduce dwn config generation
* feat: add motr.mjs for vault management
* refactor: move front end from to (alert)
* feat: implement devbox integration and devbox-based process management
* feat: embed motr.mjs script for offline demo
* refactor: embed motr.mjs data in embed.go
* chore: update workflows to use actions/checkout@v4
* refactor: move process-compose.yaml to deploy directory
* refactor: remove unnecessary JSON conversion
* feat: add new supported attestation formats to genesis
* feat: refactor keyType to keytype enum
* refactor: remove unused imports and code
* refactor: update main.go to use src package
* refactor: move web-related structs from to
* refactor: move client middleware package to root
* refactor: remove unused IndexedDB dependency
* feat: update worker implementation to use
* feat: add Caddyfile and Caddy configuration for vault service
* refactor(config): move keyshare and address to Motr config
* fix: validate service origin in AllocateVault
* chore: remove IndexedDB configuration
* feat: add support for IPNS-based vault access
* refactor: update model proto
* feat: add status field to Controller
* feat: add Verification.Kind field to state protobuf to support different verification types
* fix: remove QueryService and QueryResolve RPCs from query.proto
* fix: update commitizen version
* feat: add WASM build tags to db actions
* feat: Update all actions to follow `AddAsset` for error handling
* feat: remove database dependency in dwn and motr commands
* feat: add basic info form to registration view
* feat: implement basic browser navigation component
* refactor: move database related files to middleware
* fix: remove unused test command
* fix: update source directory for buf-publish workflow
* feat(did): remove account types
* feat: Refactor Property to Proof in zkprop.go
* feat: add ZKP proof mechanism for verifications
* fix: return bool and error from pinInitialVault
* feat: implement KeyshareSet for managing user and validator keyshares
* feat: Update Credential type in protobuf
* feat: update credential schema with sign count
* feat: migrate and modules to middleware
* refactor: rename vault module to ORM
* chore(dwn): add service worker registration to index template
* feat: integrate service worker for offline functionality
* refactor(did): use DIDNamespace enum for verification method in proto reflection
* refactor: update protobuf definitions to support Keyshare
* feat: expose did keeper in app keepers
* Add Motr Web App
* refactor: rename motr/handlers/discovery.go to motr/handlers/openid.go
* refactor: move session related code to middleware
* feat: add database operations for managing assets, chains, and credentials
* feat: add htmx support for UI updates
* refactor: extract common helper scripts
* chore: remove unused storage GUI components
* refactor: Move frontend rendering to dedicated handlers
* refactor: rename to
* refactor: move alert implementation to templ
* feat: add alert component with icon, title, and message
* feat: add new RequestHeaders struct to store request headers
* Feature/create home view (#9)
* refactor: move view logic to new htmx handler
* refactor: remove unnecessary dependencies
* refactor: remove unused dependencies
* feat(devbox): integrate air for local development
* feat: implement openid connect discovery document
* refactor: rename to
* refactor(did): update service handling to support DNS discovery
* feat: add support for user and validator keyshares
* refactor: move keyshare signing logic to signer