291 Commits

Author SHA1 Message Date
88a3d9da1c refactor: update buf publish source directory 2024-09-27 20:12:03 -04:00
439f7f984c refactor: adjust devbox configuration to reflect nebula changes 2024-09-27 20:07:00 -04:00
fbf4819b5a refactor: rename msg_server.go to rpc.go 2024-09-27 11:46:40 -04:00
dbac1e7059 docs: add module readme templates 2024-09-27 11:45:42 -04:00
6e6272da0a fix(ci): update docker vm release workflow with new token 2024-09-27 11:40:33 -04:00
7c025978eb fix: use mnemonic phrases for test account keys 2024-09-27 11:22:05 -04:00
ca697c2304 refactor: remove devbox integration 2024-09-27 11:05:08 -04:00
2ca41d94ee refactor: move dwn package to app/config 2024-09-27 11:04:19 -04:00
9c768e4891 refactor: move configuration files to app directory 2024-09-27 11:03:38 -04:00
049ed32e33 refactor: extract root command creation to separate file 2024-09-27 11:02:11 -04:00
4463bf6ffb fix: reduce motr proxy shutdown timeout 2024-09-27 11:00:54 -04:00
162e246307 feat(oracle): add oracle module 2024-09-26 18:14:18 -04:00
779a45121b
feature/proxied registration (#26)
* chore: ignore mprocs configuration files

* feat(macaroon): add macaroon module

* chore: update module dependencies
2024-09-26 18:01:49 -04:00
5ef00c3910 refactor: move ipfs setup to function 2024-09-26 16:04:48 -04:00
da199b0d76 feat: optimize IPFS configuration for better performance 2024-09-26 16:03:08 -04:00
08035b6f85 chore: update caddy configuration 2024-09-26 15:58:49 -04:00
6df798f458 feat: add local IPFS bootstrap script and refactor devbox config 2024-09-26 14:51:14 -04:00
a190e1eac6 refactor: remove unnecessary proxy config 2024-09-26 13:52:03 -04:00
6aacee387f feat: add AllocateVault HTTP endpoint 2024-09-26 13:09:21 -04:00
467d1c9b27 refactor: rename script to 2024-09-26 13:05:09 -04:00
3638acd216 fix(nebula): use bunx for tailwindcss build 2024-09-25 22:47:00 -04:00
ad2902b0bb feat: add WebAuthn credential management functionality 2024-09-25 22:21:21 -04:00
a785d3a01f chore: add nebula assets to proxy server 2024-09-25 22:09:15 -04:00
de05777261 refactor: move DWN proxy server logic to separate file 2024-09-25 20:27:00 -04:00
0df3762f13 refactor: use htmx instead of dwn for vault client 2024-09-25 20:11:30 -04:00
7057332163 feat: remove unused coins interface 2024-09-25 19:58:25 -04:00
ef88f679ea chore: add devbox.lock to .gitignore 2024-09-25 19:57:52 -04:00
b025f35220 feat: remove global integrity proof from genesis state 2024-09-25 19:55:51 -04:00
d21d109128 fix(proto): update protobuf message index numbers 2024-09-25 19:52:18 -04:00
701c95f6ac Merge branch 'master' into develop 2024-09-25 19:50:06 -04:00
607af1e76d feat: add vault module 2024-09-25 19:49:16 -04:00
60c48d2409
feature/did accounts (#23)
* feat: add support for DID number as primary key for Controllers

* refactor: rename pkg/proxy to app/proxy

* feat: add vault module keeper tests

* feat(vault): add DID keeper to vault module

* refactor: move vault client code to its own package

* refactor(vault): extract schema definition

* refactor: use vaulttypes for MsgAllocateVault

* refactor: update vault assembly logic to use new methods

* feat: add dwn-proxy command

* refactor: remove unused context.go file

* refactor: remove unused web-related code

* feat: add DWN proxy server

* feat: add BuildTx RPC to vault module

* fix: Implement BuildTx endpoint

* feat: add devbox integration to project
2024-09-25 19:45:28 -04:00
97b3f9836a
feature/did swt ante (#22)
* feat: add support for vault allocation

* feat(dwn): Add IPFS client

* refactor: move GetDefaultBypassFeeMessages to ibc/module.go

* refactor(did): clean up genesis state definition

* feat: remove global integrity proof requirement

* feat: remove gas consumption for tx size

* feat: add registration route

* refactor: centralize response handling in the  package

* feat(types): add account and pubkey types

* refactor: simplify dockerfile process-compose.yaml copy
2024-09-24 17:54:33 -04:00
github-actions[bot]
750559ff19
master -> develop (#21)
* Squash merge develop into master

* feat: add automated production release workflow

* feat: add Gitflow workflow for syncing branches

* ci: update workflow runner to latest ubuntu version

* feat: enable buf.build publishing on master and develop branches

---------

Co-authored-by: Prad Nukala <prad@sonr.io>
2024-09-23 12:47:18 -04:00
github-actions[bot]
228adb7f93
master -> develop (#20)
* Squash merge develop into master

* feat: add automated production release workflow

* feat: add Gitflow workflow for syncing branches

* ci: update workflow runner to latest ubuntu version

* feat: enable buf.build publishing on master and develop branches

---------

Co-authored-by: Prad Nukala <prad@sonr.io>
2024-09-23 12:39:59 -04:00
94f1a7e581 Merge branch 'develop' 2024-09-23 12:39:11 -04:00
02347a49bd feat: enable buf.build publishing on master and develop branches 2024-09-23 12:32:27 -04:00
b725493e50 ci: update workflow runner to latest ubuntu version 2024-09-23 12:30:52 -04:00
ea10c5a472 feat: add Gitflow workflow for syncing branches 2024-09-23 12:28:02 -04:00
c31b324bd3 feat: add automated production release workflow 2024-09-23 12:25:15 -04:00
7b0693ef67 refactor: remove unused environment variables 2024-09-23 10:30:21 -04:00
54550ad52a fix(ante): reduce POA rate floor and ceiling 2024-09-22 20:17:01 -04:00
ee7c4531c2 feat(ui): implement profile page 2024-09-22 02:51:52 -04:00
df96e8d562 develop 2024-09-22 01:26:15 -04:00
9a6de8d24e
bump: version 0.1.0 → 0.2.0 (#19) 2024-09-21 22:33:50 -04:00
a4dbb41202
feature/dwn database state (#18)
* 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
2024-09-21 21:42:51 -04:00
a115b79db7
feature/dwn echo middleware (#17)
* refactor: remove indexedDB dependency and replace with browser filesystem

* refactor: remove unused layout templating from global block

* feat: add support for building from source

* feat: add Credential creation and retrieval via Dexie database

* feat: add breadcrumbs component
2024-09-19 19:09:01 -04:00
96e6486c43
feature/migrate models (#16)
* 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
2024-09-19 02:04:22 -04:00
6d8bd8fc85
feature/implement did state (#15)
* 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
2024-09-18 17:27:30 -04:00
2c1cf56e3c
feature/driver indexed db (#14)
* 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: embed dwn config data

* feat: add Sync RPC to query service

* refactor: rename  package to  for better organization

* feat: add new javascript exception handling for server requests

* refactor: move dwn.wasm to embed directory

* refactor: move server files to a new directory

* refactor: move session related code to client package

* refactor: Update dwn.wasm build path

* refactor: move dwn wasm build to vfs

* feat: introduce config loading middleware

* feat: introduce DWN config and address JSON

* refactor: move dwn wasm build output to embed directory

* feat: introduce  config and IndexedDB model

* refactor: move DWN config file generation to vfs

* refactor: move config package to

* feat: add Sonr.ID IPFS gateway proxy

* feat: add SWT data structure

* feat: update index.html to use Sonr styles and scripts

* feat(dwn): remove index.html server endpoint

* feat: add Navigator API for web credential management
2024-09-18 02:22:17 -04:00