mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4613e91a13 | ||
|
|
937b65ae95 | ||
|
|
39ce73284e | ||
|
|
59f59311b4 | ||
|
|
8239bd3fbd | ||
|
|
14aa60891c | ||
|
|
6ca0dc7dfc | ||
|
|
2e7729ce84 | ||
|
|
6c39e1a2ab | ||
|
|
a9caac47d7 | ||
|
|
381a09d87e | ||
|
|
08e28b0a5f |
@@ -2,6 +2,6 @@
|
||||
name = "cz_conventional_commits"
|
||||
tag_format = "v$version"
|
||||
version_scheme = "semver"
|
||||
version = "0.5.15"
|
||||
version = "0.5.16"
|
||||
update_changelog_on_bump = true
|
||||
major_version_zero = true
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
## v0.5.16 (2024-10-21)
|
||||
|
||||
## v0.5.15 (2024-10-21)
|
||||
|
||||
## v0.5.14 (2024-10-21)
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user