|
6063c5480c
|
docs: remove unused acknowledgements
|
2024-09-27 23:03:05 -04:00 |
|
|
f5ac4604f1
|
feat: update workflows to include master branch
|
2024-09-27 22:57:39 -04:00 |
|
|
c4505d98c1
|
feat: remove global style declaration
|
2024-09-27 21:23:45 -04:00 |
|
|
482b8db6e9
|
refactor: remove unnecessary x-cloak styles
|
2024-09-27 21:18:22 -04:00 |
|
|
06daff4b33
|
fix: update account table interface to use address, chain and network
|
2024-09-27 21:15:20 -04:00 |
|
|
d06dfb5a93
|
refactor: optimize oracle genesis proto
|
2024-09-27 21:08:53 -04:00 |
|
|
92ff87cc2c
|
refactor: remove unused code related to whitelisted assets
|
2024-09-27 20:58:05 -04:00 |
|
|
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 |
|