164 Commits

Author SHA1 Message Date
ded13c232c
Create dependabot.yml
Signed-off-by: Prad Nukala <prad@sonr.io>
2024-10-08 11:53:18 -04:00
b19d5d06a0 fix: install dependencies before nebula build 2024-10-07 23:14:06 -04:00
2772e568d5 feat: add GitHub Actions workflow for running tests 2024-10-07 21:31:56 -04:00
59944e19db feat: add workflow for deploying Hway to Cloudflare Workers 2024-10-07 21:28:50 -04:00
ba4483b5ec feat: Publish configs to R2 2024-10-07 21:24:12 -04:00
ab0bd3a5e1 fix: Update source directory for asset publishing 2024-10-06 12:16:37 -04:00
bcf5dfa70c refactor: update issue template headings 2024-10-04 02:01:12 -04:00
77d76938a3 feat: remove motr.mjs dependency 2024-10-04 01:57:43 -04:00
1267bc426a docs: add markdown rendering for objective description 2024-10-04 00:18:53 -04:00
5e74045f3d <no value> 2024-10-04 00:16:21 -04:00
3adf42925d feat: add markdown rendering to issue templates 2024-10-04 00:05:55 -04:00
f95fa2c906 feat: update issue templates for better clarity 2024-10-04 00:02:52 -04:00
ac2f65844c refactor: rename bug-report issue template to bug 2024-10-03 23:58:56 -04:00
546dd7b4ad feat: add issue templates for tracking and task issues 2024-10-03 23:47:37 -04:00
fcf4ab5b4f feat: add issue templates for bug report and tracking 2024-10-03 23:39:43 -04:00
c57d5e8f1a
feature/macaroon ante handler (#1105)
- **feat: add dstlled-diff workflow**
- **feat: Add Sonr community support and security bug bounty links**
2024-10-03 23:20:21 -04:00
f75ff0d3be refactor: reorganize pkl files for better separation of concerns 2024-10-03 01:01:49 -04:00
35bedf8f65 fix: use correct secret for docker login 2024-10-01 23:32:06 -04:00
0b70938525 chore: add docker login step in workflow 2024-10-01 23:30:41 -04:00
a8c48d4961 refactor: update workflow variables 2024-10-01 22:16:05 -04:00
3b93b782fe refactor: use single GITHUB_TOKEN for release workflow 2024-10-01 17:26:15 -04:00
0451c30d6e feat: Implement session management 2024-10-01 17:02:54 -04:00
45602058f6 fix: update release workflow to use latest tag 2024-10-01 16:41:26 -04:00
a957447b13 chore(release): Use YYYY.MM.DD format for release name 2024-10-01 15:05:11 -04:00
4bdac1842a feat: allow manual release triggers 2024-10-01 14:55:48 -04:00
9478227547 refactor: rename buf-publish.yml to publish-assets.yml 2024-09-30 20:08:38 -04:00
06bbb8eb3a feat: update release workflow to use latest tag 2024-09-30 15:44:47 -04:00
fc0918c938 refactor: remove unnecessary checkout in scheduled-release workflow 2024-09-30 15:40:38 -04:00
9f7ae46826 chore(workflows): rename workflow name 2024-09-30 15:37:25 -04:00
468c31a994 refactor: remove unnecessary release existence check 2024-09-30 15:26:06 -04:00
3b027b836f fix: Enable scheduled release workflow 2024-09-30 15:14:07 -04:00
d7d19f4bb7 feat: add scheduled binary release workflow 2024-09-30 15:13:00 -04:00
b94bad0df2
refactor: adjust source directory for config files (#1102) 2024-09-29 14:42:42 -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
91d8f523dd feat: disable goreleaser workflow 2024-09-27 23:59:22 -04:00
d0a7670311 style: Correct workflow name capitalization 2024-09-27 23:53:36 -04:00
ae86b45335 fix: use GITHUB_TOKEN for version bump workflow 2024-09-27 23:33:48 -04:00
a61d1f7e17 chore: update workflow to use GH_PAT_TOKEN 2024-09-27 23:23:01 -04:00
a17f5492a5 test: add test suite for version bumping logic 2024-09-27 23:19:58 -04:00
80770d5c11 refactor: Use actions/checkout@v4 2024-09-27 23:15:45 -04:00
0c8a38b04d chore(workflows): use GITHUB_TOKEN for version bump workflow 2024-09-27 23:12:06 -04:00
c2d7fcb868 refactor: remove unused master branch from CI workflow 2024-09-27 23:05:50 -04:00
f56397df38 refactor: rename github token secret 2024-09-27 23:04:28 -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
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
6e6272da0a fix(ci): update docker vm release workflow with new token 2024-09-27 11:40:33 -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
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