mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 10:21:40 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4613e91a13 | ||
|
|
937b65ae95 | ||
|
|
39ce73284e | ||
|
|
64d75794d3 | ||
|
|
59f59311b4 | ||
|
|
2c02712b1b | ||
|
|
8239bd3fbd | ||
|
|
29c0393f98 | ||
|
|
14aa60891c | ||
|
|
0c0a673fa9 | ||
|
|
6ca0dc7dfc | ||
|
|
91ee1e5c8b | ||
|
|
94f98d8e44 | ||
|
|
8c44be5122 | ||
|
|
2e7729ce84 | ||
|
|
6c39e1a2ab | ||
|
|
a9caac47d7 | ||
|
|
381a09d87e | ||
|
|
08e28b0a5f |
@@ -2,6 +2,6 @@
|
|||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
tag_format = "v$version"
|
tag_format = "v$version"
|
||||||
version_scheme = "semver"
|
version_scheme = "semver"
|
||||||
version = "0.5.14"
|
version = "0.5.16"
|
||||||
update_changelog_on_bump = true
|
update_changelog_on_bump = true
|
||||||
major_version_zero = true
|
major_version_zero = true
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.23"
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.23"
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: make test
|
run: make test
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
## v0.5.16 (2024-10-21)
|
||||||
|
|
||||||
|
## v0.5.15 (2024-10-21)
|
||||||
|
|
||||||
## v0.5.14 (2024-10-21)
|
## v0.5.14 (2024-10-21)
|
||||||
|
|
||||||
### Refactor
|
### Refactor
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
# `sonr` - Sonr Chain
|
# `sonr` - Sonr Chain
|
||||||
|
|
||||||
<center>
|
|
||||||
|
|
||||||
[](https://pkg.go.dev/github.com/onsonr/sonr)
|
[](https://pkg.go.dev/github.com/onsonr/sonr)
|
||||||

|

|
||||||

|

|
||||||
@@ -9,17 +7,23 @@
|
|||||||
[](https://goreportcard.com/report/github.com/onsonr/sonr)
|
[](https://goreportcard.com/report/github.com/onsonr/sonr)
|
||||||
[](https://sonarcloud.io/summary/new_code?id=sonr-io_sonr)
|
[](https://sonarcloud.io/summary/new_code?id=sonr-io_sonr)
|
||||||
|
|
||||||
</center>
|
> Sonr is a combination of decentralized primitives. Fundamentally, it is a peer-to-peer identity and asset management system that leverages DID documents, Webauthn, and IPFS—providing users with a secure, portable decentralized identity.
|
||||||
|
|
||||||
## Overview
|
# Documentation
|
||||||
|
|
||||||
Sonr is a combination of decentralized primitives. Fundamentally, it is a peer-to-peer identity and asset management system that leverages DID documents, Webauthn, and IPFS—providing users with a secure, portable decentralized identity.
|
1. [Quick Start](https://github.com/onsonr/sonr/wiki/1-%E2%80%90-Quick-Start)
|
||||||
|
2. [Chain Modules](https://github.com/onsonr/sonr/wiki/2-%E2%80%90-Chain-Modules)
|
||||||
|
3. [System Architecture](https://github.com/onsonr/sonr/wiki/3-%E2%80%90-System-Architecture)
|
||||||
|
4. [Token Economy](https://github.com/onsonr/sonr/wiki/4-%E2%80%90-Token-Economy)
|
||||||
|
5. [Service Mangement](https://github.com/onsonr/sonr/wiki/5-%E2%80%90-Service-Management)
|
||||||
|
6. [Design System](https://github.com/onsonr/sonr/wiki/6-%E2%80%90-Design-System)
|
||||||
|
7. [Self Custody](https://github.com/onsonr/sonr/wiki/7-%E2%80%90-Self-Custody)
|
||||||
|
|
||||||
## Stats
|
# Stats
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Acknowledgements
|
# Acknowledgements
|
||||||
|
|
||||||
Sonr would not have been possible without the direct and indirect support of the following individuals:
|
Sonr would not have been possible without the direct and indirect support of the following individuals:
|
||||||
|
|
||||||
@@ -28,9 +32,7 @@ Sonr would not have been possible without the direct and indirect support of the
|
|||||||
- **Steve Jobs**: For User first UX.
|
- **Steve Jobs**: For User first UX.
|
||||||
- **Tim Berners-Lee**: For the Internet.
|
- **Tim Berners-Lee**: For the Internet.
|
||||||
|
|
||||||
<br />
|
# Community & Support
|
||||||
|
|
||||||
## Community & Support
|
|
||||||
|
|
||||||
- [Forum](https://github.com/onsonr/sonr/discussions)
|
- [Forum](https://github.com/onsonr/sonr/discussions)
|
||||||
- [Issues](https://github.com/onsonr/sonr/issues)
|
- [Issues](https://github.com/onsonr/sonr/issues)
|
||||||
|
|||||||
@@ -77,8 +77,8 @@ require (
|
|||||||
github.com/spf13/cast v1.6.0
|
github.com/spf13/cast v1.6.0
|
||||||
github.com/spf13/cobra v1.8.1
|
github.com/spf13/cobra v1.8.1
|
||||||
github.com/spf13/pflag v1.0.5
|
github.com/spf13/pflag v1.0.5
|
||||||
|
github.com/spf13/viper v1.19.0
|
||||||
github.com/strangelove-ventures/globalfee v0.50.1
|
github.com/strangelove-ventures/globalfee v0.50.1
|
||||||
github.com/spf13/viper v1.19.0
|
|
||||||
github.com/strangelove-ventures/poa v0.50.0
|
github.com/strangelove-ventures/poa v0.50.0
|
||||||
github.com/strangelove-ventures/tokenfactory v0.50.0
|
github.com/strangelove-ventures/tokenfactory v0.50.0
|
||||||
github.com/stretchr/testify v1.9.0
|
github.com/stretchr/testify v1.9.0
|
||||||
|
|||||||
@@ -1790,8 +1790,6 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
|
|||||||
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
|
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
|
||||||
github.com/onsi/ginkgo/v2 v2.19.1 h1:QXgq3Z8Crl5EL1WBAC98A5sEBHARrAJNzAmMxzLcRF0=
|
github.com/onsi/ginkgo/v2 v2.19.1 h1:QXgq3Z8Crl5EL1WBAC98A5sEBHARrAJNzAmMxzLcRF0=
|
||||||
github.com/onsi/ginkgo/v2 v2.19.1/go.mod h1:O3DtEWQkPa/F7fBMgmZQKKsluAy8pd3rEQdrjkPb9zA=
|
github.com/onsi/ginkgo/v2 v2.19.1/go.mod h1:O3DtEWQkPa/F7fBMgmZQKKsluAy8pd3rEQdrjkPb9zA=
|
||||||
github.com/onsi/gomega v1.4.1/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
|
|
||||||
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
|
|
||||||
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
|
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
|
||||||
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
|
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
|
||||||
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
|
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
module github.com/di-dao/core/interchaintest
|
module github.com/di-dao/core/interchaintest
|
||||||
|
|
||||||
go 1.21
|
go 1.22
|
||||||
toolchain go1.22.5
|
|
||||||
|
toolchain go1.22.7
|
||||||
|
|
||||||
replace (
|
replace (
|
||||||
// not tagged properly (SDK v51)
|
// not tagged properly (SDK v51)
|
||||||
|
|||||||
@@ -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