802 Commits
Author SHA1 Message Date
Prad Nukala 0c8a38b04d chore(workflows): use GITHUB_TOKEN for version bump workflow 2024-09-27 23:12:06 -04:00
Prad Nukala 5704b18b15 chore(release): bump version to 0.1.0 2024-09-27 23:09:30 -04:00
Prad Nukala c2d7fcb868 refactor: remove unused master branch from CI workflow 2024-09-27 23:05:50 -04:00
Prad Nukala f56397df38 refactor: rename github token secret 2024-09-27 23:04:28 -04:00
Prad Nukala 6063c5480c docs: remove unused acknowledgements 2024-09-27 23:03:05 -04:00
Prad Nukala f5ac4604f1 feat: update workflows to include master branch 2024-09-27 22:57:39 -04:00
Prad Nukala c4505d98c1 feat: remove global style declaration 2024-09-27 21:23:45 -04:00
Prad Nukala 482b8db6e9 refactor: remove unnecessary x-cloak styles 2024-09-27 21:18:22 -04:00
Prad Nukala 06daff4b33 fix: update account table interface to use address, chain and network 2024-09-27 21:15:20 -04:00
Prad Nukala d06dfb5a93 refactor: optimize oracle genesis proto 2024-09-27 21:08:53 -04:00
Prad Nukala 92ff87cc2c refactor: remove unused code related to whitelisted assets 2024-09-27 20:58:05 -04:00
Prad Nukala 88a3d9da1c refactor: update buf publish source directory 2024-09-27 20:12:03 -04:00
Prad Nukala 439f7f984c refactor: adjust devbox configuration to reflect nebula changes 2024-09-27 20:07:00 -04:00
Prad Nukala fbf4819b5a refactor: rename msg_server.go to rpc.go 2024-09-27 11:46:40 -04:00
Prad Nukala dbac1e7059 docs: add module readme templates 2024-09-27 11:45:42 -04:00
Prad Nukala 6e6272da0a fix(ci): update docker vm release workflow with new token 2024-09-27 11:40:33 -04:00
Prad Nukala 7c025978eb fix: use mnemonic phrases for test account keys 2024-09-27 11:22:05 -04:00
Prad Nukala ca697c2304 refactor: remove devbox integration 2024-09-27 11:05:08 -04:00
Prad Nukala 2ca41d94ee refactor: move dwn package to app/config 2024-09-27 11:04:19 -04:00
Prad Nukala 9c768e4891 refactor: move configuration files to app directory 2024-09-27 11:03:38 -04:00
Prad Nukala 049ed32e33 refactor: extract root command creation to separate file 2024-09-27 11:02:11 -04:00
Prad Nukala 4463bf6ffb fix: reduce motr proxy shutdown timeout 2024-09-27 11:00:54 -04:00
Prad Nukala 162e246307 feat(oracle): add oracle module 2024-09-26 18:14:18 -04:00
Prad NukalaandGitHub 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
Prad Nukala 5ef00c3910 refactor: move ipfs setup to function 2024-09-26 16:04:48 -04:00
Prad Nukala da199b0d76 feat: optimize IPFS configuration for better performance 2024-09-26 16:03:08 -04:00
Prad Nukala 08035b6f85 chore: update caddy configuration 2024-09-26 15:58:49 -04:00
Prad Nukala 6df798f458 feat: add local IPFS bootstrap script and refactor devbox config 2024-09-26 14:51:14 -04:00
Prad Nukala a190e1eac6 refactor: remove unnecessary proxy config 2024-09-26 13:52:03 -04:00
Prad Nukala 6aacee387f feat: add AllocateVault HTTP endpoint 2024-09-26 13:09:21 -04:00
Prad Nukala 467d1c9b27 refactor: rename script to 2024-09-26 13:05:09 -04:00
Prad Nukala 3638acd216 fix(nebula): use bunx for tailwindcss build 2024-09-25 22:47:00 -04:00
Prad Nukala ad2902b0bb feat: add WebAuthn credential management functionality 2024-09-25 22:21:21 -04:00
Prad Nukala a785d3a01f chore: add nebula assets to proxy server 2024-09-25 22:09:15 -04:00
Prad Nukala de05777261 refactor: move DWN proxy server logic to separate file 2024-09-25 20:27:00 -04:00
Prad Nukala 0df3762f13 refactor: use htmx instead of dwn for vault client 2024-09-25 20:11:30 -04:00
Prad Nukala 7057332163 feat: remove unused coins interface 2024-09-25 19:58:25 -04:00
Prad Nukala ef88f679ea chore: add devbox.lock to .gitignore 2024-09-25 19:57:52 -04:00
Prad Nukala b025f35220 feat: remove global integrity proof from genesis state 2024-09-25 19:55:51 -04:00
Prad Nukala d21d109128 fix(proto): update protobuf message index numbers 2024-09-25 19:52:18 -04:00
Prad Nukala 701c95f6ac Merge branch 'master' into develop 2024-09-25 19:50:06 -04:00
Prad Nukala 607af1e76d feat: add vault module 2024-09-25 19:49:16 -04:00
Prad NukalaandGitHub 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
Prad NukalaandGitHub 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
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
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
Prad Nukala 94f1a7e581 Merge branch 'develop' 2024-09-23 12:39:11 -04:00
Prad Nukala 02347a49bd feat: enable buf.build publishing on master and develop branches 2024-09-23 12:32:27 -04:00
Prad Nukala b725493e50 ci: update workflow runner to latest ubuntu version 2024-09-23 12:30:52 -04:00
Prad Nukala ea10c5a472 feat: add Gitflow workflow for syncing branches 2024-09-23 12:28:02 -04:00