51 Commits

Author SHA1 Message Date
77d76938a3 feat: remove motr.mjs dependency 2024-10-04 01:57:43 -04:00
fccb42761c feat: add rudimentary DidController table 2024-10-03 17:49:29 -04:00
f75ff0d3be refactor: reorganize pkl files for better separation of concerns 2024-10-03 01:01:49 -04:00
931ac2308d feat: update home section with new features 2024-10-02 20:37:18 -04:00
42c5ab642e feat: introduce Home model and refactor views 2024-10-02 20:23:28 -04:00
8d8935c045 feat(nebula): create Home model for home page 2024-10-02 18:01:30 -04:00
edb109b542
feature/dwn sw js (#1103)
- **feat(macaroon): add  and  to macaroon genesis**
- **refactor: move schema definitions to dedicated file**
- **feat: remove Session model**
- **refactor: move session middleware to internal package**
2024-10-02 01:40:49 -04:00
cea6b77fdd feat(release): add docker images for sonrd and motr 2024-10-01 22:02:14 -04:00
5bc9ff07c0 fix(layout): add missing favicon 2024-10-01 19:36:15 -04:00
08451a846c feat: update homepage with new visual design 2024-10-01 19:23:24 -04:00
fa6bb93c78 feat: add DID to vault genesis schema 2024-10-01 18:55:02 -04:00
f5f0578dcc feat: add video component 2024-10-01 18:14:03 -04:00
ca2aa476d9 feat: add video component 2024-10-01 18:06:43 -04:00
ab33d8235f fix(hero): Use hx-swap for primary button to prevent flicker 2024-10-01 17:58:05 -04:00
730cda4390 feat: add hx-get attribute to primary button in hero section 2024-10-01 17:52:04 -04:00
0451c30d6e feat: Implement session management 2024-10-01 17:02:54 -04:00
de9b4bf72f feat: add Input and RegistrationForm models 2024-10-01 14:43:25 -04:00
ece8d85074 feat: add new utility classes 2024-10-01 14:42:38 -04:00
e807691c64 feat: add login and registration pages 2024-10-01 14:42:11 -04:00
d486becbc6 refactor: move home page sections to home package 2024-10-01 13:48:28 -04:00
a7721885c2 fix(cta): Fix typo in CTA title 2024-10-01 10:34:31 -04:00
c66d50dcc0 fix: change bento section title to reflect security focus 2024-10-01 10:34:02 -04:00
88e7dd5812 feat: add tailwindcss utilities 2024-10-01 02:09:04 -04:00
ffb67f0a6d fix: adjust hero image dimensions 2024-09-30 22:01:37 -04:00
2dd7118c40 refactor: update hero image dimensions 2024-09-30 21:53:42 -04:00
48b197890e refactor: move nebula configuration to static file 2024-09-30 21:51:16 -04:00
37585b4df2 style: add styles for chrome/safari/opera scrollbars 2024-09-30 21:29:21 -04:00
bfa78063a7 fix: update hero image height in config.pkl 2024-09-30 21:27:02 -04:00
36ad1448df feat: add stats section to homepage 2024-09-30 21:16:27 -04:00
5f2e6c5dd4 feat: implement hero section using Pkl 2024-09-30 21:16:13 -04:00
9478227547 refactor: rename buf-publish.yml to publish-assets.yml 2024-09-30 20:08:38 -04:00
aa830517f3 feat: add PKL schema for message formats 2024-09-30 19:44:16 -04:00
d7d19f4bb7 feat: add scheduled binary release workflow 2024-09-30 15:13:00 -04:00
4a76f105af refactor: move dwn wasm build to pkg directory 2024-09-30 00:13:58 -04:00
9fcdfe5243 feat: add counter animation to hero section 2024-09-29 21:42:46 -04:00
e764cce90a feat: add registration page 2024-09-29 18:38:41 -04:00
d04c87de43
feature/refactor types (#1101)
- **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**
2024-09-29 14:40:36 -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
ee7c4531c2 feat(ui): implement profile page 2024-09-22 02:51:52 -04:00
df96e8d562 develop 2024-09-22 01:26:15 -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
bbfe2a2329
feature/refactor did state (#10)
* 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
2024-09-11 15:10:54 -04:00
4f2d342649
feature/ipfs vault allocation (#8)
* refactor: move constants to genesis.proto

* feat: add ipfs_active flag to genesis state

* feat: add IPFS connection initialization to keeper

* feat: add testnet process-compose

* refactor: rename sonr-testnet docker image to sonr-runner

* refactor: update docker-vm-release workflow to use 'latest' tag

* feat: add permission to workflows

* feat: add new service chain execution

* feat: add abstract vault class to pkl

* feat: use jetpackio/devbox image for runner

* feat: introduce dwn for local service worker

* refactor: remove unnecessary dockerfile layers

* refactor(deploy): Update Dockerfile to copy go.mod and go.sum from the parent directory

* build: move Dockerfile to root directory

* build: Add Dockerfile for deployment

* feat: Update Dockerfile to work with Go project in parent directory

* build: Update docker-compose.yaml to use relative paths

* feat: Update docker-compose to work with new image and parent git directory

* refactor: remove unnecessary test script

* <no value>

* feat: add test_node script for running node tests

* feat: add IPFS cluster to testnet

* feat: add docker image for sonr-runner

* fix: typo in export path

* feat(did): Add Localhost Registration Enabled Genesis Option

* feat: add support for Sqlite DB in vault

* feat: improve vault model JSON serialization

* feat: support querying HTMX endpoint for DID

* feat: Add primary key, unique, default, not null, auto increment, and foreign key field types

* feat: Add PublicKey model in pkl/vault.pkl

* feat: add frontend server

* refactor: move dwn.wasm to vfs directory

* feat(frontend): remove frontend server implementation

* feat: Add a frontend server and web auth protocol

* feat: implement new key types for MPC and ZK proofs

* fix: Update enum types and DefaultKeyInfos

* fix: correct typo in KeyAlgorithm enum

* feat(did): add attestation format validation

* feat: Add x/did/builder/extractor.go

* feat: Update JWK parsing in x/did/builder/extractor.go

* feat: Use github.com/onsonr/sonr/x/did/types package

* feat: Extract and format public keys from WebAuthn credentials

* feat: Introduce a new `mapToJWK` function to convert a map to a `types.JWK` struct

* feat: add support for extracting JWK public keys

* feat: remove VerificationMethod struct

* refactor: extract public key extraction logic

* feat: add helper functions to map COSECurveID to JWK curve names

* feat: pin initial vault
2024-09-07 18:12:58 -04:00
b3b176a25d feat: add initial DID implementation 2024-09-05 18:37:38 -04:00
3fd84dbdda feat: remove builder interface 2024-09-05 17:12:10 -04:00
1ec797e36f feat: add basic UI for block explorer 2024-09-05 17:11:52 -04:00
dcf502773a feat: add DID method for each coin 2024-08-31 17:53:17 -04:00
6c1c3d5f8f Refactored the SonrApp struct by reorganizing and grouping the keepers and other fields. 2024-07-07 17:45:08 -04:00
2f976209db (no commit message provided) 2024-07-06 00:34:41 -04:00