31 Commits

Author SHA1 Message Date
f6879f1c12 feat: add PubKey fast reflection 2024-10-08 16:43:59 -04:00
c3e8fcc3d3 feat(macaroon): add transaction allowlist/denylist caveats 2024-10-08 16:26:21 -04:00
fbc640b7c4 fix: update Schema service to use new API endpoint 2024-10-07 21:22:56 -04:00
52b9f60261 feat: allow multiple macaroons with the same id 2024-10-02 01:44: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
fa6bb93c78 feat: add DID to vault genesis schema 2024-10-01 18:55:02 -04:00
d6676ce551 refactor: rename motrd to motr 2024-09-30 22:21:44 -04:00
aa830517f3 feat: add PKL schema for message formats 2024-09-30 19:44:16 -04:00
abf6b5d5c8 feat: add buf.lock for proto definitions 2024-09-29 15:18:54 -04:00
2daaec55c2 fix: remove unused linting rules 2024-09-29 15:18:39 -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
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
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
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
b025f35220 feat: remove global integrity proof from genesis state 2024-09-25 19:55:51 -04:00
607af1e76d feat: add vault module 2024-09-25 19:49:16 -04:00
c31b324bd3 feat: add automated production release workflow 2024-09-23 12:25:15 -04:00
05bda3d1b2 Squash merge develop into master 2024-09-14 14:27:45 -04:00
1810ee1c7f
feat: add enums.pulsar.go file for PermissionScope enum (#4)
* feat: add enums.pulsar.go file for PermissionScope enum

* refactor: remove PERMISSION_SCOPE_IDENTIFIERS_ENS enum value

* feat: Add MsgRegisterService to handle service registration

The commit message for these changes would be:

feat: Add MsgRegisterService to handle service registration

This commit adds a new message type `MsgRegisterService` to the DID module's transaction proto file. This message allows users to register a new service with a given permission scope and origin URI. The domain must have a valid TXT record containing the public key.

The changes include:

- Adding the `MsgRegisterService` message type with fields for authority, origin URI, and scopes
- Adding the `MsgRegisterServiceResponse` message type to handle the response
- Updating the Msg service to include a new `RegisterService` RPC method
- Implementing the `RegisterService` method in the keeper

This feature allows users to register new services on the DID chain, which is an important part of the overall DID functionality.

* (no commit message provided)

* fix: Add ProveWitness and SyncVault RPCs

The commit message should be:

feat: Add ProveWitness and SyncVault RPCs

This change adds two new RPCs to the DID module:

1. ProveWitness: An operation to prove the controller has a valid property using ZK Accumulators.
2. SyncVault: Synchronizes the controller with the Vault Motr DWN WASM Wallet.

These new RPCs allow for more advanced DID management functionality.

* fix: Remove unused `Meta` message from `genesis.proto`

* refactor: Simplify the types and properties to keep a consistent structure for the blockchain

* (no commit message provided)

* {}

* feat: add Equal methods for AssetInfo and ChainInfo types
2024-08-10 18:27:11 -04:00
ae35fcee58 (no commit message provided) 2024-07-26 12:14:20 -04:00
c0809ecac6 (no commit message provided) 2024-07-23 14:18:15 -04:00
49b183cf48 (no commit message provided) 2024-07-08 22:57:53 -04:00
f6b04e1599 {} 2024-07-06 03:17:04 -04:00
e127d70584 (no commit message provided) 2024-07-06 03:02:45 -04:00
775150830f (no commit message provided) 2024-07-06 00:55:50 -04:00
2f976209db (no commit message provided) 2024-07-06 00:34:41 -04:00
5fd43dfd6b (no commit message provided) 2024-07-05 22:20:13 -04:00