Merge branch 'feature/1110-implement-dwn-wallet-abstraction' into develop

This commit is contained in:
Prad Nukala
2024-10-21 12:32:10 -04:00
3 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
check-latest: true
- name: Login to Docker Hub
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
check-latest: true
- name: Run tests
run: make test
+25
View File
@@ -0,0 +1,25 @@
# Sonr Protobuf
## Overview
This directory contains the protobuf definitions for the Sonr blockchain.
## Directory Structure
### `did`
The `did` directory contains the protobuf definitions for the DID module.
### `macaroon`
The `macaroon` directory contains the protobuf definitions for the Macaroon module.
### `service`
The `service` directory contains the protobuf definitions for the Service module.
### `vault`
The `vault` directory contains the protobuf definitions for the Vault module.
### `buf.gen.gogo.yaml`