mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
* 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
22 lines
549 B
YAML
22 lines
549 B
YAML
version: v1
|
|
name: buf.build/onsonr/sonr
|
|
deps:
|
|
- buf.build/cosmos/cosmos-sdk:9000fcc585a046c9881271d53dd40c34
|
|
- buf.build/cosmos/cosmos-proto:1935555c206d4afb9e94615dfd0fad31
|
|
- buf.build/cosmos/gogo-proto
|
|
- buf.build/googleapis/googleapis
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
- COMMENTS
|
|
- FILE_LOWER_SNAKE_CASE
|
|
ignore:
|
|
- UNARY_RPC
|
|
- COMMENT_FIELD
|
|
- SERVICE_SUFFIX
|
|
- PACKAGE_VERSION_SUFFIX
|
|
- RPC_REQUEST_STANDARD_NAME
|
|
- FILE_OPTIONS_REQUIRE_GO_PACKAGE
|
|
- FILE_OPTIONS_REQUIRE_GO_PACKAGE
|
|
- PACKAGE_VERSION_SUFFIX
|