diff --git a/.github/contribution/CLIENT_GUIDELINES.md b/.github/contribution/CLIENT_GUIDELINES.md
index 17140b9b9..f1878bb7f 100644
--- a/.github/contribution/CLIENT_GUIDELINES.md
+++ b/.github/contribution/CLIENT_GUIDELINES.md
@@ -36,7 +36,7 @@ You will need to install and configure the following dependencies on your machin
You can setup your macOS or Linux machine to be ready for local development with these steps:
```sh
-git clone https://github.com/sonrhq/core.git # Clone the repository
+git clone https://github.com/sonrhq/sonr.git # Clone the repository
sh scripts/install.sh # Install dependencies
task # Display the available commands
```
diff --git a/.github/contribution/DEVELOPERS.md b/.github/contribution/DEVELOPERS.md
index e0c0acaaa..548badde6 100644
--- a/.github/contribution/DEVELOPERS.md
+++ b/.github/contribution/DEVELOPERS.md
@@ -41,7 +41,7 @@ You will need to install and configure the following dependencies on your machin
You can setup your macOS or Linux machine to be ready for local development with these steps:
```sh
-git clone https://github.com/sonrhq/core.git # Clone the repository
+git clone https://github.com/sonrhq/sonr.git # Clone the repository
sh scripts/install.sh # Install dependencies
task # Display the available commands
```
diff --git a/.github/contribution/TESTNET.md b/.github/contribution/TESTNET.md
index 7b78b6723..0dfcf336f 100644
--- a/.github/contribution/TESTNET.md
+++ b/.github/contribution/TESTNET.md
@@ -31,7 +31,7 @@ You will need to install and configure the following dependencies on your machin
You can setup your macOS or Linux machine to be ready for local development with these steps:
```sh
-git clone https://github.com/sonrhq/core.git # Clone the repository
+git clone https://github.com/sonrhq/sonr.git # Clone the repository
sh scripts/install.sh # Install dependencies
task # Display the available commands
```
@@ -47,7 +47,7 @@ You will need to install and configure the following dependencies on your machin
You can setup your macOS or Linux machine to be ready for local development with these steps:
```sh
-git clone https://github.com/sonrhq/core.git # Clone the repository
+git clone https://github.com/sonrhq/sonr.git # Clone the repository
sh scripts/install.sh # Install dependencies
task # Display the available commands
```
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 184973230..91eeeb7ac 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -40,7 +40,7 @@ jobs:
continue-on-error: true
with:
input: "proto"
- against: "https://github.com/sonrhq/core.git#branch=master"
+ against: "https://github.com/sonrhq/sonr.git#branch=master"
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 438ece536..cd0edec07 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -129,7 +129,7 @@ release:
Run the following command to install sonrd:
```bash
- curl -L https://github.com/sonrhq/core/releases/latest/download/install.sh | sh
+ curl -L https://github.com/sonrhq/sonr/releases/latest/download/install.sh | sh
```
### ⚡️ Binaries
@@ -142,7 +142,7 @@ release:
If you prefer to build from source, you can use the following commands:
````bash
- git clone https://github.com/sonrhq/core
+ git clone https://github.com/sonrhq/sonr
cd core && git checkout v{{ .Version }}
make install
# Then run sonrd
diff --git a/Makefile b/Makefile
index 5028705fa..81f4b7b8f 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ GO_VERSION := $(shell cat go.mod | grep -E 'go [0-9].[0-9]+' | cut -d ' ' -f 2)
GO_MODULE := $(shell cat go.mod | grep "module " | cut -d ' ' -f 2)
GO_MAJOR_VERSION = $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1)
GO_MINOR_VERSION = $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
-protoVer=0.14.0
+protoVer=0.11.2
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)
@@ -35,7 +35,7 @@ SDK_PACK := $(shell go list -m github.com/cosmos/cosmos-sdk | sed 's/ /\@/g')
DOCKER := $(shell which docker)
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf:1.0.0-rc8
BUILDDIR ?= $(CURDIR)/build
-HTTPS_GIT := https://github.com/sonrhq/core.git
+HTTPS_GIT := https://github.com/sonrhq/sonr.git
export GO111MODULE = on
diff --git a/README.md b/README.md
index 046f54c39..c0210dbf9 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,10 @@
-[![Go Reference](https://pkg.go.dev/badge/github.com/sonrhq/core.svg)](https://pkg.go.dev/github.com/sonrhq/core)
-[![Test sonrd](https://github.com/sonrhq/core/actions/workflows/tests.yml/badge.svg)](https://github.com/sonrhq/core/actions/workflows/tests.yml)
-[![GitHub all releases](https://img.shields.io/github/downloads/sonr-io/sonr/total)](https://github.com/sonrhq/core/releases/latest)
-[![Go Report Card](https://goreportcard.com/badge/github.com/sonrhq/core)](https://goreportcard.com/report/github.com/sonrhq/core)
+[![Go Reference](https://pkg.go.dev/badge/github.com/sonrhq/sonr.svg)](https://pkg.go.dev/github.com/sonrhq/sonr)
+[![Test sonrd](https://github.com/sonrhq/sonr/actions/workflows/tests.yml/badge.svg)](https://github.com/sonrhq/sonr/actions/workflows/tests.yml)
+[![GitHub all releases](https://img.shields.io/github/downloads/sonr-io/sonr/total)](https://github.com/sonrhq/sonr/releases/latest)
+[![Go Report Card](https://goreportcard.com/badge/github.com/sonrhq/sonr)](https://goreportcard.com/report/github.com/sonrhq/sonr)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=sonr-io_sonr&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=sonr-io_sonr)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=sonr-io_sonr&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=sonr-io_sonr)
[![Twitter](https://img.shields.io/twitter/follow/sonr_io?style=social)](https://sonr.io/twitter)
@@ -26,13 +26,13 @@ Sonr is an ibc-enabled blockchain for decentralized identity.
- [x] IPFS Database and Storage. [**Docs**](https://sonr.io/docs/guides/storage)
- [x] Redis. [**Docs**](https://sonr.io/docs/guides/api#rest-api-overview)
- [x] MySQL. [**Docs**](https://sonr.io/docs/guides/api#graphql-api-overview)
- - [ ] User mailboxes. [Status](https://github.com/sonrhq/core/issues/781)
- - [ ] database subscriptions. [Status](https://github.com/sonrhq/core/issues/782)
- - [ ] Matrix chat. [Status](https://github.com/sonrhq/core/issues/783)
+ - [ ] User mailboxes. [Status](https://github.com/sonrhq/sonr/issues/781)
+ - [ ] database subscriptions. [Status](https://github.com/sonrhq/sonr/issues/782)
+ - [ ] Matrix chat. [Status](https://github.com/sonrhq/sonr/issues/783)
- [x] IBC Integrations.
- - [ ] Nomic. [Status](https://github.com/sonrhq/core/issues/784)
- - [ ] Evmos. [Status](https://github.com/sonrhq/core/issues/785)
- - [ ] Osmosis. [Status](https://github.com/sonrhq/core/issues/786)
+ - [ ] Nomic. [Status](https://github.com/sonrhq/sonr/issues/784)
+ - [ ] Evmos. [Status](https://github.com/sonrhq/sonr/issues/785)
+ - [ ] Osmosis. [Status](https://github.com/sonrhq/sonr/issues/786)
- [x] Smart Contracts. [**Docs**](https://sonr.io/docs/guides/storage)
- [ ] Typescript Client SDKs. [Status](https://github.com/sonr-io/front/milestone/2)
- [ ] Dashboard. [Status](https://github.com/sonr-io/front/milestone/1)
@@ -45,8 +45,8 @@ To see how to Contribute, visit [Getting Started](./docs/contribution/DEVELOPERS
## Community & Support
-- [Forum](https://github.com/sonrhq/core/discussions)
-- [Issues](https://github.com/sonrhq/core/issues)
+- [Forum](https://github.com/sonrhq/sonr/discussions)
+- [Issues](https://github.com/sonrhq/sonr/issues)
- [Twitter](https://sonr.io/twitter)
- [Dev Chat](https://sonr.io/discord)
@@ -57,7 +57,7 @@ To see how to Contribute, visit [Getting Started](./docs/contribution/DEVELOPERS
- [ ] **Public Testnet**: Stable for non-enterprise use. [Join it](https://sonr.io/dashboard).
- [ ] **Mainnet**: Coming soon. [Watch status](https://sonr.io/docs/guides/getting-started/features#feature-status).
-We are currently in transitioning to Public Testnet. Watch [releases](https://github.com/sonrhq/core/releases) of this repo to get notified of major updates.
+We are currently in transitioning to Public Testnet. Watch [releases](https://github.com/sonrhq/sonr/releases) of this repo to get notified of major updates.
## How it works
@@ -120,7 +120,7 @@ Our approach for client libraries is uniform. Abstract away any blockchain speci
JavaScript (TypeScript) |
- sonr-js |
+ sonr-js |
auth-js |
database-js |
storage-js |
@@ -128,7 +128,7 @@ Our approach for client libraries is uniform. Abstract away any blockchain speci
Flutter |
- sonr-flutter |
+ sonr-flutter |
auth-dart |
database-dart |
storage-dart |
diff --git a/app/app.go b/app/app.go
index f49f34f58..a30bea9c6 100644
--- a/app/app.go
+++ b/app/app.go
@@ -111,18 +111,18 @@ import (
ibctm "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint"
"github.com/spf13/cast"
- appparams "github.com/sonrhq/core/app/params"
- "github.com/sonrhq/core/docs"
- "github.com/sonrhq/core/services/highway"
- domainmodule "github.com/sonrhq/core/x/domain"
- domainmodulekeeper "github.com/sonrhq/core/x/domain/keeper"
- domainmoduletypes "github.com/sonrhq/core/x/domain/types"
- identitymodule "github.com/sonrhq/core/x/identity"
- identitymodulekeeper "github.com/sonrhq/core/x/identity/keeper"
- identitymoduletypes "github.com/sonrhq/core/x/identity/types"
- servicemodule "github.com/sonrhq/core/x/service"
- servicemodulekeeper "github.com/sonrhq/core/x/service/keeper"
- servicemoduletypes "github.com/sonrhq/core/x/service/types"
+ appparams "github.com/sonrhq/sonr/app/params"
+ "github.com/sonrhq/sonr/docs"
+ "github.com/sonrhq/sonr/services/highway"
+ domainmodule "github.com/sonrhq/sonr/x/domain"
+ domainmodulekeeper "github.com/sonrhq/sonr/x/domain/keeper"
+ domainmoduletypes "github.com/sonrhq/sonr/x/domain/types"
+ identitymodule "github.com/sonrhq/sonr/x/identity"
+ identitymodulekeeper "github.com/sonrhq/sonr/x/identity/keeper"
+ identitymoduletypes "github.com/sonrhq/sonr/x/identity/types"
+ servicemodule "github.com/sonrhq/sonr/x/service"
+ servicemodulekeeper "github.com/sonrhq/sonr/x/service/keeper"
+ servicemoduletypes "github.com/sonrhq/sonr/x/service/types"
)
const (
diff --git a/app/encoding.go b/app/encoding.go
index 15fedf79b..7042546df 100644
--- a/app/encoding.go
+++ b/app/encoding.go
@@ -6,7 +6,7 @@ import (
"github.com/cosmos/cosmos-sdk/std"
"github.com/cosmos/cosmos-sdk/x/auth/tx"
- "github.com/sonrhq/core/app/params"
+ "github.com/sonrhq/sonr/app/params"
)
// makeEncodingConfig creates an EncodingConfig for an amino based test configuration.
diff --git a/cmd/sonrd/cmd/geninit.go b/cmd/sonrd/cmd/geninit.go
index 51e9353e7..6e1ff7e3e 100644
--- a/cmd/sonrd/cmd/geninit.go
+++ b/cmd/sonrd/cmd/geninit.go
@@ -20,7 +20,7 @@ import (
"github.com/cosmos/cosmos-sdk/x/genutil"
"github.com/cosmos/go-bip39"
"github.com/pkg/errors"
- "github.com/sonrhq/core/config"
+ "github.com/sonrhq/sonr/config"
"github.com/spf13/cobra"
)
diff --git a/cmd/sonrd/cmd/plugin.go b/cmd/sonrd/cmd/plugin.go
index dc268525c..bba5e282b 100644
--- a/cmd/sonrd/cmd/plugin.go
+++ b/cmd/sonrd/cmd/plugin.go
@@ -14,8 +14,8 @@ import (
"github.com/sonrhq/cli-utils/clictx"
"github.com/sonrhq/cli-utils/cliui"
"github.com/sonrhq/cli-utils/cliui/icons"
- pluginsconfig "github.com/sonrhq/core/config/plugins"
- "github.com/sonrhq/core/services/plugin"
+ pluginsconfig "github.com/sonrhq/sonr/config/plugins"
+ "github.com/sonrhq/sonr/services/plugin"
)
const (
diff --git a/cmd/sonrd/cmd/plugin_default.go b/cmd/sonrd/cmd/plugin_default.go
index 6c67eaba2..eb1013ea8 100644
--- a/cmd/sonrd/cmd/plugin_default.go
+++ b/cmd/sonrd/cmd/plugin_default.go
@@ -6,8 +6,8 @@ import (
"github.com/spf13/cobra"
"github.com/sonrhq/cli-utils/cliui"
- pluginsconfig "github.com/sonrhq/core/config/plugins"
- "github.com/sonrhq/core/services/plugin"
+ pluginsconfig "github.com/sonrhq/sonr/config/plugins"
+ "github.com/sonrhq/sonr/services/plugin"
)
type defaultPlugin struct {
diff --git a/cmd/sonrd/cmd/root.go b/cmd/sonrd/cmd/root.go
index 3e2e71d64..5ac1ff013 100644
--- a/cmd/sonrd/cmd/root.go
+++ b/cmd/sonrd/cmd/root.go
@@ -42,10 +42,10 @@ import (
"github.com/spf13/pflag"
"github.com/spf13/viper"
- "github.com/sonrhq/core/app"
- appparams "github.com/sonrhq/core/app/params"
- sonrdconfig "github.com/sonrhq/core/config"
- "github.com/sonrhq/core/services/highway"
+ "github.com/sonrhq/sonr/app"
+ appparams "github.com/sonrhq/sonr/app/params"
+ sonrdconfig "github.com/sonrhq/sonr/config"
+ "github.com/sonrhq/sonr/services/highway"
)
var (
diff --git a/cmd/sonrd/main.go b/cmd/sonrd/main.go
index ba9cd295a..b2e945d4e 100644
--- a/cmd/sonrd/main.go
+++ b/cmd/sonrd/main.go
@@ -6,8 +6,8 @@ import (
"github.com/cosmos/cosmos-sdk/server"
svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"
- "github.com/sonrhq/core/app"
- sonrcmd "github.com/sonrhq/core/cmd/sonrd/cmd"
+ "github.com/sonrhq/sonr/app"
+ sonrcmd "github.com/sonrhq/sonr/cmd/sonrd/cmd"
)
func main() {
diff --git a/config/defaults.go b/config/defaults.go
index 58ecbf3b1..620c456fe 100644
--- a/config/defaults.go
+++ b/config/defaults.go
@@ -4,7 +4,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/spf13/viper"
- "github.com/sonrhq/core/app"
+ "github.com/sonrhq/sonr/app"
)
// Masthead is the masthead of the application.
@@ -32,7 +32,7 @@ MMMMMMMMMMMMMMWX0OkkO0XWMMMMMMMMMMMMMMMM
Sonr Node
> Sonr is an Encrypted & Private by default Identity Verification System for the IBC Protocol.
🌐 - https://sonr.io
-🚀 - https://github.com/sonrhq/core
+🚀 - https://github.com/sonrhq/sonr
`
const bip44_purpose = 44
diff --git a/config/plugins/config_test.go b/config/plugins/config_test.go
index 98670c631..0c3778d8d 100644
--- a/config/plugins/config_test.go
+++ b/config/plugins/config_test.go
@@ -6,7 +6,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- pluginsconfig "github.com/sonrhq/core/config/plugins"
+ pluginsconfig "github.com/sonrhq/sonr/config/plugins"
)
func TestPluginIsGlobal(t *testing.T) {
diff --git a/docker/deploy/Dockerfile b/docker/deploy/Dockerfile
index 063f6ca4d..72d247c56 100644
--- a/docker/deploy/Dockerfile
+++ b/docker/deploy/Dockerfile
@@ -8,7 +8,7 @@ ARG RUNNER_IMAGE="debian:bullseye-slim"
# ! ||-----------------------------------------------------------------------------||
FROM ${RUNNER_IMAGE}
-LABEL org.opencontainers.image.source https://github.com/sonrhq/core
+LABEL org.opencontainers.image.source https://github.com/sonrhq/sonr
LABEL org.opencontainers.image.description "Sonr Validator node container"
# Copy sonrd binary and config
COPY ../bin/sonrd /usr/local/bin/sonrd
diff --git a/docker/start/Dockerfile.dev b/docker/start/Dockerfile.dev
index f9f521f6b..b48c06924 100644
--- a/docker/start/Dockerfile.dev
+++ b/docker/start/Dockerfile.dev
@@ -7,7 +7,7 @@ ARG RUNNER_IMAGE="alpine:3.16"
# ! ||----------------------------------------------------------------------------------||
FROM --platform=linux alpine
-LABEL org.opencontainers.image.source https://github.com/sonrhq/core
+LABEL org.opencontainers.image.source https://github.com/sonrhq/sonr
LABEL org.opencontainers.image.description "Base sonr daemon image"
# Copy sonrd binary and config
COPY ../bin/sonrd /usr/local/bin/sonrd
diff --git a/go.mod b/go.mod
index fc9d1eed7..53c0d669d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,33 +1,25 @@
-module github.com/sonrhq/core
+module github.com/sonrhq/sonr
go 1.21
require (
cosmossdk.io/api v0.3.1
cosmossdk.io/simapp v0.0.0-20230323161446-0af178d721ff
- github.com/btcsuite/btcd v0.21.0-beta.0.20201114000516-e9c7a5ac6401
- github.com/cayleygraph/cayley v0.7.7
- github.com/cayleygraph/quad v1.1.0
github.com/cometbft/cometbft v0.37.2
github.com/cometbft/cometbft-db v0.8.0
github.com/cosmos/cosmos-sdk v0.47.5
github.com/cosmos/go-bip39 v1.0.0
- github.com/cosmos/gogoproto v1.4.11
+ github.com/cosmos/gogoproto v1.4.10
github.com/cosmos/ibc-go/v7 v7.2.0
github.com/ethereum/go-ethereum v1.12.1
github.com/gin-gonic/gin v1.9.1
- github.com/go-git/go-git/v5 v5.10.0
github.com/go-redis/redis/v8 v8.11.5
github.com/go-webauthn/webauthn v0.8.6
- github.com/gobuffalo/genny/v2 v2.1.0
- github.com/gobuffalo/plush/v4 v4.1.19
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.2
- github.com/hashicorp/go-hclog v1.2.0
- github.com/hashicorp/go-plugin v1.5.2
github.com/highlight/highlight/sdk/highlight-go v0.9.9
github.com/kataras/jwt v0.1.8
github.com/multiformats/go-multibase v0.2.0
@@ -43,35 +35,28 @@ require (
github.com/stretchr/testify v1.8.4
github.com/yoseplee/vrf v0.0.0-20210814110709-d1caf509310b
golang.org/x/crypto v0.14.0
- golang.org/x/exp v0.0.0-20231006140011-7918f672742d
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e
google.golang.org/grpc v1.57.0
- google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v2 v2.4.0
lukechampine.com/blake3 v1.2.1
)
require (
- go.opentelemetry.io/otel/trace v1.13.0 // indirect
- go.opentelemetry.io/proto/otlp v0.19.0 // indirect
- golang.org/x/arch v0.3.0 // indirect
- golang.org/x/mod v0.13.0 // indirect
- golang.org/x/net v0.17.0 // indirect
- golang.org/x/oauth2 v0.10.0 // indirect
- golang.org/x/sync v0.4.0 // indirect
- golang.org/x/sys v0.13.0 // indirect
- golang.org/x/term v0.13.0 // indirect
- golang.org/x/text v0.13.0 // indirect
- golang.org/x/tools v0.14.0 // indirect
- google.golang.org/api v0.126.0 // indirect
- google.golang.org/appengine v1.6.7 // indirect
- google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878 // indirect
+ github.com/btcsuite/btcd v0.21.0-beta.0.20201114000516-e9c7a5ac6401
+ github.com/cayleygraph/cayley v0.7.7
+ github.com/cayleygraph/quad v1.1.0
+ github.com/go-git/go-git/v5 v5.10.0
+ github.com/gobuffalo/genny/v2 v2.1.0
+ github.com/gobuffalo/plush/v4 v4.1.19
+ github.com/hashicorp/go-hclog v1.2.0
+ github.com/hashicorp/go-plugin v1.5.2
+ golang.org/x/exp v0.0.0-20231006140011-7918f672742d
+ google.golang.org/protobuf v1.31.0
)
require (
- cloud.google.com/go v0.110.6 // indirect
- cloud.google.com/go/compute v1.23.0 // indirect
+ cloud.google.com/go v0.110.4 // indirect
+ cloud.google.com/go/compute v1.20.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.1 // indirect
cloud.google.com/go/storage v1.30.1 // indirect
@@ -93,7 +78,7 @@ require (
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
- github.com/aws/aws-sdk-go v1.44.203 // indirect
+ github.com/aws/aws-sdk-go v1.44.295 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
@@ -103,8 +88,8 @@ require (
github.com/briandowns/spinner v1.23.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/bwesterb/go-ristretto v1.2.3 // indirect
- github.com/bytedance/sonic v1.9.1 // indirect
- github.com/cenkalti/backoff/v4 v4.2.0 // indirect
+ github.com/bytedance/sonic v1.9.2 // indirect
+ github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/charmbracelet/lipgloss v0.9.1 // indirect
@@ -141,7 +126,7 @@ require (
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
- github.com/felixge/httpsnoop v1.0.2 // indirect
+ github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
@@ -213,8 +198,8 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
- github.com/klauspost/compress v1.16.3 // indirect
- github.com/klauspost/cpuid/v2 v2.2.4 // indirect
+ github.com/klauspost/compress v1.16.7 // indirect
+ github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
@@ -238,21 +223,21 @@ require (
github.com/mmcloughlin/addchain v0.4.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
- github.com/mr-tron/base58 v1.1.0 // indirect
+ github.com/mr-tron/base58 v1.2.0 // indirect
github.com/mtibben/percent v0.2.1 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
- github.com/multiformats/go-base32 v0.0.3 // indirect
- github.com/multiformats/go-base36 v0.1.0 // indirect
+ github.com/multiformats/go-base32 v0.1.0 // indirect
+ github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/oklog/run v1.0.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/prometheus/client_golang v1.14.0 // indirect
+ github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
- github.com/prometheus/procfs v0.9.0 // indirect
+ github.com/prometheus/procfs v0.10.1 // indirect
github.com/rakyll/statik v0.1.7 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
@@ -286,7 +271,22 @@ require (
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.13.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.13.0 // indirect
go.opentelemetry.io/otel/sdk v1.13.0 // indirect
+ go.opentelemetry.io/otel/trace v1.13.0 // indirect
+ go.opentelemetry.io/proto/otlp v0.19.0 // indirect
+ golang.org/x/arch v0.3.0 // indirect
+ golang.org/x/mod v0.13.0 // indirect
+ golang.org/x/net v0.17.0 // indirect
+ golang.org/x/oauth2 v0.10.0 // indirect
+ golang.org/x/sync v0.4.0 // indirect
+ golang.org/x/sys v0.13.0 // indirect
+ golang.org/x/term v0.13.0 // indirect
+ golang.org/x/text v0.13.0 // indirect
+ golang.org/x/tools v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
+ google.golang.org/api v0.126.0 // indirect
+ google.golang.org/appengine v1.6.7 // indirect
+ google.golang.org/genproto v0.0.0-20230720185612-659f7aaaa771 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230726155614-23370e0ffb3e // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -297,6 +297,6 @@ require (
)
replace (
- github.com/sonr-io/kryptology => github.com/sonr-eco/kryptology v1.10.0
+ github.com/sonr-io/kryptology => github.com/sonr-io/kryptology v1.10.0
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)
diff --git a/go.sum b/go.sum
index d7c220c75..8244244c5 100644
--- a/go.sum
+++ b/go.sum
@@ -33,8 +33,8 @@ cloud.google.com/go v0.100.2/go.mod h1:4Xra9TjzAeYHrl5+oeLlzbM2k3mjVhZh4UqTZ//w9
cloud.google.com/go v0.102.0/go.mod h1:oWcCzKlqJ5zgHQt9YsaeTY9KzIvjyy0ArmiBUgpQ+nc=
cloud.google.com/go v0.102.1/go.mod h1:XZ77E9qnTEnrgEOvr4xzfdX5TRo7fB4T2F4O6+34hIU=
cloud.google.com/go v0.104.0/go.mod h1:OO6xxXdJyvuJPcEPBLN9BJPD+jep5G1+2U5B5gkRYtA=
-cloud.google.com/go v0.110.6 h1:8uYAkj3YHTP/1iwReuHPxLSbdcyc+dSBbzFMrVwDR6Q=
-cloud.google.com/go v0.110.6/go.mod h1:+EYjdK8e5RME/VY/qLCAtuyALQ9q67dvuum8i+H5xsI=
+cloud.google.com/go v0.110.4 h1:1JYyxKMN9hd5dR2MYTPWkGUgcoxVVhg0LKNKEo0qvmk=
+cloud.google.com/go v0.110.4/go.mod h1:+EYjdK8e5RME/VY/qLCAtuyALQ9q67dvuum8i+H5xsI=
cloud.google.com/go/aiplatform v1.22.0/go.mod h1:ig5Nct50bZlzV6NvKaTwmplLLddFx0YReh9WfTO5jKw=
cloud.google.com/go/aiplatform v1.24.0/go.mod h1:67UUvRBKG6GTayHKV8DBv2RtR1t93YRu5B1P3x99mYY=
cloud.google.com/go/analytics v0.11.0/go.mod h1:DjEWCu41bVbYcKyvlws9Er60YE4a//bK6mnhWvQeFNI=
@@ -71,8 +71,8 @@ cloud.google.com/go/compute v1.6.0/go.mod h1:T29tfhtVbq1wvAPo0E3+7vhgmkOYeXjhFvz
cloud.google.com/go/compute v1.6.1/go.mod h1:g85FgpzFvNULZ+S8AYq87axRKuf2Kh7deLqV/jJ3thU=
cloud.google.com/go/compute v1.7.0/go.mod h1:435lt8av5oL9P3fv1OEzSbSUe+ybHXGMPQHHZWZxy9U=
cloud.google.com/go/compute v1.10.0/go.mod h1:ER5CLbMxl90o2jtNbGSbtfOpQKR0t15FOtRsugnLrlU=
-cloud.google.com/go/compute v1.23.0 h1:tP41Zoavr8ptEqaW6j+LQOnyBBhO7OkOMAGrgLopTwY=
-cloud.google.com/go/compute v1.23.0/go.mod h1:4tCnrn48xsqlwSAiLf1HXMQk8CONslYbdiEZc9FEIbM=
+cloud.google.com/go/compute v1.20.1 h1:6aKEtlUiwEpJzM001l0yFkpXmUVXaN8W+fbkb2AZNbg=
+cloud.google.com/go/compute v1.20.1/go.mod h1:4tCnrn48xsqlwSAiLf1HXMQk8CONslYbdiEZc9FEIbM=
cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=
cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA=
cloud.google.com/go/containeranalysis v0.5.1/go.mod h1:1D92jd8gRR/c0fGMlymRgxWD3Qw9C1ff6/T7mLgVL8I=
@@ -280,8 +280,8 @@ github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6l
github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU=
github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.44.122/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
-github.com/aws/aws-sdk-go v1.44.203 h1:pcsP805b9acL3wUqa4JR2vg1k2wnItkDYNvfmcy6F+U=
-github.com/aws/aws-sdk-go v1.44.203/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
+github.com/aws/aws-sdk-go v1.44.295 h1:SGjU1+MqttXfRiWHD6WU0DRhaanJgAFY+xIhEaugV8Y=
+github.com/aws/aws-sdk-go v1.44.295/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g=
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=
github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8=
@@ -324,8 +324,8 @@ github.com/bufbuild/protocompile v0.4.0/go.mod h1:3v93+mbWn/v3xzN+31nwkJfrEpAUwp
github.com/bwesterb/go-ristretto v1.2.3 h1:1w53tCkGhCQ5djbat3+MH0BAQ5Kfgbt56UZQ/JMzngw=
github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=
github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM=
-github.com/bytedance/sonic v1.9.1 h1:6iJ6NqdoxCDr6mbY8h18oSO+cShGSMRGCEo7F2h0x8s=
-github.com/bytedance/sonic v1.9.1/go.mod h1:i736AoUSYt75HyZLoJW9ERYxcy6eaN6h4BZXU064P/U=
+github.com/bytedance/sonic v1.9.2 h1:GDaNjuWSGu09guE9Oql0MSTNhNCLlWwO8y/xM5BzcbM=
+github.com/bytedance/sonic v1.9.2/go.mod h1:i736AoUSYt75HyZLoJW9ERYxcy6eaN6h4BZXU064P/U=
github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ=
github.com/cayleygraph/cayley v0.7.7 h1:z+7xkAbg6bKiXJOtOkEG3zCm2K084sr/aGwFV7xcQNs=
github.com/cayleygraph/cayley v0.7.7/go.mod h1:VUd+PInYf94/VY41ePeFtFyP99BAs953kFT4N+6F7Ko=
@@ -335,8 +335,8 @@ github.com/cenkalti/backoff v2.1.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QH
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
github.com/cenkalti/backoff/v4 v4.1.1/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=
-github.com/cenkalti/backoff/v4 v4.2.0 h1:HN5dHm3WBOgndBH6E8V0q2jIYIR3s9yglV8k/+MN3u4=
-github.com/cenkalti/backoff/v4 v4.2.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
+github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
+github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
@@ -422,8 +422,8 @@ github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4x
github.com/cosmos/gogogateway v1.2.0 h1:Ae/OivNhp8DqBi/sh2A8a1D0y638GpL3tkmLQAiKxTE=
github.com/cosmos/gogogateway v1.2.0/go.mod h1:iQpLkGWxYcnCdz5iAdLcRBSw3h7NXeOkZ4GUkT+tbFI=
github.com/cosmos/gogoproto v1.4.2/go.mod h1:cLxOsn1ljAHSV527CHOtaIP91kK6cCrZETRBrkzItWU=
-github.com/cosmos/gogoproto v1.4.11 h1:LZcMHrx4FjUgrqQSWeaGC1v/TeuVFqSLa43CC6aWR2g=
-github.com/cosmos/gogoproto v1.4.11/go.mod h1:/g39Mh8m17X8Q/GDEs5zYTSNaNnInBSohtaxzQnYq1Y=
+github.com/cosmos/gogoproto v1.4.10 h1:QH/yT8X+c0F4ZDacDv3z+xE3WU1P1Z3wQoLMBRJoKuI=
+github.com/cosmos/gogoproto v1.4.10/go.mod h1:3aAZzeRWpAwr+SS/LLkICX2/kDFyaYVzckBDzygIxek=
github.com/cosmos/iavl v0.20.0 h1:fTVznVlepH0KK8NyKq8w+U7c2L6jofa27aFX6YGlm38=
github.com/cosmos/iavl v0.20.0/go.mod h1:WO7FyvaZJoH65+HFOsDir7xU9FWk2w9cHXNW1XHcl7A=
github.com/cosmos/ibc-go/v7 v7.2.0 h1:dx0DLUl7rxdyZ8NiT6UsrbzKOJx/w7s+BOaewFRH6cg=
@@ -526,8 +526,8 @@ github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYF
github.com/fatih/structs v1.1.0 h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
-github.com/felixge/httpsnoop v1.0.2 h1:+nS9g82KMXccJ/wp0zyRW9ZBHFETmMGtkk+2CTTrW4o=
-github.com/felixge/httpsnoop v1.0.2/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
+github.com/felixge/httpsnoop v1.0.3 h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=
+github.com/felixge/httpsnoop v1.0.3/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/flimzy/diff v0.1.5/go.mod h1:lFJtC7SPsK0EroDmGTSrdtWKAxOk3rO+q+e04LL05Hs=
github.com/flimzy/diff v0.1.6/go.mod h1:lFJtC7SPsK0EroDmGTSrdtWKAxOk3rO+q+e04LL05Hs=
github.com/flimzy/kivik v1.8.1/go.mod h1:S2aPycbG0eDFll4wgXt9uacSNkXISPufutnc9sv+mdA=
@@ -963,11 +963,11 @@ github.com/klauspost/compress v1.10.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYs
github.com/klauspost/compress v1.11.7/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=
github.com/klauspost/compress v1.12.3/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg=
github.com/klauspost/compress v1.15.11/go.mod h1:QPwzmACJjUTFsnSHH934V6woptycfrDDJnH7hvFVbGM=
-github.com/klauspost/compress v1.16.3 h1:XuJt9zzcnaz6a16/OU53ZjWp/v7/42WcR5t2a0PcNQY=
-github.com/klauspost/compress v1.16.3/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
+github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I=
+github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
-github.com/klauspost/cpuid/v2 v2.2.4 h1:acbojRNwl3o09bUq+yDCtZFc1aiwaAAxtcn8YkZXnvk=
-github.com/klauspost/cpuid/v2 v2.2.4/go.mod h1:RVVoqg1df56z8g3pUjL/3lE5UfnlrJX8tyFgg4nqhuY=
+github.com/klauspost/cpuid/v2 v2.2.5 h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/qbZg=
+github.com/klauspost/cpuid/v2 v2.2.5/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
@@ -1073,18 +1073,18 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lN
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
-github.com/mr-tron/base58 v1.1.0 h1:Y51FGVJ91WBqCEabAi5OPUz38eAx8DakuAm5svLcsfQ=
-github.com/mr-tron/base58 v1.1.0/go.mod h1:xcD2VGqlgYjBdcBLw+TuYLr8afG+Hj8g2eTVqeSzSU8=
+github.com/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=
+github.com/mr-tron/base58 v1.2.0/go.mod h1:BinMc/sQntlIE1frQmRFPUoPA1Zkr8VRgBdjWI2mNwc=
github.com/mtibben/percent v0.2.1 h1:5gssi8Nqo8QU/r2pynCm+hBQHpkB/uNK7BJCFogWdzs=
github.com/mtibben/percent v0.2.1/go.mod h1:KG9uO+SZkUp+VkRHsCdYQV3XSZrrSpR3O9ibNBTZrns=
github.com/muesli/reflow v0.3.0 h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=
github.com/muesli/reflow v0.3.0/go.mod h1:pbwTDkVPibjO2kyvBQRBxTWEEGDGq0FlB1BIKtnHY/8=
github.com/muesli/termenv v0.15.2 h1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo=
github.com/muesli/termenv v0.15.2/go.mod h1:Epx+iuz8sNs7mNKhxzH4fWXGNpZwUaJKRS1noLXviQ8=
-github.com/multiformats/go-base32 v0.0.3 h1:tw5+NhuwaOjJCC5Pp82QuXbrmLzWg7uxlMFp8Nq/kkI=
-github.com/multiformats/go-base32 v0.0.3/go.mod h1:pLiuGC8y0QR3Ue4Zug5UzK9LjgbkL8NSQj0zQ5Nz/AA=
-github.com/multiformats/go-base36 v0.1.0 h1:JR6TyF7JjGd3m6FbLU2cOxhC0Li8z8dLNGQ89tUg4F4=
-github.com/multiformats/go-base36 v0.1.0/go.mod h1:kFGE83c6s80PklsHO9sRn2NCoffoRdUUOENyW/Vv6sM=
+github.com/multiformats/go-base32 v0.1.0 h1:pVx9xoSPqEIQG8o+UbAe7DNi51oej1NtK+aGkbLYxPE=
+github.com/multiformats/go-base32 v0.1.0/go.mod h1:Kj3tFY6zNr+ABYMqeUNeGvkIC/UYgtWibDcT0rExnbI=
+github.com/multiformats/go-base36 v0.2.0 h1:lFsAbNOGeKtuKozrtBsAkSVhv1p9D0/qedU9rQyccr0=
+github.com/multiformats/go-base36 v0.2.0/go.mod h1:qvnKE++v+2MWCfePClUEjE78Z7P2a1UV0xHgWc0hkp4=
github.com/multiformats/go-multibase v0.2.0 h1:isdYCVLvksgWlMW9OZRYJEa9pZETFivncJHmHnnd87g=
github.com/multiformats/go-multibase v0.2.0/go.mod h1:bFBZX4lKCA/2lyOFSAoKH5SS6oPyjtnzK/XTFDPkNuk=
github.com/multiformats/go-varint v0.0.7 h1:sWSGR+f/eu5ABZA2ZpYKBILXTTs9JWpdEM/nEGOHFS8=
@@ -1183,8 +1183,8 @@ github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5Fsn
github.com/prometheus/client_golang v1.3.0/go.mod h1:hJaj2vgQTGQmVCsAACORcieXFeDPbaTKGT+JTgUa3og=
github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU=
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
-github.com/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=
-github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y=
+github.com/prometheus/client_golang v1.16.0 h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=
+github.com/prometheus/client_golang v1.16.0/go.mod h1:Zsulrv/L9oM40tJ7T815tM89lFEugiJ9HzIqaAx4LKc=
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
@@ -1210,8 +1210,8 @@ github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsT
github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A=
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
github.com/prometheus/procfs v0.3.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
-github.com/prometheus/procfs v0.9.0 h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI=
-github.com/prometheus/procfs v0.9.0/go.mod h1:+pB4zwohETzFnmlpe6yd2lSc+0/46IYZRB/chUwxUZY=
+github.com/prometheus/procfs v0.10.1 h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=
+github.com/prometheus/procfs v0.10.1/go.mod h1:nwNm2aOCAYw8uTR/9bWRREkZFxAUcWzPHWJq+XBB/FM=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/rakyll/statik v0.1.7 h1:OF3QCZUuyPxuGEP7B4ypUa7sB/iHtqOTDYZXGM8KOdQ=
github.com/rakyll/statik v0.1.7/go.mod h1:AlZONWzMtEnMs7W4e/1LURLiI49pIMmp6V9Unghqrcc=
@@ -1268,8 +1268,8 @@ github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1
github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9/go.mod h1:SnhjPscd9TpLiy1LpzGSKh3bXCfxxXuqd9xmQJy3slM=
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
-github.com/sonr-eco/kryptology v1.10.0 h1:lqP1vIlrKwgsX7TkrliFF+qZ4stn4Fn/Mq/CcXJgrLc=
-github.com/sonr-eco/kryptology v1.10.0/go.mod h1:INzpheY1ROZyPxoLGQenlaxM5uRAoz67XNuScsr39Ys=
+github.com/sonr-io/kryptology v1.10.0 h1:vZ3S1Ct29SKDH6VwYPa9xUeFfwZ0O20mgPIXknCuPM0=
+github.com/sonr-io/kryptology v1.10.0/go.mod h1:INzpheY1ROZyPxoLGQenlaxM5uRAoz67XNuScsr39Ys=
github.com/sonrhq/cli-utils v0.4.0 h1:pBChQQFPa8h6mMuljp5OJGU17AOqUl3YmU3OEJUanEI=
github.com/sonrhq/cli-utils v0.4.0/go.mod h1:eLXjSHx2PE2pMRJNvA331yjsjr6PtEOMq/1pUiJsMmI=
github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY=
@@ -1706,7 +1706,6 @@ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220624220833-87e55d714810/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
@@ -1996,12 +1995,12 @@ google.golang.org/genproto v0.0.0-20221010155953-15ba04fc1c0e/go.mod h1:3526vdqw
google.golang.org/genproto v0.0.0-20221014173430-6e2ab493f96b/go.mod h1:1vXfmgAz9N9Jx0QA82PqRVauvCz1SGSz739p0f183jM=
google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a/go.mod h1:1vXfmgAz9N9Jx0QA82PqRVauvCz1SGSz739p0f183jM=
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71/go.mod h1:9qHF0xnpdSfF6knlcsnpzUu5y+rpwgbvsyGAZPBMg4s=
-google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 h1:L6iMMGrtzgHsWofoFcihmDEMYeDR9KN/ThbPWGrh++g=
-google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5/go.mod h1:oH/ZOT02u4kWEp7oYBGYFFkCdKS/uYR9Z7+0/xuuFp8=
+google.golang.org/genproto v0.0.0-20230720185612-659f7aaaa771 h1:2CKO8yUZZPdYiN1S9T7/PWPcFeZbzWrK88x4dT+j/Qg=
+google.golang.org/genproto v0.0.0-20230720185612-659f7aaaa771/go.mod h1:iqkVr8IRpZ53gx1dEnWlCUIEwDWqWARWrbzpasaTNYM=
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e h1:z3vDksarJxsAKM5dmEGv0GHwE2hKJ096wZra71Vs4sw=
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e/go.mod h1:rsr7RhLuwsDKL7RmgDDCUc6yaGr1iqceVb5Wv6f6YvQ=
-google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878 h1:lv6/DhyiFFGsmzxbsUUTOkN29II+zeWHxvT8Lpdxsv0=
-google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878/go.mod h1:+Bk1OCOj40wS2hwAMA+aCW9ypzm63QTBBHp6lQ3p+9M=
+google.golang.org/genproto/googleapis/rpc v0.0.0-20230726155614-23370e0ffb3e h1:S83+ibolgyZ0bqz7KEsUOPErxcv4VzlszxY+31OfB/E=
+google.golang.org/genproto/googleapis/rpc v0.0.0-20230726155614-23370e0ffb3e/go.mod h1:TUfxEVdsvPg18p6AslUXFoLdpED4oBnGwyqk3dV1XzM=
google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.20.0/go.mod h1:chYK+tFQF0nDUGJgXMSgLCQk3phJEuONr2DCgLDdAQM=
diff --git a/internal/crypto/credential.go b/internal/crypto/credential.go
index 92290641f..07fe06fb3 100644
--- a/internal/crypto/credential.go
+++ b/internal/crypto/credential.go
@@ -6,7 +6,7 @@ import (
"github.com/go-webauthn/webauthn/protocol"
- "github.com/sonrhq/core/types/crypto"
+ "github.com/sonrhq/sonr/types/crypto"
)
const (
diff --git a/internal/crypto/crypto.go b/internal/crypto/crypto.go
index 9a048ebfd..cee746b06 100644
--- a/internal/crypto/crypto.go
+++ b/internal/crypto/crypto.go
@@ -11,7 +11,7 @@ import (
mb "github.com/multiformats/go-multibase"
"github.com/multiformats/go-varint"
"github.com/shengdoushi/base58"
- types "github.com/sonrhq/core/types/crypto"
+ types "github.com/sonrhq/sonr/types/crypto"
)
// Secp256k1PubKey is a type alias for secp256k1.PubKey in pkg/crypto/keys/secp256k1.
diff --git a/internal/mpc/base/account.go b/internal/mpc/base/account.go
index 90d232ce7..548c7f268 100644
--- a/internal/mpc/base/account.go
+++ b/internal/mpc/base/account.go
@@ -4,11 +4,11 @@ import (
"encoding/json"
"fmt"
- "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/sonr/internal/crypto"
secp256k1 "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
- algo "github.com/sonrhq/core/internal/mpc/protocol/dkls"
- v1types "github.com/sonrhq/core/internal/mpc/types"
+ algo "github.com/sonrhq/sonr/internal/mpc/protocol/dkls"
+ v1types "github.com/sonrhq/sonr/internal/mpc/types"
)
type EncryptionKey = *secp256k1.PubKey
diff --git a/internal/mpc/mpc.go b/internal/mpc/mpc.go
index 50847e3df..5d5817698 100644
--- a/internal/mpc/mpc.go
+++ b/internal/mpc/mpc.go
@@ -1,11 +1,11 @@
package mpc
import (
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/internal/mpc/base"
- models "github.com/sonrhq/core/internal/mpc/base"
- v1algo "github.com/sonrhq/core/internal/mpc/protocol/dkls"
- v1types "github.com/sonrhq/core/internal/mpc/types"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/internal/mpc/base"
+ models "github.com/sonrhq/sonr/internal/mpc/base"
+ v1algo "github.com/sonrhq/sonr/internal/mpc/protocol/dkls"
+ v1types "github.com/sonrhq/sonr/internal/mpc/types"
)
// AccountV1 is a type alias for the AccountV1 struct in the base package.
diff --git a/internal/mpc/mpc_test.go b/internal/mpc/mpc_test.go
index b2be6762a..35d1ab161 100644
--- a/internal/mpc/mpc_test.go
+++ b/internal/mpc/mpc_test.go
@@ -4,8 +4,8 @@ import (
"strings"
"testing"
- "github.com/sonrhq/core/internal/crypto"
- v1 "github.com/sonrhq/core/internal/mpc/base"
+ "github.com/sonrhq/sonr/internal/crypto"
+ v1 "github.com/sonrhq/sonr/internal/mpc/base"
"github.com/stretchr/testify/assert"
)
diff --git a/internal/mpc/protocol/dkls/dkls.go b/internal/mpc/protocol/dkls/dkls.go
index 7131a536b..cd8e1c5e3 100644
--- a/internal/mpc/protocol/dkls/dkls.go
+++ b/internal/mpc/protocol/dkls/dkls.go
@@ -6,7 +6,7 @@ import (
"github.com/sonr-io/kryptology/pkg/core/curves"
"github.com/sonr-io/kryptology/pkg/core/protocol"
dklsv1 "github.com/sonr-io/kryptology/pkg/tecdsa/dkls/v1"
- mpcv1types "github.com/sonrhq/core/internal/mpc/types"
+ mpcv1types "github.com/sonrhq/sonr/internal/mpc/types"
)
// The DKLSKeygen function generates a set of keyshares.
diff --git a/internal/mpc/protocol/dkls/dkls_test.go b/internal/mpc/protocol/dkls/dkls_test.go
index 572340ea0..568d79b69 100644
--- a/internal/mpc/protocol/dkls/dkls_test.go
+++ b/internal/mpc/protocol/dkls/dkls_test.go
@@ -3,8 +3,8 @@ package dkls_test
import (
"testing"
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/internal/mpc/protocol/dkls"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/internal/mpc/protocol/dkls"
"github.com/stretchr/testify/assert"
)
diff --git a/internal/mpc/types/keyshare.go b/internal/mpc/types/keyshare.go
index 93df1d4a8..79dbb19fe 100644
--- a/internal/mpc/types/keyshare.go
+++ b/internal/mpc/types/keyshare.go
@@ -8,8 +8,8 @@ import (
"github.com/sonr-io/kryptology/pkg/core/curves"
"github.com/sonr-io/kryptology/pkg/core/protocol"
dklsv1 "github.com/sonr-io/kryptology/pkg/tecdsa/dkls/v1"
- sonrcrypto "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/types/crypto"
+ sonrcrypto "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/types/crypto"
secp256k1 "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
"github.com/sonr-io/kryptology/pkg/tecdsa/dkls/v1/dkg"
diff --git a/internal/mpc/types/kss.go b/internal/mpc/types/kss.go
index b1d6ddfbe..3d94142e0 100644
--- a/internal/mpc/types/kss.go
+++ b/internal/mpc/types/kss.go
@@ -8,7 +8,7 @@ import (
dklsv1 "github.com/sonr-io/kryptology/pkg/tecdsa/dkls/v1"
secp256k1 "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
- "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/sonr/internal/crypto"
"golang.org/x/crypto/sha3"
)
diff --git a/internal/sfs/base/redis/client.go b/internal/sfs/base/redis/client.go
index 17bbab019..3b4fafe93 100644
--- a/internal/sfs/base/redis/client.go
+++ b/internal/sfs/base/redis/client.go
@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/go-redis/redis/v8"
- "github.com/sonrhq/core/internal/sfs/types"
+ "github.com/sonrhq/sonr/internal/sfs/types"
"github.com/spf13/viper"
)
diff --git a/internal/sfs/base/redis/map.go b/internal/sfs/base/redis/map.go
index 9abb21617..4587029fe 100644
--- a/internal/sfs/base/redis/map.go
+++ b/internal/sfs/base/redis/map.go
@@ -1,7 +1,7 @@
package redis
import (
- "github.com/sonrhq/core/internal/sfs/types"
+ "github.com/sonrhq/sonr/internal/sfs/types"
)
type sfsMap struct {
diff --git a/internal/sfs/base/redis/set.go b/internal/sfs/base/redis/set.go
index c022342d3..f4d7b81cf 100644
--- a/internal/sfs/base/redis/set.go
+++ b/internal/sfs/base/redis/set.go
@@ -3,7 +3,7 @@ package redis
import (
"fmt"
- "github.com/sonrhq/core/internal/sfs/types"
+ "github.com/sonrhq/sonr/internal/sfs/types"
)
type sfsSet struct {
diff --git a/internal/sfs/sfs.go b/internal/sfs/sfs.go
index 65d707b93..0f4955aa5 100644
--- a/internal/sfs/sfs.go
+++ b/internal/sfs/sfs.go
@@ -1,8 +1,8 @@
package sfs
import (
- "github.com/sonrhq/core/internal/sfs/base/redis"
- "github.com/sonrhq/core/internal/sfs/types"
+ "github.com/sonrhq/sonr/internal/sfs/base/redis"
+ "github.com/sonrhq/sonr/internal/sfs/types"
)
type Map = types.SFSMap
diff --git a/internal/zk/zkset.go b/internal/zk/zkset.go
index eb23b1be3..b7284a1b4 100644
--- a/internal/zk/zkset.go
+++ b/internal/zk/zkset.go
@@ -9,7 +9,7 @@ import (
"github.com/sonr-io/kryptology/pkg/accumulator"
"github.com/sonr-io/kryptology/pkg/core/curves"
- "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/sonr/internal/crypto"
)
type Accumulator = accumulator.Accumulator
diff --git a/internal/zk/zkset_test.go b/internal/zk/zkset_test.go
index ee9a5ef58..b5392b558 100644
--- a/internal/zk/zkset_test.go
+++ b/internal/zk/zkset_test.go
@@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "github.com/sonrhq/core/internal/zk"
+ "github.com/sonrhq/sonr/internal/zk"
)
func TestZkSet(t *testing.T) {
diff --git a/pkg/didauthz/data.go b/pkg/didauthz/data.go
index 18631332d..fd86d9fa5 100644
--- a/pkg/didauthz/data.go
+++ b/pkg/didauthz/data.go
@@ -12,7 +12,7 @@ import (
"golang.org/x/crypto/hkdf"
"lukechampine.com/blake3"
- "github.com/sonrhq/core/pkg/didcommon"
+ "github.com/sonrhq/sonr/pkg/didcommon"
)
type AuthData struct {
diff --git a/pkg/didauthz/secret.go b/pkg/didauthz/secret.go
index 75cb79fb5..7c50c2e38 100644
--- a/pkg/didauthz/secret.go
+++ b/pkg/didauthz/secret.go
@@ -14,7 +14,7 @@ import (
"golang.org/x/crypto/hkdf"
"lukechampine.com/blake3"
- "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/sonr/internal/crypto"
)
// AuthSecretKey is a secret key for an Authenticator
diff --git a/pkg/didcommon/didfmt.go b/pkg/didcommon/didfmt.go
index c9e8b541a..e5a90e292 100644
--- a/pkg/didcommon/didfmt.go
+++ b/pkg/didcommon/didfmt.go
@@ -6,7 +6,7 @@ import (
txtypes "github.com/cosmos/cosmos-sdk/types/tx"
- "github.com/sonrhq/core/types/webauthn"
+ "github.com/sonrhq/sonr/types/webauthn"
)
// Credential is a webauthn credential
diff --git a/pkg/didcommon/identifier.go b/pkg/didcommon/identifier.go
index d02cd7483..819e7dc56 100644
--- a/pkg/didcommon/identifier.go
+++ b/pkg/didcommon/identifier.go
@@ -3,9 +3,9 @@ package didcommon
import (
"github.com/sonr-io/kryptology/pkg/accumulator"
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/pkg/didstore"
- identitytypes "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/pkg/didstore"
+ identitytypes "github.com/sonrhq/sonr/x/identity/types"
)
// Identifier is a DID identifier
diff --git a/pkg/didcommon/method.go b/pkg/didcommon/method.go
index 598a29fa5..815887196 100644
--- a/pkg/didcommon/method.go
+++ b/pkg/didcommon/method.go
@@ -1,8 +1,8 @@
package didcommon
import (
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/pkg/didstore"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/pkg/didstore"
)
// Method is a DID method
diff --git a/pkg/didcommon/resource.go b/pkg/didcommon/resource.go
index 5ba4a79cc..60dec6a7c 100644
--- a/pkg/didcommon/resource.go
+++ b/pkg/didcommon/resource.go
@@ -6,7 +6,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/sonr/internal/crypto"
)
// TxResponse is a type alias for sdk.TxResponse
diff --git a/pkg/didcontroller/authr.go b/pkg/didcontroller/authr.go
index 6462a8c1c..af4ebf8ff 100644
--- a/pkg/didcontroller/authr.go
+++ b/pkg/didcontroller/authr.go
@@ -6,9 +6,9 @@ import (
"github.com/go-webauthn/webauthn/protocol"
"github.com/sonr-io/kryptology/pkg/core/curves"
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/pkg/didauthz"
- "github.com/sonrhq/core/pkg/didcommon"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/pkg/didauthz"
+ "github.com/sonrhq/sonr/pkg/didcommon"
)
const Method = didcommon.Method("authr")
diff --git a/pkg/didcontroller/controller.go b/pkg/didcontroller/controller.go
index 27db44d2a..36e934fe1 100644
--- a/pkg/didcontroller/controller.go
+++ b/pkg/didcontroller/controller.go
@@ -6,10 +6,10 @@ import (
"github.com/highlight/highlight/sdk/highlight-go"
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/pkg/didcommon"
- "github.com/sonrhq/core/pkg/didwallets"
- identitytypes "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/pkg/didcommon"
+ "github.com/sonrhq/sonr/pkg/didwallets"
+ identitytypes "github.com/sonrhq/sonr/x/identity/types"
)
// Account returns the controller account
diff --git a/pkg/didcontroller/idx.go b/pkg/didcontroller/idx.go
index cb8b4b6ba..5ab6eaed9 100644
--- a/pkg/didcontroller/idx.go
+++ b/pkg/didcontroller/idx.go
@@ -3,10 +3,10 @@ package didcontroller
import (
"fmt"
- "github.com/sonrhq/core/pkg/didcommon"
- "github.com/sonrhq/core/pkg/didwallets"
- "github.com/sonrhq/core/pkg/zkaccumulator"
- identitytypes "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/pkg/didcommon"
+ "github.com/sonrhq/sonr/pkg/didwallets"
+ "github.com/sonrhq/sonr/pkg/zkaccumulator"
+ identitytypes "github.com/sonrhq/sonr/x/identity/types"
)
var defaultDidMethod = didcommon.Method("idxr")
diff --git a/pkg/didstore/store.go b/pkg/didstore/store.go
index cd3e62ae4..160f9db43 100644
--- a/pkg/didstore/store.go
+++ b/pkg/didstore/store.go
@@ -7,7 +7,7 @@ import (
"github.com/spf13/viper"
"lukechampine.com/blake3"
- "github.com/sonrhq/core/internal/sfs"
+ "github.com/sonrhq/sonr/internal/sfs"
)
// Store is a store for a DID
diff --git a/pkg/didwallets/btcr_account.go b/pkg/didwallets/btcr_account.go
index 5e06e1018..c853492df 100644
--- a/pkg/didwallets/btcr_account.go
+++ b/pkg/didwallets/btcr_account.go
@@ -1,9 +1,9 @@
package didwallets
import (
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/internal/mpc"
- "github.com/sonrhq/core/pkg/didcommon"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/internal/mpc"
+ "github.com/sonrhq/sonr/pkg/didcommon"
)
const BitcoinMethod = didcommon.Method("btcr")
diff --git a/pkg/didwallets/ethr_account.go b/pkg/didwallets/ethr_account.go
index 7a03eec8b..410977eac 100644
--- a/pkg/didwallets/ethr_account.go
+++ b/pkg/didwallets/ethr_account.go
@@ -1,9 +1,9 @@
package didwallets
import (
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/internal/mpc"
- "github.com/sonrhq/core/pkg/didcommon"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/internal/mpc"
+ "github.com/sonrhq/sonr/pkg/didcommon"
)
// Method is the DID method for Sonr Wallet Actor DIDs
diff --git a/pkg/didwallets/sonr_account.go b/pkg/didwallets/sonr_account.go
index d3928bd39..b00c791f6 100644
--- a/pkg/didwallets/sonr_account.go
+++ b/pkg/didwallets/sonr_account.go
@@ -3,10 +3,10 @@ package didwallets
import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/internal/mpc"
- "github.com/sonrhq/core/pkg/didcommon"
- "github.com/sonrhq/core/pkg/walletsigner"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/internal/mpc"
+ "github.com/sonrhq/sonr/pkg/didcommon"
+ "github.com/sonrhq/sonr/pkg/walletsigner"
)
// Method is the DID method for Sonr Wallet Actor DIDs
diff --git a/pkg/walletsigner/client.go b/pkg/walletsigner/client.go
index ee79fa881..11b5a8f9c 100644
--- a/pkg/walletsigner/client.go
+++ b/pkg/walletsigner/client.go
@@ -9,7 +9,7 @@ import (
"github.com/spf13/viper"
"google.golang.org/grpc"
- "github.com/sonrhq/core/config/local"
+ "github.com/sonrhq/sonr/config/local"
)
// ! ||--------------------------------------------------------------------------------||
diff --git a/pkg/walletsigner/signer.go b/pkg/walletsigner/signer.go
index 275d31118..b0d7f05af 100644
--- a/pkg/walletsigner/signer.go
+++ b/pkg/walletsigner/signer.go
@@ -8,9 +8,9 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
txtypes "github.com/cosmos/cosmos-sdk/types/tx"
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/pkg/didcommon"
- identitytypes "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/pkg/didcommon"
+ identitytypes "github.com/sonrhq/sonr/x/identity/types"
)
// SignCosmosTx signs a transaction with the given inputs.
diff --git a/pkg/zkaccumulator/accumulator.go b/pkg/zkaccumulator/accumulator.go
index 6895079dc..c72c2ec75 100644
--- a/pkg/zkaccumulator/accumulator.go
+++ b/pkg/zkaccumulator/accumulator.go
@@ -7,8 +7,8 @@ import (
"github.com/sonr-io/kryptology/pkg/accumulator"
"github.com/sonr-io/kryptology/pkg/core/curves"
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/pkg/didcommon"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/pkg/didcommon"
)
// DIDAccumulator is a ZKSet accumulator for a DID
diff --git a/proto/buf.lock b/proto/buf.lock
index 189dc1ea4..113f55149 100644
--- a/proto/buf.lock
+++ b/proto/buf.lock
@@ -9,8 +9,8 @@ deps:
- remote: buf.build
owner: cosmos
repository: cosmos-sdk
- commit: 7a55ff8ba0324d6d9db1029bf158bd44
- digest: shake256:aabbac4d8a7efc3e9b8a2bc02c7127482b8a8dc200a9224196d19749cefe4d78443f1fbcc1d3f2726b344f195c1e041772792d0394d9fb9d76a29f0ea0bd2abd
+ commit: cc8f1f97612f498db221124404d7f91c
+ digest: shake256:842ee992dade6074e6e8e94695285c1bc90f9ff879602f942ce5303b84b2eeee17a098fee2708ec6dd20e9f214e322ac28aa68d93109b9288f87b9f26898c97e
- remote: buf.build
owner: cosmos
repository: gogo-proto
@@ -21,3 +21,8 @@ deps:
repository: googleapis
commit: 28151c0d0a1641bf938a7672c500e01d
digest: shake256:49215edf8ef57f7863004539deff8834cfb2195113f0b890dd1f67815d9353e28e668019165b9d872395871eeafcbab3ccfdb2b5f11734d3cca95be9e8d139de
+ - remote: buf.build
+ owner: protocolbuffers
+ repository: wellknowntypes
+ commit: 657250e6a39648cbb169d079a60bd9ba
+ digest: shake256:00de25001b8dd2e29d85fc4bcc3ede7aed886d76d67f5e0f7a9b320b90f871d3eb73507d50818d823a0512f3f8db77a11c043685528403e31ff3fef18323a9fb
diff --git a/proto/buf.md b/proto/buf.md
index b8f452123..dcc449636 100644
--- a/proto/buf.md
+++ b/proto/buf.md
@@ -1,3 +1,3 @@
# Protobufs
-This is the public protocol buffers API for the [Sonr Blockchain](https://github.com/sonrhq/core).
+This is the public protocol buffers API for the [Sonr Blockchain](https://github.com/sonrhq/sonr).
diff --git a/proto/common/crypto/coin.proto b/proto/common/crypto/coin.proto
index 084ca8d30..bd50c2d1e 100644
--- a/proto/common/crypto/coin.proto
+++ b/proto/common/crypto/coin.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package common.crypto;
-option go_package = "github.com/sonrhq/core/types/crypto";
+option go_package = "github.com/sonrhq/sonr/types/crypto";
// CoinType is the BIP-0044 coin type for each supported coin.
enum CoinType {
diff --git a/proto/common/crypto/ssi.proto b/proto/common/crypto/ssi.proto
index e36148338..9a30334d9 100644
--- a/proto/common/crypto/ssi.proto
+++ b/proto/common/crypto/ssi.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package common.crypto;
-option go_package = "github.com/sonrhq/core/types/crypto";
+option go_package = "github.com/sonrhq/sonr/types/crypto";
// KeyType is the type of key used to sign a DID document.
enum KeyType {
diff --git a/proto/common/crypto/vc.proto b/proto/common/crypto/vc.proto
index d39311a7d..51bdd46ff 100644
--- a/proto/common/crypto/vc.proto
+++ b/proto/common/crypto/vc.proto
@@ -3,7 +3,7 @@ package common.crypto;
// this line is used by starport scaffolding # proto/tx/import
-option go_package = "github.com/sonrhq/core/types/crypto";
+option go_package = "github.com/sonrhq/sonr/types/crypto";
// PubKey represents a public key in bytes format.
message PubKey {
diff --git a/proto/common/webauthn/credential.proto b/proto/common/webauthn/credential.proto
index 796f01403..66e890cc0 100644
--- a/proto/common/webauthn/credential.proto
+++ b/proto/common/webauthn/credential.proto
@@ -2,7 +2,7 @@
syntax = "proto3";
package common.webauthn;
-option go_package = "github.com/sonrhq/core/types/webauthn";
+option go_package = "github.com/sonrhq/sonr/types/webauthn";
// Credential is a message type that contains all needed information
// about a WebAuthn credential for storage.
diff --git a/proto/core/domain/genesis.proto b/proto/core/domain/genesis.proto
index 81fadef47..364de8431 100644
--- a/proto/core/domain/genesis.proto
+++ b/proto/core/domain/genesis.proto
@@ -6,7 +6,7 @@ import "core/domain/params.proto";
import "core/domain/record.proto";
import "gogoproto/gogo.proto";
-option go_package = "github.com/sonrhq/core/x/domain/types";
+option go_package = "github.com/sonrhq/sonr/x/domain/types";
// GenesisState defines the domain module's genesis state.
message GenesisState {
diff --git a/proto/core/domain/params.proto b/proto/core/domain/params.proto
index e4b5b5e4b..ac1119fbd 100644
--- a/proto/core/domain/params.proto
+++ b/proto/core/domain/params.proto
@@ -3,7 +3,7 @@ package core.domain;
import "gogoproto/gogo.proto";
-option go_package = "github.com/sonrhq/core/x/domain/types";
+option go_package = "github.com/sonrhq/sonr/x/domain/types";
// Params defines the parameters for the module.
message Params { option (gogoproto.goproto_stringer) = false; }
diff --git a/proto/core/domain/query.proto b/proto/core/domain/query.proto
index 388016ced..1554f0804 100644
--- a/proto/core/domain/query.proto
+++ b/proto/core/domain/query.proto
@@ -8,7 +8,7 @@ import "cosmos/base/query/v1beta1/pagination.proto";
import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
-option go_package = "github.com/sonrhq/core/x/domain/types";
+option go_package = "github.com/sonrhq/sonr/x/domain/types";
// Query defines the gRPC querier service.
// It provides methods to query parameters and UsernameRecords.
diff --git a/proto/core/domain/record.proto b/proto/core/domain/record.proto
index 568cb52c8..6a8520c61 100644
--- a/proto/core/domain/record.proto
+++ b/proto/core/domain/record.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package core.domain;
-option go_package = "github.com/sonrhq/core/x/domain/types";
+option go_package = "github.com/sonrhq/sonr/x/domain/types";
message UsernameRecord {
string index = 1;
diff --git a/proto/core/domain/tx.proto b/proto/core/domain/tx.proto
index ef8485da3..de4ca9a66 100644
--- a/proto/core/domain/tx.proto
+++ b/proto/core/domain/tx.proto
@@ -4,7 +4,7 @@ package core.domain;
import "core/domain/record.proto";
-option go_package = "github.com/sonrhq/core/x/domain/types";
+option go_package = "github.com/sonrhq/sonr/x/domain/types";
// Msg defines the Msg service.
// This service provides CRUD operations for UsernameRecords.
diff --git a/proto/core/identity/account.proto b/proto/core/identity/account.proto
index ebdbc70a9..955c86118 100644
--- a/proto/core/identity/account.proto
+++ b/proto/core/identity/account.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package core.identity;
-option go_package = "github.com/sonrhq/core/x/identity/types";
+option go_package = "github.com/sonrhq/sonr/x/identity/types";
message ControllerAccount {
string address = 1;
diff --git a/proto/core/identity/did.proto b/proto/core/identity/did.proto
index 0775238bd..21fd31f55 100644
--- a/proto/core/identity/did.proto
+++ b/proto/core/identity/did.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package core.identity;
-option go_package = "github.com/sonrhq/core/x/identity/types";
+option go_package = "github.com/sonrhq/sonr/x/identity/types";
// DIDDocument represents a Decentralized Identifier (DID) document that
// contains information about the DID subject, such as public keys, verification
diff --git a/proto/core/identity/genesis.proto b/proto/core/identity/genesis.proto
index 5256b9961..c32cc40da 100644
--- a/proto/core/identity/genesis.proto
+++ b/proto/core/identity/genesis.proto
@@ -7,7 +7,7 @@ import "core/identity/did.proto";
import "core/identity/params.proto";
import "gogoproto/gogo.proto";
-option go_package = "github.com/sonrhq/core/x/identity/types";
+option go_package = "github.com/sonrhq/sonr/x/identity/types";
// GenesisState defines the identity module's genesis state.
message GenesisState {
diff --git a/proto/core/identity/identifier.proto b/proto/core/identity/identifier.proto
index 8d7b98d04..46722c9af 100644
--- a/proto/core/identity/identifier.proto
+++ b/proto/core/identity/identifier.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package core.identity;
-option go_package = "github.com/sonrhq/core/x/identity/types";
+option go_package = "github.com/sonrhq/sonr/x/identity/types";
// UserIdentifierType defines the type of the user identifier\
enum UserIdentifierType {
diff --git a/proto/core/identity/params.proto b/proto/core/identity/params.proto
index a153dc2dd..9ee720d58 100644
--- a/proto/core/identity/params.proto
+++ b/proto/core/identity/params.proto
@@ -3,7 +3,7 @@ package core.identity;
import "gogoproto/gogo.proto";
-option go_package = "github.com/sonrhq/core/x/identity/types";
+option go_package = "github.com/sonrhq/sonr/x/identity/types";
// Params defines the parameters for the module.
message Params {
diff --git a/proto/core/identity/query.proto b/proto/core/identity/query.proto
index 81127d592..d404b7421 100644
--- a/proto/core/identity/query.proto
+++ b/proto/core/identity/query.proto
@@ -9,7 +9,7 @@ import "cosmos/base/query/v1beta1/pagination.proto";
import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
-option go_package = "github.com/sonrhq/core/x/identity/types";
+option go_package = "github.com/sonrhq/sonr/x/identity/types";
// Query defines the gRPC querier service.
service Query {
diff --git a/proto/core/identity/state.proto b/proto/core/identity/state.proto
index 29595216d..db1cd6c32 100644
--- a/proto/core/identity/state.proto
+++ b/proto/core/identity/state.proto
@@ -4,7 +4,7 @@ package core.identity;
import "cosmos/orm/v1/orm.proto";
-option go_package = "github.com/sonrhq/core/x/identity/types";
+option go_package = "github.com/sonrhq/sonr/x/identity/types";
message Balance {
option (cosmos.orm.v1.table) = {
diff --git a/proto/core/identity/tx.proto b/proto/core/identity/tx.proto
index b19f1a5d1..59fe74563 100644
--- a/proto/core/identity/tx.proto
+++ b/proto/core/identity/tx.proto
@@ -5,7 +5,7 @@ package core.identity;
import "core/identity/account.proto";
import "core/identity/did.proto";
-option go_package = "github.com/sonrhq/core/x/identity/types";
+option go_package = "github.com/sonrhq/sonr/x/identity/types";
// Msg defines the Msg service.
// This service provides methods for managing identities.
diff --git a/proto/core/service/genesis.proto b/proto/core/service/genesis.proto
index bbafb4197..9d2e00ca6 100644
--- a/proto/core/service/genesis.proto
+++ b/proto/core/service/genesis.proto
@@ -6,7 +6,7 @@ import "core/service/params.proto";
import "core/service/record.proto";
import "gogoproto/gogo.proto";
-option go_package = "github.com/sonrhq/core/x/service/types";
+option go_package = "github.com/sonrhq/sonr/x/service/types";
// GenesisState defines the service module's genesis state.
message GenesisState {
diff --git a/proto/core/service/params.proto b/proto/core/service/params.proto
index edf44385f..9482b3bd2 100644
--- a/proto/core/service/params.proto
+++ b/proto/core/service/params.proto
@@ -3,7 +3,7 @@ package core.service;
import "gogoproto/gogo.proto";
-option go_package = "github.com/sonrhq/core/x/service/types";
+option go_package = "github.com/sonrhq/sonr/x/service/types";
// Params defines the parameters for the module.
message Params { option (gogoproto.goproto_stringer) = false; }
diff --git a/proto/core/service/query.proto b/proto/core/service/query.proto
index fa6770220..5283b6bcd 100644
--- a/proto/core/service/query.proto
+++ b/proto/core/service/query.proto
@@ -10,7 +10,7 @@ import "cosmos/base/query/v1beta1/pagination.proto";
import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
-option go_package = "github.com/sonrhq/core/x/service/types";
+option go_package = "github.com/sonrhq/sonr/x/service/types";
// Query defines the gRPC querier service.
service Query {
diff --git a/proto/core/service/record.proto b/proto/core/service/record.proto
index dce143ec9..1872edef2 100644
--- a/proto/core/service/record.proto
+++ b/proto/core/service/record.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package core.service;
-option go_package = "github.com/sonrhq/core/x/service/types";
+option go_package = "github.com/sonrhq/sonr/x/service/types";
message ServiceRecord {
string id = 1;
diff --git a/proto/core/service/tx.proto b/proto/core/service/tx.proto
index 342c42059..3af4896cd 100644
--- a/proto/core/service/tx.proto
+++ b/proto/core/service/tx.proto
@@ -6,7 +6,7 @@ package core.service;
import "core/service/record.proto";
// Specifying the go package for this service.
-option go_package = "github.com/sonrhq/core/x/service/types";
+option go_package = "github.com/sonrhq/sonr/x/service/types";
// Msg defines the Msg service.
// This service provides CRUD operations for ServiceRecord.
diff --git a/proto/highway/authentication/v1/service.proto b/proto/highway/authentication/v1/service.proto
index 2cc6c8713..d688912f0 100644
--- a/proto/highway/authentication/v1/service.proto
+++ b/proto/highway/authentication/v1/service.proto
@@ -6,7 +6,7 @@ package highway.authentication.v1;
import "google/api/annotations.proto";
import "google/protobuf/empty.proto";
-option go_package = "github.com/sonrhq/core/types/highway/authentication/v1;authenticationpb";
+option go_package = "github.com/sonrhq/sonr/types/highway/authentication/v1;authenticationpb";
// AuthenticationService provides methods for user authentication.
service AuthenticationService {
diff --git a/proto/highway/database/v1/service.proto b/proto/highway/database/v1/service.proto
index fa63e6122..01c5722ef 100644
--- a/proto/highway/database/v1/service.proto
+++ b/proto/highway/database/v1/service.proto
@@ -5,7 +5,7 @@ package highway.database.v1;
import "google/api/annotations.proto";
import "google/protobuf/empty.proto";
-option go_package = "github.com/sonrhq/core/types/highway/database/v1;databasepb";
+option go_package = "github.com/sonrhq/sonr/types/highway/database/v1;databasepb";
service DatabaseService {
rpc Health(HealthRequest) returns (HealthResponse) {
diff --git a/proto/highway/storage/v1/service.proto b/proto/highway/storage/v1/service.proto
index 3f5f29f9d..a54a375a1 100644
--- a/proto/highway/storage/v1/service.proto
+++ b/proto/highway/storage/v1/service.proto
@@ -4,7 +4,7 @@ package highway.storage.v1;
import "google/api/annotations.proto";
-option go_package = "github.com/sonrhq/core/types/highway/storage/v1;storagepb";
+option go_package = "github.com/sonrhq/sonr/types/highway/storage/v1;storagepb";
// StorageService provides methods for storing and retrieving data.
service StorageService {
diff --git a/proto/highway/wallet/v1/service.proto b/proto/highway/wallet/v1/service.proto
index 852dddd87..7e3884441 100644
--- a/proto/highway/wallet/v1/service.proto
+++ b/proto/highway/wallet/v1/service.proto
@@ -5,7 +5,7 @@ package highway.wallet.v1;
import "common/crypto/coin.proto";
import "google/api/annotations.proto";
-option go_package = "github.com/sonrhq/core/types/highway/wallet/v1;walletpb";
+option go_package = "github.com/sonrhq/sonr/types/highway/wallet/v1;walletpb";
// WalletService provides methods for managing wallet accounts.
service WalletService {
diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh
index 3b0262d24..89bb958ce 100644
--- a/scripts/protocgen.sh
+++ b/scripts/protocgen.sh
@@ -22,5 +22,5 @@ done
cd ..
# move proto files to the right places
-cp -r github.com/sonrhq/core/* ./
+cp -r github.com/sonrhq/sonr/* ./
rm -rf github.com
diff --git a/services/highway/handler/auth.go b/services/highway/handler/auth.go
index c8eb37b52..44e37dfb2 100644
--- a/services/highway/handler/auth.go
+++ b/services/highway/handler/auth.go
@@ -5,9 +5,9 @@ import (
"fmt"
"github.com/cosmos/cosmos-sdk/client"
- mdw "github.com/sonrhq/core/services/highway/middleware"
- "github.com/sonrhq/core/services/highway/types"
- authenticationpb "github.com/sonrhq/core/types/highway/authentication/v1"
+ mdw "github.com/sonrhq/sonr/services/highway/middleware"
+ "github.com/sonrhq/sonr/services/highway/types"
+ authenticationpb "github.com/sonrhq/sonr/types/highway/authentication/v1"
emptypb "google.golang.org/protobuf/types/known/emptypb"
)
diff --git a/services/highway/handler/database.go b/services/highway/handler/database.go
index c7d1aef9f..0c9ad5b6e 100644
--- a/services/highway/handler/database.go
+++ b/services/highway/handler/database.go
@@ -3,7 +3,7 @@ package handler
import (
"context"
- databasepb "github.com/sonrhq/core/types/highway/database/v1"
+ databasepb "github.com/sonrhq/sonr/types/highway/database/v1"
)
// DatabaseHandler is the handler for the authentication service
diff --git a/services/highway/handler/handler.go b/services/highway/handler/handler.go
index 9de0d4017..fe05cb0b6 100644
--- a/services/highway/handler/handler.go
+++ b/services/highway/handler/handler.go
@@ -4,10 +4,10 @@ import (
"context"
"github.com/grpc-ecosystem/grpc-gateway/runtime"
- authenticationpb "github.com/sonrhq/core/types/highway/authentication/v1"
- databasepb "github.com/sonrhq/core/types/highway/database/v1"
- storagepb "github.com/sonrhq/core/types/highway/storage/v1"
- walletpb "github.com/sonrhq/core/types/highway/wallet/v1"
+ authenticationpb "github.com/sonrhq/sonr/types/highway/authentication/v1"
+ databasepb "github.com/sonrhq/sonr/types/highway/database/v1"
+ storagepb "github.com/sonrhq/sonr/types/highway/storage/v1"
+ walletpb "github.com/sonrhq/sonr/types/highway/wallet/v1"
)
// RegisterHandlers registers the Highway Service Server.
diff --git a/services/highway/handler/storage.go b/services/highway/handler/storage.go
index 92cf86861..2e9d83871 100644
--- a/services/highway/handler/storage.go
+++ b/services/highway/handler/storage.go
@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/cosmos/cosmos-sdk/client"
- storagepb "github.com/sonrhq/core/types/highway/storage/v1"
+ storagepb "github.com/sonrhq/sonr/types/highway/storage/v1"
)
// StorageHandler is the handler for the authentication service
diff --git a/services/highway/handler/wallet.go b/services/highway/handler/wallet.go
index b4e74063c..a4a13bc48 100644
--- a/services/highway/handler/wallet.go
+++ b/services/highway/handler/wallet.go
@@ -5,10 +5,10 @@ import (
"fmt"
"github.com/cosmos/cosmos-sdk/client"
- "github.com/sonrhq/core/internal/crypto"
- mdw "github.com/sonrhq/core/services/highway/middleware"
+ "github.com/sonrhq/sonr/internal/crypto"
+ mdw "github.com/sonrhq/sonr/services/highway/middleware"
- walletpb "github.com/sonrhq/core/types/highway/wallet/v1"
+ walletpb "github.com/sonrhq/sonr/types/highway/wallet/v1"
)
// WalletAPI is the alias for the Highway Wallet Service Server.
diff --git a/services/highway/highway.go b/services/highway/highway.go
index 3b779f7c6..b853bbcae 100644
--- a/services/highway/highway.go
+++ b/services/highway/highway.go
@@ -6,7 +6,7 @@ import (
"net/http"
"github.com/grpc-ecosystem/grpc-gateway/runtime"
- "github.com/sonrhq/core/services/highway/handler"
+ "github.com/sonrhq/sonr/services/highway/handler"
)
var hway *Instance
diff --git a/services/highway/middleware/options.go b/services/highway/middleware/options.go
index ded6b1462..051eecd8c 100644
--- a/services/highway/middleware/options.go
+++ b/services/highway/middleware/options.go
@@ -5,7 +5,7 @@ import (
"github.com/go-webauthn/webauthn/protocol"
- authenticationpb "github.com/sonrhq/core/types/highway/authentication/v1"
+ authenticationpb "github.com/sonrhq/sonr/types/highway/authentication/v1"
)
// GetCredentialAttestationParams returns the credential attestation options to start wallet registration.
diff --git a/services/highway/middleware/proxy.go b/services/highway/middleware/proxy.go
index c86e50e25..ec0a57bf5 100644
--- a/services/highway/middleware/proxy.go
+++ b/services/highway/middleware/proxy.go
@@ -4,9 +4,9 @@ import (
"context"
"fmt"
- domaintypes "github.com/sonrhq/core/x/domain/types"
- identitytypes "github.com/sonrhq/core/x/identity/types"
- servicetypes "github.com/sonrhq/core/x/service/types"
+ domaintypes "github.com/sonrhq/sonr/x/domain/types"
+ identitytypes "github.com/sonrhq/sonr/x/identity/types"
+ servicetypes "github.com/sonrhq/sonr/x/service/types"
"github.com/spf13/viper"
"google.golang.org/grpc"
)
diff --git a/services/highway/middleware/verifier.go b/services/highway/middleware/verifier.go
index 13f4e8b40..67ca6d78b 100644
--- a/services/highway/middleware/verifier.go
+++ b/services/highway/middleware/verifier.go
@@ -7,13 +7,13 @@ import (
"github.com/gin-gonic/gin"
"github.com/go-webauthn/webauthn/protocol"
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/pkg/didcontroller"
- "github.com/sonrhq/core/services/highway/types"
- "github.com/sonrhq/core/types/webauthn"
- domaintypes "github.com/sonrhq/core/x/domain/types"
- identitytypes "github.com/sonrhq/core/x/identity/types"
- servicetypes "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/pkg/didcontroller"
+ "github.com/sonrhq/sonr/services/highway/types"
+ "github.com/sonrhq/sonr/types/webauthn"
+ domaintypes "github.com/sonrhq/sonr/x/domain/types"
+ identitytypes "github.com/sonrhq/sonr/x/identity/types"
+ servicetypes "github.com/sonrhq/sonr/x/service/types"
)
// The function GetAuthCookies takes a gin.Context as input and returns three strings and an error.
diff --git a/services/highway/types/claims.go b/services/highway/types/claims.go
index 9152881e1..45ae78654 100644
--- a/services/highway/types/claims.go
+++ b/services/highway/types/claims.go
@@ -9,8 +9,8 @@ import (
"github.com/kataras/jwt"
"github.com/spf13/viper"
- "github.com/sonrhq/core/internal/crypto"
- identitytypes "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/internal/crypto"
+ identitytypes "github.com/sonrhq/sonr/x/identity/types"
)
// ! ||--------------------------------------------------------------------------------||
diff --git a/services/highway/types/response.go b/services/highway/types/response.go
index e198e2e07..6360829fb 100644
--- a/services/highway/types/response.go
+++ b/services/highway/types/response.go
@@ -3,8 +3,8 @@ package types
import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/internal/crypto"
- identitytypes "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/internal/crypto"
+ identitytypes "github.com/sonrhq/sonr/x/identity/types"
)
// AuthenticationResult struct is defining a data structure that represents the response returned after a successful authentication process. It contains various fields such as `Account`, `Address`, `Alias`, `DID`, `DIDDocument`, and `JWT`, which hold information related to
diff --git a/services/plugin/interface_test.go b/services/plugin/interface_test.go
index faf158c2e..3a19830d9 100755
--- a/services/plugin/interface_test.go
+++ b/services/plugin/interface_test.go
@@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "github.com/sonrhq/core/services/plugin"
+ "github.com/sonrhq/sonr/services/plugin"
)
func TestCommandToCobraCommand(t *testing.T) {
diff --git a/services/plugin/plugin.go b/services/plugin/plugin.go
index 08d76c166..2ea1e45da 100644
--- a/services/plugin/plugin.go
+++ b/services/plugin/plugin.go
@@ -24,8 +24,8 @@ import (
"github.com/sonrhq/cli-utils/xfilepath"
"github.com/sonrhq/cli-utils/xgit"
"github.com/sonrhq/cli-utils/xurl"
- "github.com/sonrhq/core/config"
- pluginsconfig "github.com/sonrhq/core/config/plugins"
+ "github.com/sonrhq/sonr/config"
+ pluginsconfig "github.com/sonrhq/sonr/config/plugins"
)
// PluginsPath holds the plugin cache directory.
diff --git a/services/plugin/plugin_test.go b/services/plugin/plugin_test.go
index fb6248cbd..49d8689b1 100644
--- a/services/plugin/plugin_test.go
+++ b/services/plugin/plugin_test.go
@@ -19,7 +19,7 @@ import (
"github.com/sonrhq/cli-utils/gocmd"
"github.com/sonrhq/cli-utils/gomodule"
- pluginsconfig "github.com/sonrhq/core/config/plugins"
+ pluginsconfig "github.com/sonrhq/sonr/config/plugins"
)
func TestNewPlugin(t *testing.T) {
diff --git a/testutil/keeper/domain.go b/testutil/keeper/domain.go
index 61df6f8d7..10f396500 100644
--- a/testutil/keeper/domain.go
+++ b/testutil/keeper/domain.go
@@ -12,8 +12,8 @@ import (
storetypes "github.com/cosmos/cosmos-sdk/store/types"
sdk "github.com/cosmos/cosmos-sdk/types"
typesparams "github.com/cosmos/cosmos-sdk/x/params/types"
- "github.com/sonrhq/core/x/domain/keeper"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/keeper"
+ "github.com/sonrhq/sonr/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/testutil/keeper/identity.go b/testutil/keeper/identity.go
index cf18a3aba..f8ec8a6e4 100644
--- a/testutil/keeper/identity.go
+++ b/testutil/keeper/identity.go
@@ -3,8 +3,8 @@ package keeper
import (
"testing"
- "github.com/sonrhq/core/x/identity/keeper"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/keeper"
+ "github.com/sonrhq/sonr/x/identity/types"
tmdb "github.com/cometbft/cometbft-db"
"github.com/cometbft/cometbft/libs/log"
diff --git a/testutil/keeper/service.go b/testutil/keeper/service.go
index fe4be256e..7dba73c1e 100644
--- a/testutil/keeper/service.go
+++ b/testutil/keeper/service.go
@@ -12,8 +12,8 @@ import (
storetypes "github.com/cosmos/cosmos-sdk/store/types"
sdk "github.com/cosmos/cosmos-sdk/types"
typesparams "github.com/cosmos/cosmos-sdk/x/params/types"
- "github.com/sonrhq/core/x/service/keeper"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/keeper"
+ "github.com/sonrhq/sonr/x/service/types"
"github.com/stretchr/testify/require"
)
diff --git a/testutil/network/network.go b/testutil/network/network.go
index 403ae8a18..c0c3883cf 100644
--- a/testutil/network/network.go
+++ b/testutil/network/network.go
@@ -18,8 +18,8 @@ import (
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
"github.com/stretchr/testify/require"
- "github.com/sonrhq/core/app"
- "github.com/sonrhq/core/services/highway"
+ "github.com/sonrhq/sonr/app"
+ "github.com/sonrhq/sonr/services/highway"
)
type (
diff --git a/types/crypto/coin.pb.go b/types/crypto/coin.pb.go
index 7ae1e59da..7a259e411 100644
--- a/types/crypto/coin.pb.go
+++ b/types/crypto/coin.pb.go
@@ -154,28 +154,28 @@ func init() {
func init() { proto.RegisterFile("common/crypto/coin.proto", fileDescriptor_0aeeac340f2c4abc) }
var fileDescriptor_0aeeac340f2c4abc = []byte{
- // 323 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0x3d, 0x4f, 0xc2, 0x40,
- 0x1c, 0xc6, 0x7b, 0x80, 0xbc, 0x9c, 0x10, 0x8f, 0x53, 0x93, 0x0e, 0xa6, 0x21, 0xba, 0x10, 0x07,
- 0x3a, 0x38, 0x3b, 0xf0, 0x72, 0x4a, 0x23, 0xb4, 0xa6, 0x3d, 0x13, 0x75, 0x31, 0xe5, 0x68, 0xa0,
- 0x09, 0xf4, 0x5f, 0xdb, 0x32, 0xf4, 0x5b, 0xf8, 0xb1, 0x1c, 0x19, 0x1d, 0x0d, 0x7c, 0x00, 0xbf,
- 0x82, 0x49, 0x2b, 0x35, 0xb7, 0xfd, 0xef, 0xf7, 0xfc, 0x9e, 0xdc, 0xf0, 0x60, 0x55, 0xc0, 0x7a,
- 0x0d, 0x81, 0x2e, 0xa2, 0x34, 0x4c, 0x40, 0x17, 0xe0, 0x07, 0xbd, 0x30, 0x82, 0x04, 0x68, 0x2b,
- 0x4f, 0x7a, 0x79, 0x72, 0xf9, 0x82, 0x8f, 0xfb, 0x42, 0xc0, 0x26, 0x48, 0x46, 0x6e, 0xe2, 0x52,
- 0x15, 0xd7, 0xdc, 0xf9, 0x3c, 0xf2, 0xe2, 0x58, 0x45, 0x1d, 0xd4, 0x6d, 0xd8, 0x87, 0x27, 0xa5,
- 0xb8, 0xe2, 0xae, 0x16, 0xa0, 0x96, 0x32, 0x9c, 0xdd, 0xf4, 0x02, 0x37, 0xc2, 0xcd, 0x6c, 0xe5,
- 0x8b, 0x07, 0x2f, 0x55, 0xcb, 0x1d, 0xd4, 0x6d, 0xda, 0xff, 0xe0, 0xfa, 0x07, 0xe1, 0xfa, 0x10,
- 0xfc, 0x80, 0xa7, 0xa1, 0x47, 0xcf, 0x30, 0x39, 0xdc, 0x6f, 0x03, 0x83, 0x0f, 0x2d, 0xc3, 0x24,
- 0x8a, 0x44, 0x39, 0x73, 0xb8, 0xc9, 0x38, 0x41, 0xf4, 0x1c, 0xb7, 0x0b, 0x3a, 0x31, 0x38, 0xcb,
- 0xe4, 0x12, 0x6d, 0xe3, 0x56, 0x81, 0x47, 0xd6, 0x3d, 0x23, 0x65, 0xc9, 0x64, 0x7c, 0xcc, 0x6c,
- 0xf6, 0x34, 0x25, 0x15, 0xc9, 0x74, 0x2c, 0xd3, 0x26, 0x47, 0xf4, 0x14, 0x9f, 0x14, 0x68, 0x68,
- 0x39, 0x53, 0xcb, 0x21, 0x55, 0xa9, 0x7e, 0x67, 0x4c, 0xf2, 0x8f, 0x6a, 0x94, 0xe0, 0x66, 0x81,
- 0xc7, 0xa6, 0x43, 0xea, 0x52, 0xdb, 0xb1, 0x26, 0x7d, 0xb3, 0x4f, 0x1a, 0x92, 0xf6, 0x6c, 0x3f,
- 0x12, 0x3c, 0xb8, 0xfd, 0xdc, 0x69, 0x68, 0xbb, 0xd3, 0xd0, 0xf7, 0x4e, 0x43, 0x1f, 0x7b, 0x4d,
- 0xd9, 0xee, 0x35, 0xe5, 0x6b, 0xaf, 0x29, 0xaf, 0x57, 0x0b, 0x3f, 0x59, 0x6e, 0x66, 0x3d, 0x01,
- 0x6b, 0x3d, 0x86, 0x20, 0x5a, 0xbe, 0xeb, 0x02, 0x22, 0x4f, 0x4f, 0xd2, 0xd0, 0x8b, 0xff, 0x56,
- 0x9a, 0x55, 0xb3, 0x85, 0x6e, 0x7e, 0x03, 0x00, 0x00, 0xff, 0xff, 0x63, 0x15, 0x26, 0x03, 0xbd,
- 0x01, 0x00, 0x00,
+ // 322 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xcb, 0x4e, 0xc2, 0x40,
+ 0x14, 0x86, 0x3b, 0x80, 0x5c, 0x8e, 0x10, 0x87, 0x51, 0x93, 0x2e, 0x4c, 0x43, 0x74, 0x43, 0x5c,
+ 0xd0, 0x85, 0x6b, 0x17, 0x5c, 0x46, 0x69, 0x84, 0xd6, 0xb4, 0x63, 0xa2, 0x6e, 0x4c, 0x19, 0x1a,
+ 0x68, 0x02, 0x9d, 0xda, 0x96, 0x45, 0xdf, 0xc2, 0xc7, 0x72, 0xc9, 0xd2, 0xa5, 0x81, 0x07, 0xf0,
+ 0x15, 0x4c, 0x5a, 0xa9, 0x99, 0xd5, 0x9c, 0xf9, 0xce, 0xf7, 0xe7, 0x2c, 0x7e, 0x50, 0xb9, 0x58,
+ 0xaf, 0x45, 0xa0, 0xf3, 0x28, 0x0d, 0x13, 0xa1, 0x73, 0xe1, 0x07, 0xbd, 0x30, 0x12, 0x89, 0x20,
+ 0xad, 0x7c, 0xd3, 0xcb, 0x37, 0x97, 0x2f, 0x70, 0xdc, 0xe7, 0x5c, 0x6c, 0x82, 0x64, 0xe4, 0x26,
+ 0x2e, 0x51, 0xa1, 0xe6, 0xce, 0xe7, 0x91, 0x17, 0xc7, 0x2a, 0xea, 0xa0, 0x6e, 0xc3, 0x3e, 0x7c,
+ 0x09, 0x81, 0x8a, 0xbb, 0x5a, 0x08, 0xb5, 0x94, 0xe1, 0x6c, 0x26, 0x17, 0xd0, 0x08, 0x37, 0xb3,
+ 0x95, 0xcf, 0x1f, 0xbc, 0x54, 0x2d, 0x77, 0x50, 0xb7, 0x69, 0xff, 0x83, 0xeb, 0x1f, 0x04, 0xf5,
+ 0xa1, 0xf0, 0x03, 0x96, 0x86, 0x1e, 0x39, 0x03, 0x7c, 0x98, 0xdf, 0x06, 0x06, 0x1b, 0x5a, 0x86,
+ 0x89, 0x15, 0x89, 0x32, 0xea, 0x30, 0x93, 0x32, 0x8c, 0xc8, 0x39, 0xb4, 0x0b, 0x3a, 0x31, 0x18,
+ 0xcd, 0xe4, 0x12, 0x69, 0x43, 0xab, 0xc0, 0x23, 0xeb, 0x9e, 0xe2, 0xb2, 0x64, 0x52, 0x36, 0xa6,
+ 0x36, 0x7d, 0x9a, 0xe2, 0x8a, 0x64, 0x3a, 0x96, 0x69, 0xe3, 0x23, 0x72, 0x0a, 0x27, 0x05, 0x1a,
+ 0x5a, 0xce, 0xd4, 0x72, 0x70, 0x55, 0x8a, 0xdf, 0x19, 0x93, 0xfc, 0x50, 0x8d, 0x60, 0x68, 0x16,
+ 0x78, 0x6c, 0x3a, 0xb8, 0x2e, 0xa5, 0x1d, 0x6b, 0xd2, 0x37, 0xfb, 0xb8, 0x21, 0x69, 0xcf, 0xf6,
+ 0x23, 0x86, 0xc1, 0xed, 0xe7, 0x4e, 0x43, 0xdb, 0x9d, 0x86, 0xbe, 0x77, 0x1a, 0xfa, 0xd8, 0x6b,
+ 0xca, 0x76, 0xaf, 0x29, 0x5f, 0x7b, 0x4d, 0x79, 0xbd, 0x5a, 0xf8, 0xc9, 0x72, 0x33, 0xeb, 0x71,
+ 0xb1, 0xd6, 0x63, 0x11, 0x44, 0xcb, 0xf7, 0xec, 0xd1, 0x93, 0x34, 0xf4, 0xe2, 0xbf, 0x96, 0x66,
+ 0xd5, 0xac, 0xa1, 0x9b, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf5, 0x22, 0x88, 0x96, 0xbd, 0x01,
+ 0x00, 0x00,
}
func (m *AccountData) Marshal() (dAtA []byte, err error) {
diff --git a/types/crypto/ssi.pb.go b/types/crypto/ssi.pb.go
index edf4082fa..d8d37c0a6 100644
--- a/types/crypto/ssi.pb.go
+++ b/types/crypto/ssi.pb.go
@@ -382,51 +382,51 @@ func init() {
func init() { proto.RegisterFile("common/crypto/ssi.proto", fileDescriptor_b4d65a10f7585d94) }
var fileDescriptor_b4d65a10f7585d94 = []byte{
- // 691 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x4d, 0x4f, 0xdb, 0x4c,
- 0x10, 0xc7, 0xe3, 0x38, 0x09, 0x0f, 0xc3, 0xcb, 0x93, 0x2e, 0x14, 0x0c, 0x6a, 0xa3, 0x00, 0x45,
- 0x4d, 0x11, 0x4d, 0x88, 0x2b, 0x2a, 0x40, 0xea, 0x21, 0x24, 0xa6, 0x4d, 0x51, 0x43, 0x64, 0x07,
- 0x10, 0xbd, 0x58, 0x8e, 0xb3, 0x80, 0x29, 0xf1, 0xba, 0xf6, 0x86, 0x92, 0x6f, 0xd1, 0x2f, 0xd4,
- 0x53, 0x2f, 0x3d, 0x72, 0xec, 0xb1, 0x82, 0x63, 0x4f, 0xfd, 0x06, 0xd5, 0xee, 0xda, 0x49, 0x88,
- 0x52, 0xa9, 0xbd, 0x44, 0xf3, 0xf2, 0x9b, 0xc9, 0xfc, 0xc7, 0x63, 0xc3, 0xbc, 0x4d, 0xda, 0x6d,
- 0xe2, 0x16, 0x6c, 0xbf, 0xeb, 0x51, 0x52, 0x08, 0x02, 0x27, 0xef, 0xf9, 0x84, 0x12, 0x34, 0x25,
- 0x12, 0x79, 0x91, 0x58, 0xfe, 0x22, 0x41, 0xb2, 0xee, 0x13, 0x72, 0x8a, 0xd6, 0x21, 0x41, 0xbb,
- 0x1e, 0x56, 0xa4, 0xac, 0x94, 0x9b, 0x56, 0x95, 0xfc, 0x3d, 0x2e, 0xcf, 0x99, 0x46, 0xd7, 0xc3,
- 0x3a, 0xa7, 0xd0, 0x0a, 0x4c, 0x79, 0x2c, 0x64, 0x7a, 0x1d, 0xdf, 0x23, 0x01, 0x56, 0xe2, 0x59,
- 0x29, 0x37, 0xae, 0x4f, 0xf2, 0x60, 0x5d, 0xc4, 0x50, 0x01, 0x66, 0xae, 0xb0, 0xef, 0x9c, 0x3a,
- 0xb6, 0x45, 0x1d, 0xe2, 0x9a, 0x6d, 0x4c, 0xcf, 0x49, 0x4b, 0x91, 0x39, 0x8a, 0x06, 0x53, 0xef,
- 0x78, 0x06, 0x29, 0x30, 0x66, 0xfb, 0xd8, 0xa2, 0xb8, 0xa5, 0x24, 0x38, 0x14, 0xb9, 0x68, 0x0e,
- 0x52, 0x2d, 0xd2, 0xb6, 0x1c, 0x57, 0x49, 0xf2, 0x44, 0xe8, 0x2d, 0x9f, 0xc0, 0xc2, 0x5b, 0xe3,
- 0xa0, 0x76, 0x8c, 0x9b, 0x86, 0x73, 0xe6, 0x5a, 0xb4, 0xe3, 0x63, 0x75, 0x43, 0xdd, 0x10, 0x92,
- 0xd6, 0x20, 0xc9, 0xe7, 0xe1, 0x9a, 0x26, 0xd4, 0xd9, 0x51, 0x9a, 0x74, 0x81, 0xa0, 0x34, 0xc8,
- 0x17, 0x9f, 0x82, 0x50, 0x06, 0x33, 0x97, 0x7f, 0xca, 0x30, 0x7b, 0xc4, 0x67, 0xb4, 0x9a, 0x97,
- 0xb8, 0xec, 0xe3, 0x16, 0x76, 0xa9, 0x63, 0x5d, 0xa2, 0x69, 0x88, 0x3b, 0x2d, 0xde, 0x73, 0x5c,
- 0x8f, 0x3b, 0x62, 0x6a, 0xe2, 0x52, 0x7c, 0x4d, 0x95, 0x78, 0x56, 0xe6, 0x53, 0x0b, 0x17, 0xa1,
- 0x70, 0xa7, 0x32, 0x0f, 0x8b, 0xcd, 0xcd, 0x41, 0xca, 0x09, 0x82, 0x0e, 0xf6, 0x43, 0x89, 0xa1,
- 0xc7, 0x36, 0xca, 0x2c, 0xcb, 0xb5, 0xb1, 0xd9, 0xb2, 0x28, 0x0e, 0x85, 0x4e, 0x46, 0xc1, 0x8a,
- 0x45, 0x31, 0x7a, 0x0a, 0xff, 0xe3, 0x6b, 0xcf, 0xf1, 0xc5, 0x3e, 0x39, 0x96, 0xe2, 0xd8, 0x74,
- 0x3f, 0xcc, 0x41, 0x07, 0x90, 0xdd, 0x9b, 0xd8, 0x0c, 0x3a, 0xcd, 0x0b, 0x6c, 0x53, 0x65, 0x2c,
- 0x2b, 0xe7, 0x26, 0xd4, 0x9d, 0xa1, 0x3d, 0x8c, 0x12, 0x99, 0xef, 0x9b, 0x86, 0x28, 0xd6, 0x5c,
- 0xea, 0x77, 0xf5, 0x07, 0xf6, 0x70, 0x1c, 0x55, 0xa2, 0x2d, 0xff, 0xc7, 0xbb, 0xe7, 0xff, 0xa6,
- 0x3b, 0x5f, 0xbd, 0xe8, 0x28, 0x8a, 0x17, 0x2b, 0x30, 0x37, 0xfa, 0x2f, 0xd9, 0x93, 0xf9, 0x80,
- 0xbb, 0xe1, 0xbe, 0x99, 0x89, 0x66, 0x21, 0x79, 0x65, 0x5d, 0x76, 0xa2, 0xa3, 0x13, 0xce, 0x4e,
- 0x7c, 0x4b, 0x5a, 0xdc, 0x02, 0xe8, 0xb7, 0xfe, 0x97, 0xca, 0xb5, 0x5f, 0x12, 0x8c, 0xed, 0xe3,
- 0x2e, 0x3b, 0x71, 0x34, 0x0f, 0x33, 0xa1, 0x69, 0x1e, 0xd6, 0x8c, 0xba, 0x56, 0xae, 0xee, 0x55,
- 0xb5, 0x4a, 0x3a, 0x86, 0x1e, 0xc3, 0x42, 0x94, 0x60, 0x57, 0x67, 0x1e, 0x6b, 0xbb, 0xe6, 0xbe,
- 0x76, 0x62, 0xb2, 0x93, 0x4b, 0x4b, 0xe8, 0x19, 0xac, 0x46, 0x69, 0xad, 0xa2, 0x6e, 0x6e, 0x16,
- 0xb7, 0xcd, 0x23, 0x4d, 0xaf, 0xee, 0x55, 0xcb, 0xa5, 0x46, 0xf5, 0xa0, 0x16, 0xa2, 0xc5, 0xad,
- 0x74, 0x1c, 0x15, 0xe1, 0x79, 0x0f, 0x2d, 0x57, 0x8c, 0x92, 0x69, 0x68, 0xe5, 0xba, 0xba, 0xf9,
- 0x72, 0xbf, 0x38, 0xb2, 0x64, 0x3b, 0x2d, 0xa3, 0x55, 0x58, 0x8a, 0x4a, 0x74, 0xa3, 0xf4, 0x87,
- 0xce, 0x89, 0xc1, 0x21, 0xd8, 0x78, 0xa5, 0xc3, 0xc6, 0x9b, 0x1a, 0xff, 0xd5, 0x6a, 0x8d, 0x08,
- 0xe7, 0x68, 0x72, 0xed, 0xab, 0x04, 0xe3, 0xbd, 0x17, 0x1b, 0x2d, 0xc0, 0xc3, 0x9e, 0x33, 0xa4,
- 0x7b, 0x15, 0x96, 0xfa, 0xa9, 0x9e, 0x72, 0xa3, 0xfa, 0xba, 0x56, 0x6a, 0x1c, 0xea, 0x5a, 0xa4,
- 0xff, 0x09, 0x64, 0xfb, 0x58, 0xb4, 0x81, 0x41, 0x8a, 0x4b, 0x5f, 0x87, 0xdc, 0x00, 0x35, 0x24,
- 0xfe, 0x1e, 0xcd, 0x54, 0x67, 0xe1, 0x51, 0x9f, 0x66, 0xba, 0x87, 0xfa, 0x25, 0x76, 0x5f, 0x7d,
- 0xbb, 0xcd, 0x48, 0x37, 0xb7, 0x19, 0xe9, 0xc7, 0x6d, 0x46, 0xfa, 0x7c, 0x97, 0x89, 0xdd, 0xdc,
- 0x65, 0x62, 0xdf, 0xef, 0x32, 0xb1, 0xf7, 0x2b, 0x67, 0x0e, 0x3d, 0xef, 0x34, 0xd9, 0x41, 0x16,
- 0x02, 0xe2, 0xfa, 0xe7, 0x1f, 0x0b, 0x36, 0xf1, 0x71, 0x81, 0xbd, 0x87, 0x41, 0xf8, 0x69, 0x6c,
- 0xa6, 0xf8, 0x77, 0xf1, 0xc5, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0xeb, 0xdf, 0xc8, 0xd4, 0x32,
- 0x05, 0x00, 0x00,
+ // 689 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x4d, 0x53, 0xda, 0x5c,
+ 0x14, 0xc7, 0x09, 0x01, 0x7c, 0x3c, 0xbe, 0x3c, 0xf4, 0x6a, 0x35, 0x3a, 0x2d, 0x83, 0x5a, 0xa7,
+ 0xd4, 0xb1, 0x20, 0xe9, 0xd8, 0x51, 0x67, 0xba, 0x40, 0x88, 0x2d, 0x75, 0x8a, 0x4c, 0x82, 0x3a,
+ 0x76, 0x93, 0x09, 0xe1, 0xaa, 0xb1, 0x92, 0x9b, 0x26, 0x17, 0x2b, 0xdf, 0xa2, 0x5f, 0xa8, 0xab,
+ 0x6e, 0xba, 0x74, 0xd9, 0x65, 0x47, 0x97, 0x5d, 0xf5, 0x1b, 0x74, 0xee, 0xbd, 0x09, 0x20, 0x43,
+ 0x67, 0xda, 0x0d, 0x9c, 0x97, 0xdf, 0x39, 0x9c, 0xff, 0xe1, 0x24, 0x30, 0x6f, 0x93, 0x76, 0x9b,
+ 0xb8, 0x05, 0xdb, 0xef, 0x7a, 0x94, 0x14, 0x82, 0xc0, 0xc9, 0x7b, 0x3e, 0xa1, 0x04, 0x4d, 0x89,
+ 0x44, 0x5e, 0x24, 0x96, 0xbf, 0x48, 0x90, 0xac, 0xfb, 0x84, 0x9c, 0xa2, 0x75, 0x48, 0xd0, 0xae,
+ 0x87, 0x15, 0x29, 0x2b, 0xe5, 0xa6, 0x55, 0x25, 0x7f, 0x8f, 0xcb, 0x73, 0xa6, 0xd1, 0xf5, 0xb0,
+ 0xce, 0x29, 0xb4, 0x02, 0x53, 0x1e, 0x0b, 0x99, 0x5e, 0xc7, 0xf7, 0x48, 0x80, 0x95, 0x78, 0x56,
+ 0xca, 0x8d, 0xeb, 0x93, 0x3c, 0x58, 0x17, 0x31, 0x54, 0x80, 0x99, 0x2b, 0xec, 0x3b, 0xa7, 0x8e,
+ 0x6d, 0x51, 0x87, 0xb8, 0x66, 0x1b, 0xd3, 0x73, 0xd2, 0x52, 0x64, 0x8e, 0xa2, 0xc1, 0xd4, 0x3b,
+ 0x9e, 0x41, 0x0a, 0x8c, 0xd9, 0x3e, 0xb6, 0x28, 0x6e, 0x29, 0x09, 0x0e, 0x45, 0x2e, 0x9a, 0x83,
+ 0x54, 0x8b, 0xb4, 0x2d, 0xc7, 0x55, 0x92, 0x3c, 0x11, 0x7a, 0xcb, 0x27, 0xb0, 0xf0, 0xd6, 0x38,
+ 0xa8, 0x1d, 0xe3, 0xa6, 0xe1, 0x9c, 0xb9, 0x16, 0xed, 0xf8, 0x58, 0xdd, 0x50, 0x37, 0x84, 0xa4,
+ 0x35, 0x48, 0xf2, 0x79, 0xb8, 0xa6, 0x09, 0x75, 0x76, 0x94, 0x26, 0x5d, 0x20, 0x28, 0x0d, 0xf2,
+ 0xc5, 0xa7, 0x20, 0x94, 0xc1, 0xcc, 0xe5, 0x9f, 0x32, 0xcc, 0x1e, 0xf1, 0x19, 0xad, 0xe6, 0x25,
+ 0x2e, 0xfb, 0xb8, 0x85, 0x5d, 0xea, 0x58, 0x97, 0x68, 0x1a, 0xe2, 0x4e, 0x8b, 0xf7, 0x1c, 0xd7,
+ 0xe3, 0x8e, 0x98, 0x9a, 0xb8, 0x14, 0x5f, 0x53, 0x25, 0x9e, 0x95, 0xf9, 0xd4, 0xc2, 0x45, 0x28,
+ 0xdc, 0xa9, 0xcc, 0xc3, 0x62, 0x73, 0x73, 0x90, 0x72, 0x82, 0xa0, 0x83, 0xfd, 0x50, 0x62, 0xe8,
+ 0xb1, 0x8d, 0x32, 0xcb, 0x72, 0x6d, 0x6c, 0xb6, 0x2c, 0x8a, 0x43, 0xa1, 0x93, 0x51, 0xb0, 0x62,
+ 0x51, 0x8c, 0x9e, 0xc2, 0xff, 0xf8, 0xda, 0x73, 0x7c, 0xb1, 0x4f, 0x8e, 0xa5, 0x38, 0x36, 0xdd,
+ 0x0f, 0x73, 0xd0, 0x01, 0x64, 0xf7, 0x26, 0x36, 0x83, 0x4e, 0xf3, 0x02, 0xdb, 0x54, 0x19, 0xcb,
+ 0xca, 0xb9, 0x09, 0x75, 0x67, 0x68, 0x0f, 0xa3, 0x44, 0xe6, 0xfb, 0xa6, 0x21, 0x8a, 0x35, 0x97,
+ 0xfa, 0x5d, 0xfd, 0x81, 0x3d, 0x1c, 0x47, 0x95, 0x68, 0xcb, 0xff, 0xf1, 0xee, 0xf9, 0xbf, 0xe9,
+ 0xce, 0x57, 0x2f, 0x3a, 0x8a, 0xe2, 0xc5, 0x0a, 0xcc, 0x8d, 0xfe, 0x49, 0xf6, 0xcf, 0x7c, 0xc0,
+ 0xdd, 0x70, 0xdf, 0xcc, 0x44, 0xb3, 0x90, 0xbc, 0xb2, 0x2e, 0x3b, 0xd1, 0xd1, 0x09, 0x67, 0x27,
+ 0xbe, 0x25, 0x2d, 0x6e, 0x01, 0xf4, 0x5b, 0xff, 0x4b, 0xe5, 0xda, 0x2f, 0x09, 0xc6, 0xf6, 0x71,
+ 0x97, 0x9d, 0x38, 0x9a, 0x87, 0x99, 0xd0, 0x34, 0x0f, 0x6b, 0x46, 0x5d, 0x2b, 0x57, 0xf7, 0xaa,
+ 0x5a, 0x25, 0x1d, 0x43, 0x8f, 0x61, 0x21, 0x4a, 0xb0, 0xab, 0x33, 0x8f, 0xb5, 0x5d, 0x73, 0x5f,
+ 0x3b, 0x31, 0xd9, 0xc9, 0xa5, 0x25, 0xf4, 0x0c, 0x56, 0xa3, 0xb4, 0x56, 0x51, 0x37, 0x37, 0x8b,
+ 0xdb, 0xe6, 0x91, 0xa6, 0x57, 0xf7, 0xaa, 0xe5, 0x52, 0xa3, 0x7a, 0x50, 0x0b, 0xd1, 0xe2, 0x56,
+ 0x3a, 0x8e, 0x8a, 0xf0, 0xbc, 0x87, 0x96, 0x2b, 0x46, 0xc9, 0x34, 0xb4, 0x72, 0x5d, 0xdd, 0x7c,
+ 0xb9, 0x5f, 0x1c, 0x59, 0xb2, 0x9d, 0x96, 0xd1, 0x2a, 0x2c, 0x45, 0x25, 0xba, 0x51, 0xfa, 0x43,
+ 0xe7, 0xc4, 0xe0, 0x10, 0x6c, 0xbc, 0xd2, 0x61, 0xe3, 0x4d, 0x8d, 0x7f, 0x6a, 0xb5, 0x46, 0x84,
+ 0x73, 0x34, 0xb9, 0xf6, 0x55, 0x82, 0xf1, 0xde, 0x83, 0x8d, 0x16, 0xe0, 0x61, 0xcf, 0x19, 0xd2,
+ 0xbd, 0x0a, 0x4b, 0xfd, 0x54, 0x4f, 0xb9, 0x51, 0x7d, 0x5d, 0x2b, 0x35, 0x0e, 0x75, 0x2d, 0xd2,
+ 0xff, 0x04, 0xb2, 0x7d, 0x2c, 0xda, 0xc0, 0x20, 0xc5, 0xa5, 0xaf, 0x43, 0x6e, 0x80, 0x1a, 0x12,
+ 0x7f, 0x8f, 0x66, 0xaa, 0xb3, 0xf0, 0xa8, 0x4f, 0x33, 0xdd, 0x43, 0xfd, 0x12, 0xbb, 0xaf, 0xbe,
+ 0xdd, 0x66, 0xa4, 0x9b, 0xdb, 0x8c, 0xf4, 0xe3, 0x36, 0x23, 0x7d, 0xbe, 0xcb, 0xc4, 0x6e, 0xee,
+ 0x32, 0xb1, 0xef, 0x77, 0x99, 0xd8, 0xfb, 0x95, 0x33, 0x87, 0x9e, 0x77, 0x9a, 0xec, 0x20, 0x0b,
+ 0x01, 0x71, 0xfd, 0xf3, 0x8f, 0xfc, 0xab, 0xc0, 0x9e, 0xc3, 0x20, 0x7c, 0x35, 0x36, 0x53, 0xfc,
+ 0xbd, 0xf8, 0xe2, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7d, 0xe8, 0x66, 0x41, 0x32, 0x05, 0x00,
+ 0x00,
}
func (m *Proof) Marshal() (dAtA []byte, err error) {
diff --git a/types/crypto/vc.pb.go b/types/crypto/vc.pb.go
index 7312336ea..f16011bd6 100644
--- a/types/crypto/vc.pb.go
+++ b/types/crypto/vc.pb.go
@@ -82,7 +82,7 @@ func init() {
func init() { proto.RegisterFile("common/crypto/vc.proto", fileDescriptor_64c0ba2ef76e413c) }
var fileDescriptor_64c0ba2ef76e413c = []byte{
- // 171 bytes of a gzipped FileDescriptorProto
+ // 167 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4b, 0xce, 0xcf, 0xcd,
0xcd, 0xcf, 0xd3, 0x4f, 0x2e, 0xaa, 0x2c, 0x28, 0xc9, 0xd7, 0x2f, 0x4b, 0xd6, 0x2b, 0x28, 0xca,
0x2f, 0xc9, 0x17, 0xe2, 0x85, 0x88, 0xeb, 0x41, 0xc4, 0x95, 0x4c, 0xb9, 0xd8, 0x02, 0x4a, 0x93,
@@ -91,9 +91,9 @@ var fileDescriptor_64c0ba2ef76e413c = []byte{
0x26, 0x05, 0x46, 0x0d, 0xce, 0x20, 0xf6, 0xec, 0xd4, 0xca, 0x90, 0xca, 0x82, 0x54, 0x27, 0xdb,
0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39,
0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x52, 0x4e, 0xcf, 0x2c, 0xc9, 0x28,
- 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x2f, 0xce, 0xcf, 0x2b, 0xca, 0x28, 0xd4, 0x4f, 0xce, 0x2f,
- 0x4a, 0xd5, 0x07, 0x99, 0x52, 0x0c, 0x75, 0x4d, 0x12, 0x1b, 0xd8, 0x2d, 0xc6, 0x80, 0x00, 0x00,
- 0x00, 0xff, 0xff, 0xf9, 0x79, 0x01, 0x67, 0xa5, 0x00, 0x00, 0x00,
+ 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x2f, 0xce, 0xcf, 0x2b, 0xca, 0x28, 0x04, 0x53, 0xfa, 0x20,
+ 0x53, 0x8a, 0xa1, 0xae, 0x49, 0x62, 0x03, 0xbb, 0xc5, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x6f,
+ 0x4e, 0xaf, 0xf2, 0xa5, 0x00, 0x00, 0x00,
}
func (m *PubKey) Marshal() (dAtA []byte, err error) {
diff --git a/types/highway/authentication/v1/service.pb.go b/types/highway/authentication/v1/service.pb.go
index f73177f91..0d8912354 100644
--- a/types/highway/authentication/v1/service.pb.go
+++ b/types/highway/authentication/v1/service.pb.go
@@ -801,60 +801,60 @@ func init() {
}
var fileDescriptor_a204e94b3257a8d4 = []byte{
- // 836 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xcf, 0x8f, 0xdb, 0x44,
- 0x14, 0x5e, 0x6f, 0x36, 0x4e, 0xf2, 0xb6, 0x85, 0x65, 0xd2, 0x1f, 0xa9, 0x49, 0xdd, 0xc5, 0x82,
- 0x66, 0xa1, 0xc2, 0xa3, 0xc2, 0x91, 0x13, 0x20, 0x04, 0x42, 0x48, 0xa0, 0x00, 0x95, 0xe8, 0x25,
- 0x9a, 0x38, 0xb3, 0xf6, 0x2c, 0x89, 0xed, 0xce, 0x4c, 0x92, 0x8d, 0xaa, 0x4a, 0x08, 0x81, 0xb8,
- 0x70, 0x00, 0xc1, 0x81, 0x3b, 0xfc, 0x31, 0x1c, 0x2b, 0x71, 0xe9, 0x11, 0xed, 0xf2, 0x87, 0x20,
- 0x8f, 0x27, 0xce, 0xb8, 0x9b, 0xb8, 0x2b, 0xe5, 0x96, 0x37, 0xef, 0xcb, 0x7b, 0xdf, 0xbc, 0x79,
- 0xdf, 0x7b, 0x86, 0x5e, 0xc4, 0xc2, 0x68, 0x4e, 0x16, 0x98, 0x4c, 0x65, 0x44, 0x63, 0xc9, 0x02,
- 0x22, 0x59, 0x12, 0xe3, 0xd9, 0x7d, 0x2c, 0x28, 0x9f, 0xb1, 0x80, 0xfa, 0x29, 0x4f, 0x64, 0x82,
- 0x6e, 0x69, 0xa0, 0x5f, 0x06, 0xfa, 0xb3, 0xfb, 0x4e, 0x37, 0x4c, 0x92, 0x70, 0x4c, 0x31, 0x49,
- 0x19, 0x26, 0x71, 0x9c, 0x48, 0xe5, 0x11, 0xf9, 0x1f, 0x9d, 0x57, 0xb5, 0x57, 0x59, 0xc3, 0xe9,
- 0x31, 0xa6, 0x93, 0x54, 0x2e, 0x72, 0xa7, 0xf7, 0x10, 0xae, 0x7c, 0x96, 0x84, 0x2c, 0xee, 0xd3,
- 0x47, 0x53, 0x2a, 0x24, 0xba, 0x01, 0x76, 0xc2, 0x59, 0xc8, 0xe2, 0x8e, 0x75, 0x68, 0x1d, 0xb5,
- 0xfa, 0xda, 0x42, 0xd7, 0xa0, 0x4e, 0xc6, 0x8c, 0x88, 0xce, 0xae, 0x3a, 0xce, 0x0d, 0xd4, 0x85,
- 0x16, 0x11, 0x82, 0xf2, 0x2c, 0x5d, 0xa7, 0xa6, 0x3c, 0xab, 0x03, 0xef, 0x27, 0x0b, 0xae, 0xea,
- 0xe0, 0x22, 0x4d, 0x62, 0x41, 0x51, 0x07, 0x1a, 0x62, 0x1a, 0x04, 0x54, 0x08, 0x15, 0xbe, 0xd9,
- 0x5f, 0x9a, 0x99, 0x67, 0x42, 0x85, 0x20, 0x21, 0xd5, 0x19, 0x96, 0x26, 0x3a, 0x80, 0xda, 0xc9,
- 0x5c, 0xea, 0xe8, 0xd9, 0xcf, 0x0c, 0x4b, 0x46, 0x23, 0x9e, 0x45, 0xd9, 0xcb, 0xb1, 0xda, 0x34,
- 0xd8, 0xd7, 0x4d, 0xf6, 0xde, 0xaf, 0x16, 0xb4, 0x3f, 0x9c, 0x72, 0x4e, 0x63, 0xf9, 0xb5, 0xa0,
- 0x7c, 0x2b, 0x3e, 0x46, 0xf6, 0x5a, 0x39, 0x7b, 0x51, 0xa3, 0x3d, 0xb3, 0x46, 0x9b, 0x38, 0x7d,
- 0x03, 0x57, 0xbf, 0x20, 0x9c, 0x4c, 0xc4, 0xb2, 0xf4, 0x0e, 0x34, 0xe9, 0x29, 0x13, 0x92, 0xc5,
- 0xa1, 0x66, 0x53, 0xd8, 0x46, 0x90, 0xdd, 0xf5, 0xcf, 0x52, 0x33, 0x52, 0x7a, 0x7f, 0xed, 0xc2,
- 0x4b, 0xcb, 0xd8, 0x5b, 0xdc, 0xd4, 0x24, 0x54, 0xdb, 0x48, 0x68, 0x6f, 0x3d, 0xa1, 0xba, 0x59,
- 0x03, 0xa3, 0x66, 0x76, 0xb9, 0x66, 0x5d, 0x68, 0x05, 0x11, 0x19, 0x8f, 0x69, 0x1c, 0xd2, 0x4e,
- 0x23, 0xef, 0xa0, 0xe2, 0x00, 0x61, 0x68, 0x13, 0x29, 0xa9, 0xc8, 0x1b, 0x7a, 0x90, 0xa4, 0xaa,
- 0xaf, 0x3b, 0x4d, 0x85, 0x43, 0x86, 0xeb, 0xf3, 0xdc, 0x83, 0xee, 0xc1, 0x2b, 0x45, 0xff, 0x15,
- 0xf0, 0x96, 0x82, 0x1f, 0x14, 0x0e, 0x0d, 0xf6, 0x7e, 0xb4, 0xe0, 0xe5, 0x3e, 0x0d, 0x99, 0x90,
- 0x59, 0x4b, 0x54, 0xf7, 0xbf, 0x03, 0xcd, 0xa9, 0xa0, 0x3c, 0x26, 0x93, 0x65, 0x99, 0x0a, 0x1b,
- 0x1d, 0xc2, 0xbe, 0x41, 0x45, 0x3f, 0x85, 0x79, 0x54, 0xbe, 0xe5, 0xde, 0x73, 0xb7, 0xf4, 0xfe,
- 0xb4, 0xe0, 0x60, 0xc5, 0x63, 0x8b, 0x07, 0xbb, 0x09, 0x0d, 0x79, 0x3a, 0x88, 0x88, 0x88, 0x34,
- 0x09, 0x5b, 0x9e, 0x7e, 0x42, 0x44, 0x54, 0xa1, 0x18, 0xad, 0xae, 0xfa, 0x4a, 0x5d, 0xab, 0x0a,
- 0xd8, 0xa5, 0x7e, 0xed, 0x41, 0xbb, 0x4f, 0x8f, 0x39, 0x15, 0xd1, 0x57, 0xc9, 0xb7, 0xb4, 0x18,
- 0x18, 0x3a, 0x80, 0x55, 0x04, 0xf0, 0x02, 0xb8, 0x56, 0x06, 0x6e, 0x77, 0xa3, 0x98, 0xce, 0x07,
- 0xab, 0x01, 0x60, 0xc7, 0x74, 0xfe, 0xe9, 0x5c, 0x7a, 0x77, 0x01, 0x3d, 0xa0, 0x9c, 0x1d, 0x2f,
- 0x5e, 0x40, 0x66, 0x04, 0xed, 0x12, 0x6e, 0x0b, 0x2e, 0xb7, 0xa0, 0xc9, 0xc4, 0x60, 0x46, 0xc6,
- 0x6c, 0xa4, 0xe5, 0xd0, 0x60, 0xe2, 0x41, 0x66, 0xbe, 0xf3, 0xcc, 0x86, 0xeb, 0xef, 0x97, 0xc6,
- 0xf2, 0x97, 0xf9, 0xec, 0x46, 0x3f, 0x58, 0x60, 0xe7, 0x52, 0x44, 0x47, 0xfe, 0xc6, 0x09, 0xee,
- 0x97, 0x26, 0x81, 0xf3, 0xe6, 0x25, 0x90, 0xf9, 0x45, 0xbc, 0x37, 0xbe, 0xff, 0xe7, 0xbf, 0xdf,
- 0x76, 0xef, 0xa0, 0xdb, 0xd8, 0xdc, 0x23, 0x38, 0x55, 0x28, 0xfc, 0x38, 0x7f, 0xbb, 0x27, 0xe8,
- 0x3b, 0x0b, 0xea, 0x6a, 0x14, 0xa3, 0x5e, 0x45, 0x6c, 0x73, 0x13, 0x38, 0x47, 0x2f, 0x06, 0x6a,
- 0x0e, 0xaf, 0x2b, 0x0e, 0xae, 0xd7, 0x2d, 0x73, 0x18, 0x67, 0xa0, 0x15, 0x85, 0x9f, 0x2d, 0x68,
- 0x2e, 0xbb, 0x1c, 0xbd, 0x55, 0x11, 0xfc, 0x39, 0x49, 0x3a, 0xf7, 0x2e, 0x85, 0xd5, 0x5c, 0x7a,
- 0x8a, 0xcb, 0x6b, 0xde, 0x9d, 0x32, 0x17, 0xae, 0x71, 0x2b, 0x3a, 0x12, 0xf6, 0x8d, 0x8d, 0x80,
- 0x6e, 0xf8, 0xf9, 0x96, 0xf4, 0x97, 0x5b, 0xd2, 0xff, 0x28, 0xdb, 0x92, 0x8e, 0x5f, 0x91, 0x7c,
- 0xcd, 0x46, 0xf1, 0x6e, 0xab, 0xfc, 0x37, 0xd1, 0xf5, 0x72, 0xfe, 0x20, 0x87, 0xa2, 0x3f, 0x2c,
- 0xb8, 0x62, 0x8a, 0x03, 0xf9, 0x95, 0x97, 0xbb, 0x20, 0x37, 0x07, 0x5f, 0x1a, 0x5f, 0x5d, 0x90,
- 0x93, 0xb9, 0xc4, 0x3c, 0xc7, 0xe3, 0xc7, 0x27, 0x73, 0xf9, 0x04, 0xfd, 0x6e, 0xc1, 0xbe, 0x21,
- 0x15, 0xf4, 0x76, 0x45, 0xa6, 0x8b, 0xd2, 0xab, 0x2c, 0xd4, 0x1a, 0x05, 0x7a, 0x77, 0x15, 0xaf,
- 0x43, 0xcf, 0xbd, 0xc8, 0x6b, 0xa6, 0xe0, 0x39, 0xad, 0x0f, 0xc8, 0xdf, 0x67, 0xae, 0xf5, 0xf4,
- 0xcc, 0xb5, 0xfe, 0x3d, 0x73, 0xad, 0x5f, 0xce, 0xdd, 0x9d, 0xa7, 0xe7, 0xee, 0xce, 0xb3, 0x73,
- 0x77, 0xe7, 0xe1, 0xc7, 0x21, 0x93, 0xd1, 0x74, 0xe8, 0x07, 0xc9, 0x04, 0x8b, 0x24, 0xe6, 0xd1,
- 0x23, 0x1c, 0x24, 0x9c, 0x62, 0xb9, 0x48, 0xa9, 0xc0, 0x1b, 0x3f, 0xab, 0xde, 0x2b, 0x9f, 0xa4,
- 0xc3, 0xa1, 0xad, 0xde, 0xfc, 0xdd, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0xde, 0xc2, 0x1b, 0x55,
- 0x8b, 0x09, 0x00, 0x00,
+ // 834 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xcf, 0x6f, 0xe3, 0x44,
+ 0x14, 0xae, 0xf3, 0xc3, 0x49, 0x5e, 0x77, 0xa1, 0x4c, 0xf6, 0x47, 0xd6, 0x64, 0xbd, 0xc5, 0x82,
+ 0x4d, 0x61, 0x85, 0x47, 0x0b, 0x47, 0x4e, 0x80, 0x10, 0x08, 0x21, 0x81, 0x02, 0xac, 0xc4, 0x5e,
+ 0xa2, 0x89, 0x33, 0xb5, 0xa7, 0x24, 0xb6, 0xd7, 0x33, 0x49, 0x1a, 0xad, 0x56, 0x42, 0x08, 0xc4,
+ 0x85, 0x03, 0x08, 0x0e, 0xdc, 0xe1, 0x8f, 0xe1, 0x58, 0x89, 0x4b, 0x8f, 0xa8, 0xe5, 0x0f, 0x41,
+ 0x1e, 0x4f, 0x9c, 0x71, 0x9b, 0xb8, 0x95, 0x72, 0x4a, 0xde, 0xbc, 0x2f, 0xef, 0x7d, 0xf3, 0xe6,
+ 0x7d, 0xef, 0x05, 0x7a, 0x01, 0xf3, 0x83, 0x39, 0x59, 0x60, 0x32, 0x15, 0x01, 0x0d, 0x05, 0xf3,
+ 0x88, 0x60, 0x51, 0x88, 0x67, 0x8f, 0x31, 0xa7, 0xc9, 0x8c, 0x79, 0xd4, 0x8d, 0x93, 0x48, 0x44,
+ 0xe8, 0x9e, 0x02, 0xba, 0x45, 0xa0, 0x3b, 0x7b, 0x6c, 0x75, 0xfd, 0x28, 0xf2, 0xc7, 0x14, 0x93,
+ 0x98, 0x61, 0x12, 0x86, 0x91, 0x90, 0x1e, 0x9e, 0xfd, 0xd0, 0x7a, 0x55, 0x79, 0xa5, 0x35, 0x9c,
+ 0x1e, 0x62, 0x3a, 0x89, 0xc5, 0x22, 0x73, 0x3a, 0x4f, 0xe1, 0xc6, 0x67, 0x91, 0xcf, 0xc2, 0x3e,
+ 0x7d, 0x36, 0xa5, 0x5c, 0xa0, 0x3b, 0x60, 0x46, 0x09, 0xf3, 0x59, 0xd8, 0x31, 0xf6, 0x8d, 0x83,
+ 0x56, 0x5f, 0x59, 0xe8, 0x16, 0xd4, 0xc9, 0x98, 0x11, 0xde, 0xa9, 0xc8, 0xe3, 0xcc, 0x40, 0x5d,
+ 0x68, 0x11, 0xce, 0x69, 0x92, 0xa6, 0xeb, 0x54, 0xa5, 0x67, 0x75, 0xe0, 0xfc, 0x64, 0xc0, 0x4d,
+ 0x15, 0x9c, 0xc7, 0x51, 0xc8, 0x29, 0xea, 0x40, 0x83, 0x4f, 0x3d, 0x8f, 0x72, 0x2e, 0xc3, 0x37,
+ 0xfb, 0x4b, 0x33, 0xf5, 0x4c, 0x28, 0xe7, 0xc4, 0xa7, 0x2a, 0xc3, 0xd2, 0x44, 0x7b, 0x50, 0x3d,
+ 0x9a, 0x0b, 0x15, 0x3d, 0xfd, 0x9a, 0x62, 0xc9, 0x68, 0x94, 0xa4, 0x51, 0x6a, 0x19, 0x56, 0x99,
+ 0x1a, 0xfb, 0xba, 0xce, 0xde, 0xf9, 0xd5, 0x80, 0xf6, 0x87, 0xd3, 0x24, 0xa1, 0xa1, 0xf8, 0x9a,
+ 0xd3, 0x64, 0x2b, 0x3e, 0x5a, 0xf6, 0x6a, 0x31, 0x7b, 0x5e, 0xa3, 0x9a, 0x5e, 0xa3, 0x4d, 0x9c,
+ 0xbe, 0x81, 0x9b, 0x5f, 0x90, 0x84, 0x4c, 0xf8, 0xb2, 0xf4, 0x16, 0x34, 0xe9, 0x31, 0xe3, 0x82,
+ 0x85, 0xbe, 0x62, 0x93, 0xdb, 0x5a, 0x90, 0xca, 0xfa, 0x67, 0xa9, 0x6a, 0x29, 0x9d, 0xbf, 0x2a,
+ 0xf0, 0xd2, 0x32, 0xf6, 0x16, 0x37, 0xd5, 0x09, 0x55, 0x37, 0x12, 0xaa, 0xad, 0x27, 0x54, 0xd7,
+ 0x6b, 0xa0, 0xd5, 0xcc, 0x2c, 0xd6, 0xac, 0x0b, 0x2d, 0x2f, 0x20, 0xe3, 0x31, 0x0d, 0x7d, 0xda,
+ 0x69, 0x64, 0x1d, 0x94, 0x1f, 0x20, 0x0c, 0x6d, 0x22, 0x04, 0xe5, 0x59, 0x43, 0x0f, 0xa2, 0x58,
+ 0xf6, 0x75, 0xa7, 0x29, 0x71, 0x48, 0x73, 0x7d, 0x9e, 0x79, 0xd0, 0x23, 0x78, 0x25, 0xef, 0xbf,
+ 0x1c, 0xde, 0x92, 0xf0, 0xbd, 0xdc, 0xa1, 0xc0, 0xce, 0x8f, 0x06, 0xbc, 0xdc, 0xa7, 0x3e, 0xe3,
+ 0x22, 0x6d, 0x89, 0xf2, 0xfe, 0xb7, 0xa0, 0x39, 0xe5, 0x34, 0x09, 0xc9, 0x64, 0x59, 0xa6, 0xdc,
+ 0x46, 0xfb, 0xb0, 0xab, 0x51, 0x51, 0x4f, 0xa1, 0x1f, 0x15, 0x6f, 0x59, 0xbb, 0x70, 0x4b, 0xe7,
+ 0x4f, 0x03, 0xf6, 0x56, 0x3c, 0xb6, 0x78, 0xb0, 0xbb, 0xd0, 0x10, 0xc7, 0x83, 0x80, 0xf0, 0x40,
+ 0x91, 0x30, 0xc5, 0xf1, 0x27, 0x84, 0x07, 0x25, 0x8a, 0x51, 0xea, 0xaa, 0xaf, 0xd4, 0xb5, 0xaa,
+ 0x80, 0x59, 0xe8, 0xd7, 0x1e, 0xb4, 0xfb, 0xf4, 0x30, 0xa1, 0x3c, 0xf8, 0x2a, 0xfa, 0x96, 0xe6,
+ 0x03, 0x43, 0x05, 0x30, 0xf2, 0x00, 0x8e, 0x07, 0xb7, 0x8a, 0xc0, 0xed, 0x6e, 0x14, 0xd2, 0xf9,
+ 0x60, 0x35, 0x00, 0xcc, 0x90, 0xce, 0x3f, 0x9d, 0x0b, 0xe7, 0x21, 0xa0, 0x27, 0x34, 0x61, 0x87,
+ 0x8b, 0x2b, 0xc8, 0x8c, 0xa0, 0x5d, 0xc0, 0x6d, 0xc1, 0xe5, 0x1e, 0x34, 0x19, 0x1f, 0xcc, 0xc8,
+ 0x98, 0x8d, 0x94, 0x1c, 0x1a, 0x8c, 0x3f, 0x49, 0xcd, 0x77, 0x4e, 0x4d, 0xb8, 0xfd, 0x7e, 0x61,
+ 0x2c, 0x7f, 0x99, 0xcd, 0x6e, 0xf4, 0x83, 0x01, 0x66, 0x26, 0x45, 0x74, 0xe0, 0x6e, 0x9c, 0xe0,
+ 0x6e, 0x61, 0x12, 0x58, 0x6f, 0x5e, 0x03, 0x99, 0x5d, 0xc4, 0x79, 0xe3, 0xfb, 0x7f, 0xfe, 0xfb,
+ 0xad, 0xf2, 0x00, 0xdd, 0xc7, 0xfa, 0x1e, 0xc1, 0xb1, 0x44, 0xe1, 0xe7, 0xd9, 0xdb, 0xbd, 0x40,
+ 0xdf, 0x19, 0x50, 0x97, 0xa3, 0x18, 0xf5, 0x4a, 0x62, 0xeb, 0x9b, 0xc0, 0x3a, 0xb8, 0x1a, 0xa8,
+ 0x38, 0xbc, 0x2e, 0x39, 0xd8, 0x4e, 0xb7, 0xc8, 0x61, 0x9c, 0x82, 0x56, 0x14, 0x7e, 0x36, 0xa0,
+ 0xb9, 0xec, 0x72, 0xf4, 0x56, 0x49, 0xf0, 0x0b, 0x92, 0xb4, 0x1e, 0x5d, 0x0b, 0xab, 0xb8, 0xf4,
+ 0x24, 0x97, 0xd7, 0x9c, 0x07, 0x45, 0x2e, 0x89, 0xc2, 0xad, 0xe8, 0x08, 0xd8, 0xd5, 0x36, 0x02,
+ 0xba, 0xe3, 0x66, 0x5b, 0xd2, 0x5d, 0x6e, 0x49, 0xf7, 0xa3, 0x74, 0x4b, 0x5a, 0x6e, 0x49, 0xf2,
+ 0x35, 0x1b, 0xc5, 0xb9, 0x2f, 0xf3, 0xdf, 0x45, 0xb7, 0x8b, 0xf9, 0xbd, 0x0c, 0x8a, 0xfe, 0x30,
+ 0xe0, 0x86, 0x2e, 0x0e, 0xe4, 0x96, 0x5e, 0xee, 0x92, 0xdc, 0x2c, 0x7c, 0x6d, 0x7c, 0x79, 0x41,
+ 0x8e, 0xe6, 0x02, 0x27, 0x19, 0x1e, 0x3f, 0x3f, 0x9a, 0x8b, 0x17, 0xe8, 0x77, 0x03, 0x76, 0x35,
+ 0xa9, 0xa0, 0xb7, 0x4b, 0x32, 0x5d, 0x96, 0x5e, 0x69, 0xa1, 0xd6, 0x28, 0xd0, 0x79, 0x28, 0x79,
+ 0xed, 0x3b, 0xf6, 0x65, 0x5e, 0x33, 0x09, 0xcf, 0x68, 0x7d, 0x40, 0xfe, 0x3e, 0xb3, 0x8d, 0x93,
+ 0x33, 0xdb, 0xf8, 0xf7, 0xcc, 0x36, 0x7e, 0x39, 0xb7, 0x77, 0x4e, 0xce, 0xed, 0x9d, 0xd3, 0x73,
+ 0x7b, 0xe7, 0xe9, 0xc7, 0x3e, 0x13, 0xc1, 0x74, 0xe8, 0x7a, 0xd1, 0x04, 0xf3, 0x28, 0x4c, 0x82,
+ 0x67, 0xf2, 0x03, 0x8b, 0x45, 0x4c, 0x39, 0xde, 0xf8, 0xb7, 0xea, 0xbd, 0xe2, 0x49, 0x3c, 0x1c,
+ 0x9a, 0xf2, 0xcd, 0xdf, 0xfd, 0x3f, 0x00, 0x00, 0xff, 0xff, 0xfe, 0xbe, 0xcf, 0x1c, 0x8b, 0x09,
+ 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/types/highway/database/v1/service.pb.go b/types/highway/database/v1/service.pb.go
index 29e7ee3dc..7e680c8cd 100644
--- a/types/highway/database/v1/service.pb.go
+++ b/types/highway/database/v1/service.pb.go
@@ -134,30 +134,30 @@ func init() {
func init() { proto.RegisterFile("highway/database/v1/service.proto", fileDescriptor_f6a3579db4bb4b52) }
var fileDescriptor_f6a3579db4bb4b52 = []byte{
- // 354 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0x4d, 0x4b, 0xf3, 0x40,
- 0x10, 0xc7, 0xbb, 0x29, 0x4f, 0xfb, 0x74, 0xd5, 0x56, 0x56, 0x0f, 0x21, 0x4a, 0xa8, 0xf1, 0xd2,
- 0xd3, 0xae, 0xad, 0x17, 0x69, 0x6f, 0x52, 0x41, 0x3c, 0x46, 0xbc, 0x78, 0xdb, 0xb4, 0x63, 0x12,
- 0x9a, 0x66, 0xd3, 0xec, 0x26, 0x92, 0xab, 0x9f, 0x40, 0xf0, 0x1b, 0x79, 0xf2, 0x58, 0xf0, 0xe2,
- 0x51, 0x5a, 0x3f, 0x88, 0x98, 0x17, 0x50, 0x28, 0xe2, 0x6d, 0xfe, 0xf3, 0x9f, 0x97, 0x1f, 0x33,
- 0xf8, 0xc8, 0xf3, 0x5d, 0xef, 0x9e, 0x67, 0x6c, 0xca, 0x15, 0x77, 0xb8, 0x04, 0x96, 0xf6, 0x99,
- 0x84, 0x38, 0xf5, 0x27, 0x40, 0xa3, 0x58, 0x28, 0x41, 0xf6, 0xca, 0x12, 0x5a, 0x95, 0xd0, 0xb4,
- 0x6f, 0x1c, 0xba, 0x42, 0xb8, 0x01, 0x30, 0x1e, 0xf9, 0x8c, 0x87, 0xa1, 0x50, 0x5c, 0xf9, 0x22,
- 0x94, 0x45, 0x8b, 0x71, 0x50, 0xba, 0xb9, 0x72, 0x92, 0x3b, 0x06, 0xf3, 0x48, 0x65, 0x85, 0x69,
- 0x75, 0xf0, 0xce, 0x25, 0xf0, 0x40, 0x79, 0x36, 0x2c, 0x12, 0x90, 0xca, 0x7a, 0x46, 0xb8, 0x5d,
- 0x65, 0x64, 0x24, 0x42, 0x09, 0xa4, 0x8d, 0x35, 0x31, 0xd3, 0x51, 0x17, 0xf5, 0xfe, 0xdb, 0x9a,
- 0x98, 0x11, 0x1d, 0x37, 0xe7, 0x20, 0x25, 0x77, 0x41, 0xd7, 0xba, 0xa8, 0xd7, 0xb2, 0x2b, 0x49,
- 0xae, 0x70, 0x73, 0x0a, 0x8a, 0xfb, 0x81, 0xd4, 0xeb, 0xdd, 0x7a, 0x6f, 0x6b, 0x70, 0x42, 0x37,
- 0xf0, 0xd2, 0x9f, 0xf3, 0xe9, 0xb8, 0x68, 0xb9, 0x08, 0x55, 0x9c, 0xd9, 0xd5, 0x00, 0x63, 0x88,
- 0xb7, 0xbf, 0x1b, 0x64, 0x17, 0xd7, 0x67, 0x90, 0xe5, 0x18, 0x2d, 0xfb, 0x2b, 0x24, 0xfb, 0xf8,
- 0x5f, 0xca, 0x83, 0xa4, 0xa2, 0x28, 0xc4, 0x50, 0x3b, 0x43, 0x83, 0x04, 0x77, 0xc6, 0xe5, 0xbe,
- 0xeb, 0xe2, 0x7c, 0xc4, 0xc1, 0x8d, 0x62, 0x2d, 0xb1, 0x7e, 0x65, 0xca, 0xaf, 0x60, 0x1c, 0xff,
- 0x81, 0xdb, 0xea, 0x3c, 0xbc, 0x7e, 0x3c, 0x69, 0x2d, 0xd2, 0x64, 0x5e, 0x6e, 0x9c, 0xdf, 0xbc,
- 0xac, 0x4c, 0xb4, 0x5c, 0x99, 0xe8, 0x7d, 0x65, 0xa2, 0xc7, 0xb5, 0x59, 0x5b, 0xae, 0xcd, 0xda,
- 0xdb, 0xda, 0xac, 0xdd, 0x8e, 0x5c, 0x5f, 0x79, 0x89, 0x43, 0x27, 0x62, 0xce, 0xa4, 0x08, 0x63,
- 0x6f, 0xc1, 0x26, 0x22, 0x06, 0xa6, 0xb2, 0x08, 0x24, 0xdb, 0xf0, 0xf6, 0x51, 0x15, 0x47, 0x8e,
- 0xd3, 0xc8, 0x5f, 0x75, 0xfa, 0x19, 0x00, 0x00, 0xff, 0xff, 0x4c, 0xd1, 0x1f, 0xa6, 0x1f, 0x02,
- 0x00, 0x00,
+ // 353 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xcd, 0x4a, 0xf3, 0x40,
+ 0x14, 0x86, 0x3b, 0x29, 0x5f, 0xfb, 0x75, 0xd4, 0x56, 0x46, 0x17, 0x21, 0x4a, 0xa8, 0x71, 0xd3,
+ 0xd5, 0x8c, 0xad, 0x1b, 0x69, 0x77, 0x52, 0x41, 0x5c, 0x46, 0xdc, 0xb8, 0x9b, 0xb4, 0xc7, 0x24,
+ 0x34, 0xcd, 0xa4, 0x99, 0x49, 0x24, 0x5b, 0xaf, 0x40, 0xf0, 0x8e, 0x5c, 0xb9, 0x2c, 0xb8, 0x71,
+ 0x29, 0xad, 0x17, 0x22, 0xe6, 0x07, 0x14, 0x8a, 0xb8, 0x9a, 0xf3, 0xce, 0x7b, 0x7e, 0x1e, 0xce,
+ 0xc1, 0x47, 0x9e, 0xef, 0x7a, 0xf7, 0x3c, 0x63, 0x53, 0xae, 0xb8, 0xc3, 0x25, 0xb0, 0xb4, 0xcf,
+ 0x24, 0xc4, 0xa9, 0x3f, 0x01, 0x1a, 0xc5, 0x42, 0x09, 0xb2, 0x57, 0xa6, 0xd0, 0x2a, 0x85, 0xa6,
+ 0x7d, 0xe3, 0xd0, 0x15, 0xc2, 0x0d, 0x80, 0xf1, 0xc8, 0x67, 0x3c, 0x0c, 0x85, 0xe2, 0xca, 0x17,
+ 0xa1, 0x2c, 0x4a, 0x8c, 0x83, 0xd2, 0xcd, 0x95, 0x93, 0xdc, 0x31, 0x98, 0x47, 0x2a, 0x2b, 0x4c,
+ 0xab, 0x83, 0x77, 0x2e, 0x81, 0x07, 0xca, 0xb3, 0x61, 0x91, 0x80, 0x54, 0xd6, 0x33, 0xc2, 0xed,
+ 0xea, 0x47, 0x46, 0x22, 0x94, 0x40, 0xda, 0x58, 0x13, 0x33, 0x1d, 0x75, 0x51, 0xef, 0xbf, 0xad,
+ 0x89, 0x19, 0xd1, 0x71, 0x73, 0x0e, 0x52, 0x72, 0x17, 0x74, 0xad, 0x8b, 0x7a, 0x2d, 0xbb, 0x92,
+ 0xe4, 0x0a, 0x37, 0xa7, 0xa0, 0xb8, 0x1f, 0x48, 0xbd, 0xde, 0xad, 0xf7, 0xb6, 0x06, 0x27, 0x74,
+ 0x03, 0x2f, 0xfd, 0xd9, 0x9f, 0x8e, 0x8b, 0x92, 0x8b, 0x50, 0xc5, 0x99, 0x5d, 0x35, 0x30, 0x86,
+ 0x78, 0xfb, 0xbb, 0x41, 0x76, 0x71, 0x7d, 0x06, 0x59, 0x8e, 0xd1, 0xb2, 0xbf, 0x42, 0xb2, 0x8f,
+ 0xff, 0xa5, 0x3c, 0x48, 0x2a, 0x8a, 0x42, 0x0c, 0xb5, 0x33, 0x34, 0x48, 0x70, 0x67, 0x5c, 0xce,
+ 0xbb, 0x2e, 0xd6, 0x47, 0x1c, 0xdc, 0x28, 0xc6, 0x12, 0xeb, 0x57, 0xa6, 0x7c, 0x0b, 0xc6, 0xf1,
+ 0x1f, 0xb8, 0xad, 0xce, 0xc3, 0xeb, 0xc7, 0x93, 0xd6, 0x22, 0x4d, 0xe6, 0xe5, 0xc6, 0xf9, 0xcd,
+ 0xcb, 0xca, 0x44, 0xcb, 0x95, 0x89, 0xde, 0x57, 0x26, 0x7a, 0x5c, 0x9b, 0xb5, 0xe5, 0xda, 0xac,
+ 0xbd, 0xad, 0xcd, 0xda, 0xed, 0xc8, 0xf5, 0x95, 0x97, 0x38, 0x74, 0x22, 0xe6, 0x4c, 0x8a, 0x30,
+ 0xf6, 0x16, 0xf9, 0xc3, 0x54, 0x16, 0x81, 0x64, 0x1b, 0xce, 0x3e, 0xaa, 0xe2, 0xc8, 0x71, 0x1a,
+ 0xf9, 0xa9, 0x4e, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xd7, 0xbc, 0x6a, 0xa9, 0x1f, 0x02, 0x00,
+ 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/types/highway/storage/v1/service.pb.go b/types/highway/storage/v1/service.pb.go
index 231f90696..9232f09d7 100644
--- a/types/highway/storage/v1/service.pb.go
+++ b/types/highway/storage/v1/service.pb.go
@@ -240,28 +240,27 @@ func init() {
func init() { proto.RegisterFile("highway/storage/v1/service.proto", fileDescriptor_913be91a9864b42e) }
var fileDescriptor_913be91a9864b42e = []byte{
- // 321 bytes of a gzipped FileDescriptorProto
+ // 320 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x4f, 0x4b, 0xc3, 0x30,
- 0x18, 0xc6, 0x97, 0x29, 0x13, 0x03, 0xdb, 0x24, 0x20, 0x8c, 0x21, 0x61, 0xeb, 0x2e, 0x9e, 0x12,
- 0xa6, 0x20, 0x88, 0x37, 0x1d, 0x88, 0x37, 0x59, 0x6f, 0xde, 0xd2, 0x34, 0xb6, 0x01, 0x6d, 0xba,
+ 0x18, 0xc6, 0x9b, 0x29, 0x13, 0x03, 0xdb, 0x24, 0x20, 0x8c, 0x22, 0x61, 0xeb, 0x2e, 0x9e, 0x12,
+ 0xa6, 0x20, 0x88, 0x37, 0x1d, 0x88, 0x37, 0x59, 0x6f, 0xde, 0xd2, 0x36, 0xb6, 0x01, 0x6d, 0xba,
0x26, 0xad, 0x0c, 0xf1, 0xe2, 0x27, 0x10, 0xfc, 0x52, 0x1e, 0x07, 0x5e, 0x3c, 0x4a, 0xeb, 0x07,
- 0x91, 0xfe, 0x51, 0x28, 0xdd, 0x76, 0x7b, 0x29, 0xbf, 0xe7, 0x7d, 0xde, 0xe7, 0x69, 0xe0, 0xc8,
- 0x97, 0x9e, 0xff, 0xc4, 0x96, 0x54, 0x1b, 0x15, 0x31, 0x4f, 0xd0, 0x64, 0x4a, 0xb5, 0x88, 0x12,
- 0xc9, 0x05, 0x09, 0x23, 0x65, 0x14, 0x42, 0x15, 0x41, 0x2a, 0x82, 0x24, 0xd3, 0xe1, 0x91, 0xa7,
- 0x94, 0xf7, 0x20, 0x28, 0x0b, 0x25, 0x65, 0x41, 0xa0, 0x0c, 0x33, 0x52, 0x05, 0xba, 0x54, 0x58,
- 0x63, 0xd8, 0xbd, 0x16, 0xe6, 0xea, 0x66, 0x36, 0x17, 0x8b, 0x58, 0x68, 0x83, 0x0e, 0xe0, 0x0e,
- 0x97, 0xee, 0x00, 0x8c, 0xc0, 0xf1, 0xfe, 0x3c, 0x1f, 0xad, 0x33, 0xd8, 0xfb, 0x43, 0x74, 0xa8,
- 0x02, 0x2d, 0x9a, 0x0c, 0x42, 0x70, 0xd7, 0x65, 0x86, 0x0d, 0xda, 0xc5, 0xa7, 0x62, 0xce, 0x75,
- 0xb7, 0xb1, 0x99, 0x31, 0xc3, 0x36, 0xee, 0x5e, 0xab, 0x9b, 0xc0, 0xfe, 0xbf, 0x6e, 0x93, 0xe1,
- 0x49, 0x06, 0x60, 0xcf, 0x2e, 0x43, 0xda, 0x65, 0x05, 0xe8, 0x1e, 0x76, 0xca, 0x3b, 0xd1, 0x98,
- 0x34, 0x7b, 0x20, 0xb5, 0x98, 0x43, 0x6b, 0x1b, 0x52, 0xba, 0x5a, 0x87, 0xaf, 0x9f, 0x3f, 0xef,
- 0xed, 0x3e, 0xea, 0xe6, 0x45, 0x73, 0xe9, 0xd2, 0x67, 0x2e, 0xdd, 0x17, 0x24, 0xe1, 0x5e, 0x75,
- 0x1f, 0x5a, 0xbb, 0xa5, 0x1e, 0x7a, 0x38, 0xd9, 0xca, 0xd4, 0xad, 0xac, 0xba, 0xd5, 0xa5, 0xfd,
- 0x91, 0x62, 0xb0, 0x4a, 0x31, 0xf8, 0x4e, 0x31, 0x78, 0xcb, 0x70, 0x6b, 0x95, 0xe1, 0xd6, 0x57,
- 0x86, 0x5b, 0x77, 0xe7, 0x9e, 0x34, 0x7e, 0xec, 0x10, 0xae, 0x1e, 0xa9, 0x56, 0x41, 0xe4, 0x2f,
- 0x28, 0x57, 0x91, 0xa0, 0x66, 0x19, 0x0a, 0x4d, 0x9b, 0x0f, 0xe5, 0xa2, 0x1a, 0x43, 0xc7, 0xe9,
- 0x14, 0x7f, 0xfe, 0xf4, 0x37, 0x00, 0x00, 0xff, 0xff, 0xe2, 0x0d, 0x80, 0xb4, 0x4f, 0x02, 0x00,
- 0x00,
+ 0x91, 0xfe, 0x51, 0x28, 0xdd, 0x76, 0xca, 0x4b, 0xf8, 0x3d, 0xef, 0xf3, 0xbe, 0x4f, 0x02, 0x47,
+ 0x81, 0xf0, 0x83, 0x27, 0xb6, 0xa4, 0x4a, 0xcb, 0x98, 0xf9, 0x9c, 0xa6, 0x53, 0xaa, 0x78, 0x9c,
+ 0x0a, 0x97, 0x93, 0x28, 0x96, 0x5a, 0x22, 0x54, 0x13, 0xa4, 0x26, 0x48, 0x3a, 0x35, 0x8f, 0x7c,
+ 0x29, 0xfd, 0x07, 0x4e, 0x59, 0x24, 0x28, 0x0b, 0x43, 0xa9, 0x99, 0x16, 0x32, 0x54, 0x95, 0xc2,
+ 0x1a, 0xc3, 0xde, 0x35, 0xd7, 0x57, 0x37, 0xb3, 0x39, 0x5f, 0x24, 0x5c, 0x69, 0x74, 0x00, 0x77,
+ 0x5c, 0xe1, 0x0d, 0xc1, 0x08, 0x1c, 0xef, 0xcf, 0x8b, 0xd2, 0x3a, 0x83, 0xfd, 0x3f, 0x44, 0x45,
+ 0x32, 0x54, 0xbc, 0xcd, 0x20, 0x04, 0x77, 0x3d, 0xa6, 0xd9, 0xb0, 0x53, 0x5e, 0x95, 0x75, 0xa1,
+ 0xbb, 0x4d, 0xf4, 0x8c, 0x69, 0xb6, 0xb1, 0xf7, 0x5a, 0xdd, 0x04, 0x0e, 0xfe, 0x75, 0x9b, 0x0c,
+ 0x4f, 0x72, 0x00, 0xfb, 0x76, 0xb5, 0xa4, 0x5d, 0x45, 0x80, 0xee, 0x61, 0xb7, 0x9a, 0x13, 0x8d,
+ 0x49, 0x3b, 0x07, 0xd2, 0x58, 0xd3, 0xb4, 0xb6, 0x21, 0x95, 0xab, 0x75, 0xf8, 0xfa, 0xf9, 0xf3,
+ 0xde, 0x19, 0xa0, 0x5e, 0x11, 0xb4, 0x2b, 0x3c, 0xfa, 0xec, 0x0a, 0xef, 0x05, 0x09, 0xb8, 0x57,
+ 0xcf, 0x87, 0xd6, 0x76, 0x69, 0x2e, 0x6d, 0x4e, 0xb6, 0x32, 0x4d, 0x2b, 0xab, 0x69, 0x75, 0x69,
+ 0x7f, 0x64, 0x18, 0xac, 0x32, 0x0c, 0xbe, 0x33, 0x0c, 0xde, 0x72, 0x6c, 0xac, 0x72, 0x6c, 0x7c,
+ 0xe5, 0xd8, 0xb8, 0x3b, 0xf7, 0x85, 0x0e, 0x12, 0x87, 0xb8, 0xf2, 0x91, 0x2a, 0x19, 0xc6, 0xc1,
+ 0xa2, 0x3c, 0xa8, 0x5e, 0x46, 0x5c, 0xd1, 0xf6, 0x47, 0xb9, 0xa8, 0xcb, 0xc8, 0x71, 0xba, 0xe5,
+ 0xcb, 0x9f, 0xfe, 0x06, 0x00, 0x00, 0xff, 0xff, 0x20, 0xd8, 0x8c, 0x4a, 0x4f, 0x02, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/types/highway/wallet/v1/service.pb.go b/types/highway/wallet/v1/service.pb.go
index e60413712..4ff67e8a3 100644
--- a/types/highway/wallet/v1/service.pb.go
+++ b/types/highway/wallet/v1/service.pb.go
@@ -8,7 +8,7 @@ import (
fmt "fmt"
grpc1 "github.com/cosmos/gogoproto/grpc"
proto "github.com/cosmos/gogoproto/proto"
- crypto "github.com/sonrhq/core/types/crypto"
+ crypto "github.com/sonrhq/sonr/types/crypto"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -795,31 +795,31 @@ func init() {
func init() { proto.RegisterFile("highway/wallet/v1/service.proto", fileDescriptor_6b44f8b21811e31c) }
var fileDescriptor_6b44f8b21811e31c = []byte{
- // 746 bytes of a gzipped FileDescriptorProto
+ // 745 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xcf, 0x4f, 0xdb, 0x48,
0x14, 0xc6, 0x24, 0xb0, 0xc9, 0x5b, 0x58, 0x60, 0x08, 0x60, 0x59, 0xac, 0x61, 0x47, 0x40, 0xc2,
0x1e, 0x6c, 0xc1, 0xae, 0x76, 0x0f, 0x7b, 0x58, 0x01, 0xaa, 0x7a, 0x69, 0x0f, 0x0d, 0x15, 0x95,
0xb8, 0x44, 0x8e, 0x33, 0x71, 0xdc, 0x26, 0x33, 0xc6, 0x33, 0x49, 0x88, 0x54, 0x09, 0x89, 0x4a,
0xbd, 0xb4, 0x87, 0x56, 0xfd, 0x3f, 0x2a, 0xf5, 0x5f, 0xe8, 0xa9, 0x47, 0xa4, 0x5e, 0x7a, 0xac,
- 0xa0, 0x7f, 0x48, 0xe5, 0xb1, 0x0d, 0xf9, 0x61, 0x94, 0x88, 0xf4, 0xd0, 0xdb, 0xbc, 0xf7, 0x3e,
- 0xbf, 0xf7, 0xbd, 0x38, 0xdf, 0x37, 0x86, 0xb5, 0x9a, 0xeb, 0xd4, 0xda, 0x56, 0xc7, 0x6c, 0x5b,
- 0xf5, 0x3a, 0x11, 0x66, 0x6b, 0xc7, 0xe4, 0xc4, 0x6f, 0xb9, 0x36, 0x31, 0x3c, 0x9f, 0x09, 0x86,
- 0x16, 0x22, 0x80, 0x11, 0x02, 0x8c, 0xd6, 0x8e, 0xa6, 0xda, 0xac, 0xd1, 0x60, 0xd4, 0xb4, 0xfd,
- 0x8e, 0x27, 0x98, 0x69, 0x33, 0x97, 0x86, 0x60, 0x6d, 0xd5, 0x61, 0xcc, 0xa9, 0x13, 0xd3, 0xf2,
- 0x5c, 0xd3, 0xa2, 0x94, 0x09, 0x4b, 0xb8, 0x8c, 0xf2, 0xb0, 0x8a, 0x5f, 0x2b, 0x90, 0x3b, 0xf0,
- 0x89, 0x25, 0xc8, 0x9e, 0x6d, 0xb3, 0x26, 0x15, 0x45, 0x72, 0xd2, 0x24, 0x5c, 0xa0, 0x79, 0x48,
- 0x3d, 0x6d, 0x0b, 0x55, 0x59, 0x57, 0x0a, 0xd9, 0x62, 0x70, 0x44, 0x08, 0xd2, 0xd4, 0x6a, 0x10,
- 0x75, 0x52, 0xa6, 0xe4, 0x19, 0xfd, 0x0d, 0xd9, 0x60, 0x54, 0x49, 0x74, 0x3c, 0xa2, 0xa6, 0xd6,
- 0x95, 0xc2, 0x6f, 0xbb, 0x2b, 0x46, 0x48, 0xc5, 0x08, 0xa9, 0x18, 0x07, 0xcc, 0xa5, 0x8f, 0x3b,
- 0x1e, 0x29, 0x66, 0xec, 0xe8, 0x84, 0x54, 0xf8, 0x85, 0x12, 0xd1, 0x66, 0xfe, 0x33, 0x35, 0x2d,
- 0x9b, 0xc5, 0x21, 0xfe, 0xa0, 0xc0, 0x52, 0x1f, 0x1d, 0xee, 0x31, 0xca, 0xe5, 0x33, 0xbc, 0x69,
- 0xdb, 0x84, 0x73, 0xc9, 0x29, 0x53, 0x8c, 0xc3, 0xa0, 0xd2, 0x20, 0x9c, 0x5b, 0x4e, 0x4c, 0x2d,
- 0x0e, 0x83, 0x8a, 0x55, 0xa9, 0xf8, 0xc1, 0x33, 0xa9, 0xb0, 0x12, 0x85, 0xbd, 0xbc, 0xd3, 0xa3,
- 0xf2, 0xce, 0xc1, 0x14, 0x6b, 0x53, 0xe2, 0xab, 0x53, 0xb2, 0x5b, 0x18, 0xe0, 0xff, 0x61, 0xe1,
- 0x3e, 0x11, 0x43, 0x7f, 0xbe, 0x2e, 0x32, 0x93, 0x3d, 0x64, 0xf0, 0x7b, 0x05, 0x50, 0x77, 0x87,
- 0x9f, 0x7e, 0xe3, 0x3c, 0x2c, 0x3e, 0x70, 0x79, 0x4c, 0x98, 0xdf, 0xba, 0x33, 0xae, 0x42, 0xae,
- 0x17, 0x38, 0xc6, 0x6a, 0x1a, 0x64, 0xac, 0xa8, 0x8f, 0x9a, 0x5a, 0x4f, 0x15, 0xb2, 0xc5, 0xeb,
- 0x18, 0x1f, 0x03, 0x3a, 0x74, 0x1d, 0xfa, 0x30, 0x84, 0xde, 0xe1, 0x1d, 0x74, 0xcf, 0x0d, 0x7e,
+ 0xa0, 0x7f, 0x48, 0xe5, 0xb1, 0x0d, 0xf9, 0x61, 0x94, 0x88, 0xf4, 0xd0, 0x53, 0xe6, 0xbd, 0xf7,
+ 0xf9, 0xbd, 0xef, 0xd9, 0xf9, 0x3e, 0x1b, 0xd6, 0x6a, 0xae, 0x53, 0x6b, 0x5b, 0x1d, 0xb3, 0x6d,
+ 0xd5, 0xeb, 0x44, 0x98, 0xad, 0x1d, 0x93, 0x13, 0xbf, 0xe5, 0xda, 0xc4, 0xf0, 0x7c, 0x26, 0x18,
+ 0x5a, 0x88, 0x00, 0x46, 0x08, 0x30, 0x5a, 0x3b, 0x9a, 0x6a, 0xb3, 0x46, 0x83, 0x51, 0xd3, 0xf6,
+ 0x3b, 0x9e, 0x60, 0xa6, 0xcd, 0x5c, 0x1a, 0x82, 0xb5, 0x55, 0x87, 0x31, 0xa7, 0x4e, 0x4c, 0xcb,
+ 0x73, 0x4d, 0x8b, 0x52, 0x26, 0x2c, 0xe1, 0x32, 0xca, 0xc3, 0x2a, 0x7e, 0xad, 0x40, 0xee, 0xc0,
+ 0x27, 0x96, 0x20, 0x7b, 0xb6, 0xcd, 0x9a, 0x54, 0x14, 0xc9, 0x49, 0x93, 0x70, 0x81, 0xe6, 0x21,
+ 0xf5, 0xb4, 0x2d, 0x54, 0x65, 0x5d, 0x29, 0x64, 0x8b, 0xc1, 0x11, 0x21, 0x48, 0x53, 0xab, 0x41,
+ 0xd4, 0x49, 0x99, 0x92, 0x67, 0xf4, 0x37, 0x64, 0x83, 0x51, 0x25, 0xd1, 0xf1, 0x88, 0x9a, 0x5a,
+ 0x57, 0x0a, 0xbf, 0xed, 0xae, 0x18, 0x21, 0x15, 0x23, 0xa4, 0x62, 0x1c, 0x30, 0x97, 0x3e, 0xee,
+ 0x78, 0xa4, 0x98, 0xb1, 0xa3, 0x13, 0x52, 0xe1, 0x17, 0x4a, 0x44, 0x9b, 0xf9, 0xcf, 0xd4, 0xb4,
+ 0x6c, 0x16, 0x87, 0xf8, 0x83, 0x02, 0x4b, 0x7d, 0x74, 0xb8, 0xc7, 0x28, 0x97, 0xd7, 0xf0, 0xa6,
+ 0x6d, 0x13, 0xce, 0x25, 0xa7, 0x4c, 0x31, 0x0e, 0x83, 0x4a, 0x83, 0x70, 0x6e, 0x39, 0x31, 0xb5,
+ 0x38, 0x0c, 0x2a, 0x56, 0xa5, 0xe2, 0x07, 0xd7, 0xa4, 0xc2, 0x4a, 0x14, 0xf6, 0xf2, 0x4e, 0x8f,
+ 0xca, 0x3b, 0x07, 0x53, 0xac, 0x4d, 0x89, 0xaf, 0x4e, 0xc9, 0x6e, 0x61, 0x80, 0xff, 0x87, 0x85,
+ 0xfb, 0x44, 0x0c, 0xbd, 0x7d, 0x5d, 0x64, 0x26, 0x7b, 0xc8, 0xe0, 0xf7, 0x0a, 0xa0, 0xee, 0x0e,
+ 0x3f, 0xfd, 0xc6, 0x79, 0x58, 0x7c, 0xe0, 0xf2, 0x98, 0x30, 0xbf, 0x75, 0x67, 0x5c, 0x85, 0x5c,
+ 0x2f, 0x70, 0x8c, 0xd5, 0x34, 0xc8, 0x58, 0x51, 0x1f, 0x35, 0xb5, 0x9e, 0x2a, 0x64, 0x8b, 0xd7,
+ 0x31, 0x3e, 0x06, 0x74, 0xe8, 0x3a, 0xf4, 0x61, 0x08, 0xbd, 0xc3, 0x33, 0xe8, 0x9e, 0x1b, 0xdc,
0xb8, 0x99, 0xeb, 0xb9, 0xd8, 0x81, 0xc5, 0x9e, 0xde, 0x63, 0xac, 0xb0, 0x0a, 0x59, 0xee, 0x3a,
0xd4, 0x12, 0x4d, 0x3f, 0x1e, 0x73, 0x93, 0xc0, 0xcf, 0x61, 0xf9, 0x88, 0xf8, 0x6e, 0xb5, 0x73,
0x18, 0xa7, 0x7e, 0xe8, 0x22, 0xbd, 0xd3, 0xd3, 0xfd, 0xd3, 0x4f, 0x61, 0x65, 0x60, 0xfa, 0x18,
@@ -829,20 +829,20 @@ var fileDescriptor_6b44f8b21811e31c = []byte{
0x54, 0x4a, 0xa1, 0xc3, 0x96, 0xca, 0xcd, 0x6a, 0x95, 0xf8, 0x91, 0xa6, 0x96, 0xae, 0xcb, 0xe1,
0xb4, 0x7d, 0x59, 0xdc, 0xfd, 0x38, 0x0d, 0xb3, 0x61, 0xe2, 0x30, 0x74, 0x6b, 0xf4, 0x4a, 0x81,
0xd9, 0x1e, 0x37, 0x43, 0x79, 0x63, 0xc0, 0xba, 0x8d, 0x24, 0xfb, 0xd5, 0x0a, 0xc3, 0x81, 0xe1,
- 0x8a, 0x38, 0x7f, 0xfe, 0xf9, 0xdb, 0xbb, 0xc9, 0x3f, 0xf0, 0x9a, 0xd9, 0x77, 0x6d, 0xc4, 0xea,
- 0x30, 0x6d, 0xf9, 0x1c, 0x3a, 0x03, 0xb8, 0x71, 0x19, 0xb4, 0x91, 0x30, 0x60, 0xc0, 0xc6, 0xb4,
- 0xcd, 0x21, 0xa8, 0x88, 0xc3, 0x86, 0xe4, 0xa0, 0xe3, 0xd5, 0x5b, 0x39, 0x38, 0x44, 0xa0, 0x97,
- 0x0a, 0xcc, 0x74, 0xdb, 0x01, 0xda, 0x4a, 0xe8, 0x9e, 0x60, 0x2c, 0x5a, 0x7e, 0x28, 0x2e, 0xe2,
- 0xb1, 0x29, 0x79, 0xac, 0xe1, 0xdf, 0x6f, 0xe5, 0x51, 0x77, 0xb9, 0x40, 0x2f, 0x14, 0xf8, 0xb5,
- 0x4b, 0xd3, 0x28, 0x69, 0xcb, 0x41, 0x3f, 0xd1, 0xb6, 0x86, 0xc1, 0x46, 0x66, 0x11, 0xc8, 0x0e,
- 0xbd, 0x55, 0x60, 0xae, 0x4f, 0x72, 0x68, 0x3b, 0x61, 0x44, 0xb2, 0x29, 0x68, 0x7f, 0x8e, 0x02,
- 0x1d, 0xf9, 0x3f, 0x22, 0x45, 0xda, 0x41, 0x67, 0x30, 0xd3, 0xad, 0xa3, 0xc4, 0x37, 0x94, 0x20,
- 0xd6, 0xc4, 0x37, 0x94, 0x24, 0x48, 0xac, 0x4b, 0x26, 0x2a, 0x5e, 0xee, 0x67, 0x42, 0x24, 0x7a,
- 0xff, 0xd1, 0xa7, 0x4b, 0x5d, 0xb9, 0xb8, 0xd4, 0x95, 0xaf, 0x97, 0xba, 0xf2, 0xe6, 0x4a, 0x9f,
- 0xb8, 0xb8, 0xd2, 0x27, 0xbe, 0x5c, 0xe9, 0x13, 0xc7, 0xff, 0x3a, 0xae, 0xa8, 0x35, 0xcb, 0xc1,
- 0x9d, 0x65, 0x72, 0x46, 0xfd, 0xda, 0x89, 0x69, 0x33, 0x9f, 0x98, 0xc1, 0x85, 0xc6, 0xcd, 0x81,
- 0x4f, 0xa6, 0xff, 0xc2, 0x93, 0x57, 0x2e, 0x4f, 0xcb, 0x2f, 0x9d, 0xbf, 0xbe, 0x07, 0x00, 0x00,
- 0xff, 0xff, 0xb9, 0xe8, 0x8a, 0x83, 0x57, 0x09, 0x00, 0x00,
+ 0x8a, 0x38, 0x7f, 0xfe, 0xf9, 0xdb, 0xbb, 0xc9, 0x3f, 0xf0, 0x9a, 0xd9, 0xf7, 0xda, 0x88, 0xd5,
+ 0x61, 0xda, 0xf2, 0x3a, 0x74, 0x06, 0x70, 0xe3, 0x32, 0x68, 0x23, 0x61, 0xc0, 0x80, 0x8d, 0x69,
+ 0x9b, 0x43, 0x50, 0x11, 0x87, 0x0d, 0xc9, 0x41, 0xc7, 0xab, 0xb7, 0x72, 0x70, 0x88, 0x40, 0x2f,
+ 0x15, 0x98, 0xe9, 0xb6, 0x03, 0xb4, 0x95, 0xd0, 0x3d, 0xc1, 0x58, 0xb4, 0xfc, 0x50, 0x5c, 0xc4,
+ 0x63, 0x53, 0xf2, 0x58, 0xc3, 0xbf, 0xdf, 0xca, 0xa3, 0xee, 0x72, 0x81, 0x5e, 0x28, 0xf0, 0x6b,
+ 0x97, 0xa6, 0x51, 0xd2, 0x96, 0x83, 0x7e, 0xa2, 0x6d, 0x0d, 0x83, 0x8d, 0xcc, 0x22, 0x90, 0x1d,
+ 0x7a, 0xab, 0xc0, 0x5c, 0x9f, 0xe4, 0xd0, 0x76, 0xc2, 0x88, 0x64, 0x53, 0xd0, 0xfe, 0x1c, 0x05,
+ 0x3a, 0xf2, 0x7f, 0x44, 0x8a, 0xb4, 0x83, 0xce, 0x60, 0xa6, 0x5b, 0x47, 0x89, 0x4f, 0x28, 0x41,
+ 0xac, 0x89, 0x4f, 0x28, 0x49, 0x90, 0x58, 0x97, 0x4c, 0x54, 0xbc, 0xdc, 0xcf, 0x84, 0x48, 0xf4,
+ 0xfe, 0xa3, 0x4f, 0x97, 0xba, 0x72, 0x71, 0xa9, 0x2b, 0x5f, 0x2f, 0x75, 0xe5, 0xcd, 0x95, 0x3e,
+ 0x71, 0x71, 0xa5, 0x4f, 0x7c, 0xb9, 0xd2, 0x27, 0x8e, 0xff, 0x75, 0x5c, 0x51, 0x6b, 0x96, 0x83,
+ 0x77, 0x96, 0xc9, 0x19, 0xf5, 0x6b, 0x27, 0xf2, 0xc7, 0x0c, 0x5e, 0x68, 0xdc, 0x1c, 0xf8, 0x64,
+ 0xfa, 0x2f, 0x3c, 0x79, 0xe5, 0xf2, 0xb4, 0xfc, 0xd2, 0xf9, 0xeb, 0x7b, 0x00, 0x00, 0x00, 0xff,
+ 0xff, 0x11, 0xaa, 0x15, 0x40, 0x57, 0x09, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/types/webauthn/credential.go b/types/webauthn/credential.go
index c26ae1f60..61f3f4e66 100644
--- a/types/webauthn/credential.go
+++ b/types/webauthn/credential.go
@@ -11,8 +11,8 @@ import (
"github.com/go-webauthn/webauthn/protocol"
"github.com/go-webauthn/webauthn/protocol/webauthncose"
- "github.com/sonrhq/core/internal/crypto"
- idtypes "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/internal/crypto"
+ idtypes "github.com/sonrhq/sonr/x/identity/types"
"github.com/yoseplee/vrf"
)
diff --git a/types/webauthn/credential.pb.go b/types/webauthn/credential.pb.go
index 1e646c9b3..5e66f9acd 100644
--- a/types/webauthn/credential.pb.go
+++ b/types/webauthn/credential.pb.go
@@ -198,28 +198,28 @@ func init() {
func init() { proto.RegisterFile("common/webauthn/credential.proto", fileDescriptor_9642ee7a70a978ce) }
var fileDescriptor_9642ee7a70a978ce = []byte{
- // 322 bytes of a gzipped FileDescriptorProto
+ // 321 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x91, 0xb1, 0x4e, 0xeb, 0x30,
0x14, 0x86, 0xeb, 0xf6, 0xde, 0x4a, 0x39, 0x50, 0x8a, 0x3c, 0xa0, 0x0c, 0x60, 0x45, 0x95, 0x90,
0xc2, 0x92, 0x48, 0xf0, 0x00, 0x08, 0xca, 0xc6, 0x16, 0x31, 0xb1, 0x54, 0x8e, 0x6b, 0x1a, 0x8b,
0xd4, 0x0e, 0xce, 0x89, 0x50, 0xde, 0x82, 0xc7, 0x62, 0xec, 0xc8, 0x88, 0xda, 0x8d, 0xa7, 0x40,
- 0x4e, 0x4b, 0x48, 0x19, 0xfd, 0xe9, 0x3f, 0xf2, 0xff, 0x9d, 0x03, 0x81, 0x30, 0xcb, 0xa5, 0xd1,
- 0xf1, 0xab, 0x4c, 0x79, 0x85, 0x99, 0x8e, 0x85, 0x95, 0x73, 0xa9, 0x51, 0xf1, 0x3c, 0x2a, 0xac,
- 0x41, 0x43, 0xc7, 0xdb, 0x44, 0xf4, 0x93, 0x98, 0x7c, 0x11, 0x80, 0x69, 0x9b, 0xa2, 0x47, 0xd0,
- 0x57, 0x73, 0x9f, 0x04, 0x24, 0x3c, 0x4c, 0xfa, 0x6a, 0x4e, 0xcf, 0x00, 0x8a, 0x2a, 0xcd, 0x95,
- 0x98, 0x3d, 0xcb, 0xda, 0xef, 0x37, 0xdc, 0xdb, 0x92, 0x7b, 0x59, 0xd3, 0x0b, 0x38, 0xe6, 0x88,
- 0xb2, 0x44, 0x8e, 0xca, 0xe8, 0x19, 0xd6, 0x85, 0xf4, 0x07, 0x01, 0x09, 0xbd, 0x64, 0xdc, 0xe1,
- 0x0f, 0x75, 0x21, 0xe9, 0x29, 0x78, 0x68, 0xb9, 0x2e, 0x0b, 0x63, 0xd1, 0xff, 0x17, 0x0c, 0x42,
- 0x2f, 0xf9, 0x05, 0xf4, 0x0e, 0x46, 0xae, 0x8f, 0x6b, 0x21, 0x38, 0x1a, 0xeb, 0xff, 0x0f, 0x48,
- 0x78, 0x70, 0xc9, 0xa2, 0x3f, 0x7d, 0xa3, 0x9b, 0x6e, 0x2a, 0xd9, 0x1f, 0xa2, 0x0c, 0x40, 0x18,
- 0x8d, 0xd6, 0xe4, 0xb9, 0xb4, 0xfe, 0xb0, 0x29, 0xd2, 0x21, 0x93, 0x27, 0x18, 0xed, 0xcd, 0xd3,
- 0x13, 0x18, 0x72, 0xbe, 0xa8, 0x5a, 0xe5, 0xdd, 0xcb, 0x69, 0x97, 0x6a, 0xa1, 0x67, 0xc2, 0x54,
- 0x1a, 0x1b, 0xed, 0x51, 0xe2, 0x39, 0x32, 0x75, 0xc0, 0xfd, 0xc3, 0x11, 0xb9, 0xc8, 0x96, 0x52,
- 0xe3, 0x4e, 0xb8, 0x43, 0x6e, 0xaf, 0xdf, 0xd7, 0x8c, 0xac, 0xd6, 0x8c, 0x7c, 0xae, 0x19, 0x79,
- 0xdb, 0xb0, 0xde, 0x6a, 0xc3, 0x7a, 0x1f, 0x1b, 0xd6, 0x7b, 0x3c, 0x5f, 0x28, 0xcc, 0xaa, 0xd4,
- 0x69, 0xc5, 0xa5, 0xd1, 0x36, 0x7b, 0x89, 0x85, 0xb1, 0x32, 0x76, 0x9b, 0x2b, 0xdb, 0xbb, 0xa5,
- 0xc3, 0xe6, 0x5a, 0x57, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xb0, 0x9d, 0xa5, 0x07, 0xd1, 0x01,
- 0x00, 0x00,
+ 0x4e, 0x4b, 0x48, 0x99, 0x2c, 0x7f, 0xfa, 0x8f, 0xfc, 0x7f, 0x3e, 0x10, 0x08, 0xb3, 0x5c, 0x1a,
+ 0x1d, 0xbf, 0xca, 0x94, 0x57, 0x98, 0xe9, 0x58, 0x58, 0x39, 0x97, 0x1a, 0x15, 0xcf, 0xa3, 0xc2,
+ 0x1a, 0x34, 0x74, 0xbc, 0x4d, 0x44, 0x3f, 0x89, 0xc9, 0x17, 0x01, 0x98, 0xb6, 0x29, 0x7a, 0x04,
+ 0x7d, 0x35, 0xf7, 0x49, 0x40, 0xc2, 0xc3, 0xa4, 0xaf, 0xe6, 0xf4, 0x0c, 0xa0, 0xa8, 0xd2, 0x5c,
+ 0x89, 0xd9, 0xb3, 0xac, 0xfd, 0x7e, 0xc3, 0xbd, 0x2d, 0xb9, 0x97, 0x35, 0xbd, 0x80, 0x63, 0x8e,
+ 0x28, 0x4b, 0xe4, 0xa8, 0x8c, 0x9e, 0x61, 0x5d, 0x48, 0x7f, 0x10, 0x90, 0xd0, 0x4b, 0xc6, 0x1d,
+ 0xfe, 0x50, 0x17, 0x92, 0x9e, 0x82, 0x87, 0x96, 0xeb, 0xb2, 0x30, 0x16, 0xfd, 0x7f, 0xc1, 0x20,
+ 0xf4, 0x92, 0x5f, 0x40, 0xef, 0x60, 0xe4, 0xfa, 0xb8, 0x16, 0x82, 0xa3, 0xb1, 0xfe, 0xff, 0x80,
+ 0x84, 0x07, 0x97, 0x2c, 0xfa, 0xd3, 0x37, 0xba, 0xe9, 0xa6, 0x92, 0xfd, 0x21, 0xca, 0x00, 0x84,
+ 0xd1, 0x68, 0x4d, 0x9e, 0x4b, 0xeb, 0x0f, 0x9b, 0x22, 0x1d, 0x32, 0x79, 0x82, 0xd1, 0xde, 0x3c,
+ 0x3d, 0x81, 0x21, 0xe7, 0x8b, 0xaa, 0x55, 0xde, 0xdd, 0x9c, 0x76, 0xa9, 0x16, 0x7a, 0x26, 0x4c,
+ 0xa5, 0xb1, 0xd1, 0x1e, 0x25, 0x9e, 0x23, 0x53, 0x07, 0xdc, 0x3b, 0x1c, 0x91, 0x8b, 0x6c, 0x29,
+ 0x35, 0xee, 0x84, 0x3b, 0xe4, 0xf6, 0xfa, 0x7d, 0xcd, 0xc8, 0x6a, 0xcd, 0xc8, 0xe7, 0x9a, 0x91,
+ 0xb7, 0x0d, 0xeb, 0xad, 0x36, 0xac, 0xf7, 0xb1, 0x61, 0xbd, 0xc7, 0xf3, 0x85, 0xc2, 0xac, 0x4a,
+ 0x9d, 0x56, 0x5c, 0x1a, 0x6d, 0xb3, 0x97, 0xe6, 0x88, 0xdd, 0xcf, 0x95, 0xed, 0xde, 0xd2, 0x61,
+ 0xb3, 0xad, 0xab, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8d, 0x80, 0x03, 0x98, 0xd1, 0x01, 0x00,
+ 0x00,
}
func (m *Credential) Marshal() (dAtA []byte, err error) {
diff --git a/types/webauthn/webauthn.go b/types/webauthn/webauthn.go
index 08be774e7..315111744 100644
--- a/types/webauthn/webauthn.go
+++ b/types/webauthn/webauthn.go
@@ -7,7 +7,7 @@ import (
"github.com/go-webauthn/webauthn/protocol"
"github.com/shengdoushi/base58"
- "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/sonr/internal/crypto"
)
// PublicKeyMultibase returns the public key in multibase format
diff --git a/x/domain/client/cli/query.go b/x/domain/client/cli/query.go
index d877e1003..da318c84f 100644
--- a/x/domain/client/cli/query.go
+++ b/x/domain/client/cli/query.go
@@ -10,7 +10,7 @@ import (
// "github.com/cosmos/cosmos-sdk/client/flags"
// sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
)
// GetQueryCmd returns the cli query commands for this module
diff --git a/x/domain/client/cli/query_params.go b/x/domain/client/cli/query_params.go
index c6d0e4d1b..2207aa189 100644
--- a/x/domain/client/cli/query_params.go
+++ b/x/domain/client/cli/query_params.go
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/spf13/cobra"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
)
func CmdQueryParams() *cobra.Command {
diff --git a/x/domain/client/cli/query_username_records.go b/x/domain/client/cli/query_username_records.go
index 8860e3ff1..967d3bb04 100644
--- a/x/domain/client/cli/query_username_records.go
+++ b/x/domain/client/cli/query_username_records.go
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/spf13/cobra"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
)
func CmdListUsernameRecords() *cobra.Command {
diff --git a/x/domain/client/cli/tx.go b/x/domain/client/cli/tx.go
index abb94d47b..dcf447065 100644
--- a/x/domain/client/cli/tx.go
+++ b/x/domain/client/cli/tx.go
@@ -8,7 +8,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
// "github.com/cosmos/cosmos-sdk/client/flags"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
)
var (
diff --git a/x/domain/client/cli/tx_username_records.go b/x/domain/client/cli/tx_username_records.go
index 510c6cfd5..b32a19c93 100644
--- a/x/domain/client/cli/tx_username_records.go
+++ b/x/domain/client/cli/tx_username_records.go
@@ -4,7 +4,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/client/tx"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
"github.com/spf13/cobra"
)
diff --git a/x/domain/client/proxy/query.go b/x/domain/client/proxy/query.go
index 4d2edd4d9..78ad9787b 100644
--- a/x/domain/client/proxy/query.go
+++ b/x/domain/client/proxy/query.go
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
- domaintypes "github.com/sonrhq/core/x/domain/types"
+ domaintypes "github.com/sonrhq/sonr/x/domain/types"
"github.com/spf13/viper"
"google.golang.org/grpc"
)
diff --git a/x/domain/genesis.go b/x/domain/genesis.go
index 908e5c968..844966fb6 100644
--- a/x/domain/genesis.go
+++ b/x/domain/genesis.go
@@ -2,8 +2,8 @@ package domain
import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/x/domain/keeper"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/keeper"
+ "github.com/sonrhq/sonr/x/domain/types"
)
// InitGenesis initializes the module's state from a provided genesis state.
diff --git a/x/domain/genesis_test.go b/x/domain/genesis_test.go
index 915181e1e..87e5640c0 100644
--- a/x/domain/genesis_test.go
+++ b/x/domain/genesis_test.go
@@ -3,10 +3,10 @@ package domain_test
import (
"testing"
- keepertest "github.com/sonrhq/core/testutil/keeper"
- "github.com/sonrhq/core/testutil/nullify"
- "github.com/sonrhq/core/x/domain"
- "github.com/sonrhq/core/x/domain/types"
+ keepertest "github.com/sonrhq/sonr/testutil/keeper"
+ "github.com/sonrhq/sonr/testutil/nullify"
+ "github.com/sonrhq/sonr/x/domain"
+ "github.com/sonrhq/sonr/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/keeper/keeper.go b/x/domain/keeper/keeper.go
index 3fc024c35..80ba78f5a 100644
--- a/x/domain/keeper/keeper.go
+++ b/x/domain/keeper/keeper.go
@@ -9,7 +9,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
)
type (
diff --git a/x/domain/keeper/msg_server.go b/x/domain/keeper/msg_server.go
index df7afda7f..ea2816aac 100644
--- a/x/domain/keeper/msg_server.go
+++ b/x/domain/keeper/msg_server.go
@@ -1,7 +1,7 @@
package keeper
import (
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
)
type msgServer struct {
diff --git a/x/domain/keeper/msg_server_test.go b/x/domain/keeper/msg_server_test.go
index fa7b69c83..9a73a3af9 100644
--- a/x/domain/keeper/msg_server_test.go
+++ b/x/domain/keeper/msg_server_test.go
@@ -5,9 +5,9 @@ import (
"testing"
sdk "github.com/cosmos/cosmos-sdk/types"
- keepertest "github.com/sonrhq/core/testutil/keeper"
- "github.com/sonrhq/core/x/domain/keeper"
- "github.com/sonrhq/core/x/domain/types"
+ keepertest "github.com/sonrhq/sonr/testutil/keeper"
+ "github.com/sonrhq/sonr/x/domain/keeper"
+ "github.com/sonrhq/sonr/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/keeper/msg_server_username_records.go b/x/domain/keeper/msg_server_username_records.go
index 0ee40ae74..5dc214c8e 100644
--- a/x/domain/keeper/msg_server_username_records.go
+++ b/x/domain/keeper/msg_server_username_records.go
@@ -5,7 +5,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
)
func (k msgServer) CreateUsernameRecord(goCtx context.Context, msg *types.MsgCreateUsernameRecords) (*types.MsgCreateUsernameRecordsResponse, error) {
diff --git a/x/domain/keeper/msg_server_username_records_test.go b/x/domain/keeper/msg_server_username_records_test.go
index 57ea3942d..456f965a3 100644
--- a/x/domain/keeper/msg_server_username_records_test.go
+++ b/x/domain/keeper/msg_server_username_records_test.go
@@ -8,9 +8,9 @@ import (
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"github.com/stretchr/testify/require"
- keepertest "github.com/sonrhq/core/testutil/keeper"
- "github.com/sonrhq/core/x/domain/keeper"
- "github.com/sonrhq/core/x/domain/types"
+ keepertest "github.com/sonrhq/sonr/testutil/keeper"
+ "github.com/sonrhq/sonr/x/domain/keeper"
+ "github.com/sonrhq/sonr/x/domain/types"
)
// Prevent strconv unused error
diff --git a/x/domain/keeper/params.go b/x/domain/keeper/params.go
index 859f79efa..e6d5876d9 100644
--- a/x/domain/keeper/params.go
+++ b/x/domain/keeper/params.go
@@ -2,7 +2,7 @@ package keeper
import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
)
// GetParams get all parameters as types.Params
diff --git a/x/domain/keeper/params_test.go b/x/domain/keeper/params_test.go
index bd00b066f..39141fd14 100644
--- a/x/domain/keeper/params_test.go
+++ b/x/domain/keeper/params_test.go
@@ -3,8 +3,8 @@ package keeper_test
import (
"testing"
- testkeeper "github.com/sonrhq/core/testutil/keeper"
- "github.com/sonrhq/core/x/domain/types"
+ testkeeper "github.com/sonrhq/sonr/testutil/keeper"
+ "github.com/sonrhq/sonr/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/keeper/query.go b/x/domain/keeper/query.go
index 21bd28fed..fcfd597fe 100644
--- a/x/domain/keeper/query.go
+++ b/x/domain/keeper/query.go
@@ -1,7 +1,7 @@
package keeper
import (
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
)
var _ types.QueryServer = Keeper{}
diff --git a/x/domain/keeper/query_params.go b/x/domain/keeper/query_params.go
index 72ace85a1..177e534a5 100644
--- a/x/domain/keeper/query_params.go
+++ b/x/domain/keeper/query_params.go
@@ -4,7 +4,7 @@ import (
"context"
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/x/domain/keeper/query_params_test.go b/x/domain/keeper/query_params_test.go
index c650cb3d6..515417954 100644
--- a/x/domain/keeper/query_params_test.go
+++ b/x/domain/keeper/query_params_test.go
@@ -4,8 +4,8 @@ import (
"testing"
sdk "github.com/cosmos/cosmos-sdk/types"
- testkeeper "github.com/sonrhq/core/testutil/keeper"
- "github.com/sonrhq/core/x/domain/types"
+ testkeeper "github.com/sonrhq/sonr/testutil/keeper"
+ "github.com/sonrhq/sonr/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/keeper/query_username_records.go b/x/domain/keeper/query_username_records.go
index c0419bdc9..b7814de5f 100644
--- a/x/domain/keeper/query_username_records.go
+++ b/x/domain/keeper/query_username_records.go
@@ -6,7 +6,7 @@ import (
"github.com/cosmos/cosmos-sdk/store/prefix"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/query"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/x/domain/keeper/query_username_records_test.go b/x/domain/keeper/query_username_records_test.go
index b3ce17fa3..17c62027f 100644
--- a/x/domain/keeper/query_username_records_test.go
+++ b/x/domain/keeper/query_username_records_test.go
@@ -10,9 +10,9 @@ import (
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
- keepertest "github.com/sonrhq/core/testutil/keeper"
- "github.com/sonrhq/core/testutil/nullify"
- "github.com/sonrhq/core/x/domain/types"
+ keepertest "github.com/sonrhq/sonr/testutil/keeper"
+ "github.com/sonrhq/sonr/testutil/nullify"
+ "github.com/sonrhq/sonr/x/domain/types"
)
// Prevent strconv unused error
diff --git a/x/domain/keeper/username_records.go b/x/domain/keeper/username_records.go
index b8894df4c..7ff54f9d5 100644
--- a/x/domain/keeper/username_records.go
+++ b/x/domain/keeper/username_records.go
@@ -3,7 +3,7 @@ package keeper
import (
"github.com/cosmos/cosmos-sdk/store/prefix"
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
)
// SetUsernameRecords set a specific UsernameRecord in the store from its index
diff --git a/x/domain/keeper/username_records_test.go b/x/domain/keeper/username_records_test.go
index 017d2866f..2628433c4 100644
--- a/x/domain/keeper/username_records_test.go
+++ b/x/domain/keeper/username_records_test.go
@@ -5,10 +5,10 @@ import (
"testing"
sdk "github.com/cosmos/cosmos-sdk/types"
- keepertest "github.com/sonrhq/core/testutil/keeper"
- "github.com/sonrhq/core/testutil/nullify"
- "github.com/sonrhq/core/x/domain/keeper"
- "github.com/sonrhq/core/x/domain/types"
+ keepertest "github.com/sonrhq/sonr/testutil/keeper"
+ "github.com/sonrhq/sonr/testutil/nullify"
+ "github.com/sonrhq/sonr/x/domain/keeper"
+ "github.com/sonrhq/sonr/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/module.go b/x/domain/module.go
index dc4a985f6..a40f72423 100644
--- a/x/domain/module.go
+++ b/x/domain/module.go
@@ -17,9 +17,9 @@ import (
cdctypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
- "github.com/sonrhq/core/x/domain/client/cli"
- "github.com/sonrhq/core/x/domain/keeper"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/client/cli"
+ "github.com/sonrhq/sonr/x/domain/keeper"
+ "github.com/sonrhq/sonr/x/domain/types"
)
var (
diff --git a/x/domain/module_simulation.go b/x/domain/module_simulation.go
index 4077b14f6..e1ba0d584 100644
--- a/x/domain/module_simulation.go
+++ b/x/domain/module_simulation.go
@@ -8,9 +8,9 @@ import (
"github.com/cosmos/cosmos-sdk/types/module"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
- "github.com/sonrhq/core/testutil/sample"
- domainsimulation "github.com/sonrhq/core/x/domain/simulation"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/testutil/sample"
+ domainsimulation "github.com/sonrhq/sonr/x/domain/simulation"
+ "github.com/sonrhq/sonr/x/domain/types"
)
// avoid unused import issue
diff --git a/x/domain/simulation/username_records.go b/x/domain/simulation/username_records.go
index c204f39e3..b4220d5c3 100644
--- a/x/domain/simulation/username_records.go
+++ b/x/domain/simulation/username_records.go
@@ -9,8 +9,8 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
- "github.com/sonrhq/core/x/domain/keeper"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/keeper"
+ "github.com/sonrhq/sonr/x/domain/types"
)
// Prevent strconv unused error
diff --git a/x/domain/types/genesis.pb.go b/x/domain/types/genesis.pb.go
index b2f60ce45..de8bea6e9 100644
--- a/x/domain/types/genesis.pb.go
+++ b/x/domain/types/genesis.pb.go
@@ -83,7 +83,7 @@ func init() {
func init() { proto.RegisterFile("core/domain/genesis.proto", fileDescriptor_f3758676deb05ab8) }
var fileDescriptor_f3758676deb05ab8 = []byte{
- // 235 bytes of a gzipped FileDescriptorProto
+ // 234 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4c, 0xce, 0x2f, 0x4a,
0xd5, 0x4f, 0xc9, 0xcf, 0x4d, 0xcc, 0xcc, 0xd3, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6,
0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x06, 0x49, 0xe9, 0x41, 0xa4, 0xa4, 0x24, 0x90, 0xd5,
@@ -96,9 +96,9 @@ var fileDescriptor_f3758676deb05ab8 = []byte{
0xd6, 0xe0, 0x36, 0x92, 0x46, 0xd1, 0x1f, 0x8a, 0xa2, 0x0e, 0x6a, 0x0e, 0x36, 0xdd, 0x4e, 0xf6,
0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72,
0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, 0x10, 0xa5, 0x9a, 0x9e, 0x59, 0x92, 0x51,
- 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x5f, 0x9c, 0x9f, 0x57, 0x94, 0x51, 0xa8, 0x0f, 0xf6, 0x74,
- 0x05, 0xcc, 0xdb, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, 0x0f, 0x1a, 0x03, 0x02, 0x00,
- 0x00, 0xff, 0xff, 0x48, 0x0a, 0x99, 0xb4, 0x54, 0x01, 0x00, 0x00,
+ 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x5f, 0x9c, 0x9f, 0x57, 0x94, 0x51, 0x08, 0xa6, 0xf4, 0x2b,
+ 0x60, 0xde, 0x2e, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x7b, 0xd0, 0x18, 0x10, 0x00, 0x00,
+ 0xff, 0xff, 0x75, 0x17, 0x3f, 0x2b, 0x54, 0x01, 0x00, 0x00,
}
func (m *GenesisState) Marshal() (dAtA []byte, err error) {
diff --git a/x/domain/types/genesis_test.go b/x/domain/types/genesis_test.go
index 120b5d368..bce51f11d 100644
--- a/x/domain/types/genesis_test.go
+++ b/x/domain/types/genesis_test.go
@@ -3,7 +3,7 @@ package types_test
import (
"testing"
- "github.com/sonrhq/core/x/domain/types"
+ "github.com/sonrhq/sonr/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/types/keys.go b/x/domain/types/keys.go
index 2819bb5bd..24d4f7dcf 100644
--- a/x/domain/types/keys.go
+++ b/x/domain/types/keys.go
@@ -1,7 +1,7 @@
package types
import (
- "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/sonr/internal/crypto"
"lukechampine.com/blake3"
)
diff --git a/x/domain/types/messages_username_records_test.go b/x/domain/types/messages_username_records_test.go
index 742457842..c0f13a001 100644
--- a/x/domain/types/messages_username_records_test.go
+++ b/x/domain/types/messages_username_records_test.go
@@ -4,7 +4,7 @@ import (
"testing"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
- "github.com/sonrhq/core/testutil/sample"
+ "github.com/sonrhq/sonr/testutil/sample"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/types/params.pb.go b/x/domain/types/params.pb.go
index 914ff0afb..3400ddded 100644
--- a/x/domain/types/params.pb.go
+++ b/x/domain/types/params.pb.go
@@ -66,7 +66,7 @@ func init() {
func init() { proto.RegisterFile("core/domain/params.proto", fileDescriptor_212b5bbc8abf73fb) }
var fileDescriptor_212b5bbc8abf73fb = []byte{
- // 146 bytes of a gzipped FileDescriptorProto
+ // 145 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x48, 0xce, 0x2f, 0x4a,
0xd5, 0x4f, 0xc9, 0xcf, 0x4d, 0xcc, 0xcc, 0xd3, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b,
0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x06, 0xc9, 0xe8, 0x41, 0x64, 0xa4, 0x44, 0xd2, 0xf3, 0xd3,
@@ -74,9 +74,9 @@ var fileDescriptor_212b5bbc8abf73fb = []byte{
0xcb, 0x8c, 0x05, 0xf2, 0x0c, 0x4e, 0xf6, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8,
0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7,
0x10, 0xa5, 0x9a, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x5f, 0x9c, 0x9f,
- 0x57, 0x94, 0x51, 0xa8, 0x0f, 0xb6, 0xb8, 0x02, 0x66, 0x75, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12,
- 0x1b, 0xd8, 0x5c, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe6, 0xa0, 0x18, 0xad, 0x96, 0x00,
- 0x00, 0x00,
+ 0x57, 0x94, 0x51, 0x08, 0xa6, 0xf4, 0x2b, 0x60, 0x56, 0x97, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1,
+ 0x81, 0xcd, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xdb, 0xbd, 0xbe, 0x32, 0x96, 0x00, 0x00,
+ 0x00,
}
func (m *Params) Marshal() (dAtA []byte, err error) {
diff --git a/x/domain/types/query.pb.go b/x/domain/types/query.pb.go
index 8ed762291..2b7fb7f49 100644
--- a/x/domain/types/query.pb.go
+++ b/x/domain/types/query.pb.go
@@ -321,38 +321,38 @@ func init() {
func init() { proto.RegisterFile("core/domain/query.proto", fileDescriptor_8b7084fe185c90ac) }
var fileDescriptor_8b7084fe185c90ac = []byte{
- // 495 bytes of a gzipped FileDescriptorProto
+ // 496 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x41, 0x6b, 0x13, 0x41,
0x14, 0xc7, 0xb3, 0xad, 0x0d, 0x38, 0x05, 0xc5, 0x49, 0x4a, 0x4b, 0x6a, 0x37, 0x65, 0xa0, 0x2a,
0x2a, 0x33, 0xa4, 0x82, 0x57, 0x69, 0x0f, 0x56, 0xf0, 0x52, 0x17, 0xbc, 0x78, 0x9b, 0x24, 0xc3,
0x66, 0x61, 0x77, 0xde, 0x66, 0x66, 0x22, 0x2d, 0xe2, 0xc5, 0xbb, 0x20, 0x0a, 0x7e, 0x15, 0xbf,
0x42, 0x8f, 0x05, 0x2f, 0x9e, 0x44, 0x12, 0x3f, 0x88, 0x64, 0x66, 0x82, 0x19, 0xb3, 0xab, 0xd2,
- 0xdb, 0x64, 0xde, 0xff, 0xfd, 0xdf, 0xef, 0xcd, 0x7b, 0x59, 0xb4, 0x3d, 0x00, 0x25, 0xd8, 0x10,
- 0x0a, 0x9e, 0x49, 0x36, 0x9e, 0x08, 0x75, 0x4e, 0x4b, 0x05, 0x06, 0xf0, 0xe6, 0x3c, 0x40, 0x5d,
- 0xa0, 0xb3, 0xb3, 0xac, 0x2a, 0xb9, 0xe2, 0x85, 0x76, 0xb2, 0x30, 0xa2, 0xc4, 0x00, 0xd4, 0xd0,
- 0x47, 0xee, 0x0f, 0x40, 0x17, 0xa0, 0x59, 0x9f, 0x6b, 0xe1, 0x9c, 0xd9, 0xeb, 0x5e, 0x5f, 0x18,
- 0xde, 0x63, 0x25, 0x4f, 0x33, 0xc9, 0x4d, 0x06, 0xd2, 0x6b, 0xdb, 0x29, 0xa4, 0x60, 0x8f, 0x6c,
- 0x7e, 0xf2, 0xb7, 0xb7, 0x53, 0x80, 0x34, 0x17, 0x8c, 0x97, 0x19, 0xe3, 0x52, 0x82, 0xb1, 0x29,
- 0xbe, 0x32, 0x69, 0x23, 0xfc, 0x62, 0xee, 0x7a, 0x6a, 0x71, 0x12, 0x31, 0x9e, 0x08, 0x6d, 0xc8,
- 0x33, 0xd4, 0x0a, 0x6e, 0x75, 0x09, 0x52, 0x0b, 0xdc, 0x43, 0x4d, 0x87, 0xbd, 0x13, 0xed, 0x47,
- 0xf7, 0x36, 0x0f, 0x5b, 0x74, 0xa9, 0x3d, 0xea, 0xc4, 0xc7, 0xd7, 0x2e, 0xbe, 0x77, 0x1b, 0x89,
- 0x17, 0x92, 0xc7, 0x28, 0xb6, 0x4e, 0x27, 0xc2, 0xbc, 0xd4, 0x42, 0x49, 0x5e, 0x88, 0xc4, 0xf6,
- 0xb7, 0xa8, 0x85, 0xdb, 0x68, 0x23, 0x93, 0x43, 0x71, 0x66, 0x3d, 0xaf, 0x27, 0xee, 0x07, 0x91,
- 0xa8, 0x5b, 0x9b, 0xe7, 0x69, 0x9e, 0xa3, 0x9b, 0x93, 0x30, 0xe4, 0xb1, 0x76, 0x03, 0xac, 0x30,
- 0xdd, 0xe3, 0xfd, 0x99, 0x49, 0x46, 0x9e, 0xf3, 0x28, 0xcf, 0x6b, 0x38, 0x9f, 0x22, 0xf4, 0xfb,
- 0xc5, 0x7d, 0xa5, 0x3b, 0xd4, 0x8d, 0x87, 0xce, 0xc7, 0x43, 0xdd, 0xe0, 0xfd, 0x78, 0xe8, 0x29,
- 0x4f, 0x85, 0xcf, 0x4d, 0x96, 0x32, 0xc9, 0x97, 0xc8, 0xb7, 0x56, 0x55, 0xea, 0x6f, 0xad, 0xad,
- 0x5f, 0xad, 0x35, 0x7c, 0x12, 0x80, 0xaf, 0x59, 0xf0, 0xbb, 0xff, 0x04, 0x77, 0x24, 0xcb, 0xe4,
- 0x87, 0x9f, 0xd7, 0xd1, 0x86, 0x25, 0xc7, 0x23, 0xd4, 0x74, 0xd3, 0xc6, 0xdd, 0x00, 0x68, 0x75,
- 0x95, 0x3a, 0xfb, 0xf5, 0x02, 0x57, 0x82, 0xec, 0xbe, 0xfb, 0xfa, 0xf3, 0xd3, 0xda, 0x16, 0x6e,
- 0xb1, 0xd5, 0xff, 0x07, 0xfe, 0x18, 0xa1, 0x1b, 0x61, 0x9b, 0xf8, 0xc1, 0xaa, 0x63, 0xed, 0x76,
- 0x75, 0x1e, 0xfe, 0x9f, 0xd8, 0xa3, 0x1c, 0x58, 0x94, 0x2e, 0xde, 0x0b, 0x50, 0x16, 0x0f, 0xca,
- 0xde, 0xd8, 0xdd, 0x7c, 0x8b, 0xdf, 0x47, 0xe8, 0x56, 0x68, 0x71, 0x94, 0xe7, 0x55, 0x5c, 0xb5,
- 0xdb, 0x54, 0xc5, 0x55, 0xbf, 0x0f, 0x64, 0xcf, 0x72, 0x6d, 0xe3, 0xad, 0x4a, 0xae, 0xe3, 0x27,
- 0x17, 0xd3, 0x38, 0xba, 0x9c, 0xc6, 0xd1, 0x8f, 0x69, 0x1c, 0x7d, 0x98, 0xc5, 0x8d, 0xcb, 0x59,
- 0xdc, 0xf8, 0x36, 0x8b, 0x1b, 0xaf, 0x0e, 0xd2, 0xcc, 0x8c, 0x26, 0x7d, 0x3a, 0x80, 0x82, 0x69,
- 0x90, 0x6a, 0x34, 0x76, 0x0e, 0x67, 0x0b, 0x0f, 0x73, 0x5e, 0x0a, 0xdd, 0x6f, 0xda, 0x8f, 0xc1,
- 0xa3, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x23, 0x30, 0x7a, 0xf1, 0xc8, 0x04, 0x00, 0x00,
+ 0x53, 0x26, 0xf3, 0xfe, 0xef, 0xff, 0x7e, 0x6f, 0xde, 0x4b, 0xd0, 0xf6, 0x00, 0x94, 0x60, 0x43,
+ 0x28, 0x78, 0x26, 0xd9, 0x78, 0x22, 0xd4, 0x39, 0x2d, 0x15, 0x18, 0xc0, 0x9b, 0xf3, 0x00, 0x75,
+ 0x81, 0xce, 0xce, 0xb2, 0xaa, 0xe4, 0x8a, 0x17, 0xda, 0xc9, 0xc2, 0x88, 0x12, 0x03, 0x50, 0x43,
+ 0x1f, 0xb9, 0x3f, 0x00, 0x5d, 0x80, 0x66, 0x7d, 0xae, 0x85, 0x73, 0x66, 0xaf, 0x7b, 0x7d, 0x61,
+ 0x78, 0x8f, 0x95, 0x3c, 0xcd, 0x24, 0x37, 0x19, 0x48, 0xaf, 0x6d, 0xa7, 0x90, 0x82, 0x3d, 0xb2,
+ 0xf9, 0xc9, 0xdf, 0xde, 0x4e, 0x01, 0xd2, 0x5c, 0x30, 0x5e, 0x66, 0x8c, 0x4b, 0x09, 0xc6, 0xa6,
+ 0xf8, 0xca, 0xa4, 0x8d, 0xf0, 0x8b, 0xb9, 0xeb, 0xa9, 0xc5, 0x49, 0xc4, 0x78, 0x22, 0xb4, 0x21,
+ 0xcf, 0x50, 0x2b, 0xb8, 0xd5, 0x25, 0x48, 0x2d, 0x70, 0x0f, 0x35, 0x1d, 0xf6, 0x4e, 0xb4, 0x1f,
+ 0xdd, 0xdb, 0x3c, 0x6c, 0xd1, 0xa5, 0xf6, 0xa8, 0x13, 0x1f, 0x5f, 0xbb, 0xf8, 0xde, 0x6d, 0x24,
+ 0x5e, 0x48, 0x1e, 0xa3, 0xd8, 0x3a, 0x9d, 0x08, 0xf3, 0x52, 0x0b, 0x25, 0x79, 0x21, 0x12, 0xdb,
+ 0xdf, 0xa2, 0x16, 0x6e, 0xa3, 0x8d, 0x4c, 0x0e, 0xc5, 0x99, 0xf5, 0xbc, 0x9e, 0xb8, 0x2f, 0x44,
+ 0xa2, 0x6e, 0x6d, 0x9e, 0xa7, 0x79, 0x8e, 0x6e, 0x4e, 0xc2, 0x90, 0xc7, 0xda, 0x0d, 0xb0, 0xc2,
+ 0x74, 0x8f, 0xf7, 0x67, 0x26, 0x19, 0x79, 0xce, 0xa3, 0x3c, 0xaf, 0xe1, 0x7c, 0x8a, 0xd0, 0xef,
+ 0x17, 0xf7, 0x95, 0xee, 0x50, 0x37, 0x1e, 0x3a, 0x1f, 0x0f, 0x75, 0x83, 0xf7, 0xe3, 0xa1, 0xa7,
+ 0x3c, 0x15, 0x3e, 0x37, 0x59, 0xca, 0x24, 0x5f, 0x22, 0xdf, 0x5a, 0x55, 0xa9, 0xbf, 0xb5, 0xb6,
+ 0x7e, 0xb5, 0xd6, 0xf0, 0x49, 0x00, 0xbe, 0x66, 0xc1, 0xef, 0xfe, 0x13, 0xdc, 0x91, 0x2c, 0x93,
+ 0x1f, 0x7e, 0x5e, 0x47, 0x1b, 0x96, 0x1c, 0x8f, 0x50, 0xd3, 0x4d, 0x1b, 0x77, 0x03, 0xa0, 0xd5,
+ 0x55, 0xea, 0xec, 0xd7, 0x0b, 0x5c, 0x09, 0xb2, 0xfb, 0xee, 0xeb, 0xcf, 0x4f, 0x6b, 0x5b, 0xb8,
+ 0xc5, 0x56, 0x7f, 0x1f, 0xf8, 0x63, 0x84, 0x6e, 0x84, 0x6d, 0xe2, 0x07, 0xab, 0x8e, 0xb5, 0xdb,
+ 0xd5, 0x79, 0xf8, 0x7f, 0x62, 0x8f, 0x72, 0x60, 0x51, 0xba, 0x78, 0x2f, 0x40, 0x59, 0x3c, 0x28,
+ 0x7b, 0x63, 0x77, 0xf3, 0x2d, 0x7e, 0x1f, 0xa1, 0x5b, 0xa1, 0xc5, 0x51, 0x9e, 0x57, 0x71, 0xd5,
+ 0x6e, 0x53, 0x15, 0x57, 0xfd, 0x3e, 0x90, 0x3d, 0xcb, 0xb5, 0x8d, 0xb7, 0x2a, 0xb9, 0x8e, 0x9f,
+ 0x5c, 0x4c, 0xe3, 0xe8, 0x72, 0x1a, 0x47, 0x3f, 0xa6, 0x71, 0xf4, 0x61, 0x16, 0x37, 0x2e, 0x67,
+ 0x71, 0xe3, 0xdb, 0x2c, 0x6e, 0xbc, 0x3a, 0x48, 0x33, 0x33, 0x9a, 0xf4, 0xe9, 0x00, 0x0a, 0xa6,
+ 0x41, 0xaa, 0xd1, 0xd8, 0x7e, 0xb0, 0xb3, 0x85, 0x87, 0x39, 0x2f, 0x85, 0xee, 0x37, 0xed, 0x9f,
+ 0xc1, 0xa3, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x1e, 0x2d, 0xdc, 0x6e, 0xc8, 0x04, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/x/domain/types/record.pb.go b/x/domain/types/record.pb.go
index 1aaf69dca..6fbc7e77d 100644
--- a/x/domain/types/record.pb.go
+++ b/x/domain/types/record.pb.go
@@ -89,7 +89,7 @@ func init() {
func init() { proto.RegisterFile("core/domain/record.proto", fileDescriptor_550832b98116f1e7) }
var fileDescriptor_550832b98116f1e7 = []byte{
- // 185 bytes of a gzipped FileDescriptorProto
+ // 184 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x48, 0xce, 0x2f, 0x4a,
0xd5, 0x4f, 0xc9, 0xcf, 0x4d, 0xcc, 0xcc, 0xd3, 0x2f, 0x4a, 0x4d, 0xce, 0x2f, 0x4a, 0xd1, 0x2b,
0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x06, 0xc9, 0xe8, 0x41, 0x64, 0x94, 0x22, 0xb8, 0xf8, 0x42,
@@ -99,9 +99,9 @@ var fileDescriptor_550832b98116f1e7 = []byte{
0x96, 0x9b, 0x5a, 0x92, 0x91, 0x9f, 0x22, 0xc1, 0x0c, 0x96, 0x80, 0xf2, 0x9c, 0xec, 0x4f, 0x3c,
0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e,
0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0x4a, 0x35, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49,
- 0x2f, 0x39, 0x3f, 0x57, 0xbf, 0x38, 0x3f, 0xaf, 0x28, 0xa3, 0x50, 0x1f, 0xec, 0xd8, 0x0a, 0x98,
- 0x73, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0xce, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff,
- 0xff, 0xf3, 0xff, 0xde, 0x31, 0xca, 0x00, 0x00, 0x00,
+ 0x2f, 0x39, 0x3f, 0x57, 0xbf, 0x38, 0x3f, 0xaf, 0x28, 0xa3, 0x10, 0x4c, 0xe9, 0x57, 0xc0, 0x9c,
+ 0x5b, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x76, 0xae, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff,
+ 0xce, 0xe2, 0x78, 0xae, 0xca, 0x00, 0x00, 0x00,
}
func (m *UsernameRecord) Marshal() (dAtA []byte, err error) {
diff --git a/x/domain/types/tx.pb.go b/x/domain/types/tx.pb.go
index a7faaaee6..cadc22683 100644
--- a/x/domain/types/tx.pb.go
+++ b/x/domain/types/tx.pb.go
@@ -320,7 +320,7 @@ func init() {
func init() { proto.RegisterFile("core/domain/tx.proto", fileDescriptor_d1e2442c81dc82e6) }
var fileDescriptor_d1e2442c81dc82e6 = []byte{
- // 302 bytes of a gzipped FileDescriptorProto
+ // 301 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x49, 0xce, 0x2f, 0x4a,
0xd5, 0x4f, 0xc9, 0xcf, 0x4d, 0xcc, 0xcc, 0xd3, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9,
0x17, 0xe2, 0x06, 0x89, 0xea, 0x41, 0x44, 0xa5, 0x24, 0x90, 0x95, 0x14, 0xa5, 0x26, 0xe7, 0x17,
@@ -338,8 +338,8 @@ var fileDescriptor_d1e2442c81dc82e6 = []byte{
0x43, 0xd4, 0xc9, 0xfe, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63,
0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x54, 0xd3,
0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x8b, 0xf3, 0xf3, 0x8a, 0x32, 0x0a,
- 0xf5, 0xc1, 0xe9, 0xbf, 0x02, 0x9e, 0x49, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x39, 0xc0,
- 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x1f, 0x18, 0x05, 0x6b, 0x40, 0x03, 0x00, 0x00,
+ 0xc1, 0x94, 0x7e, 0x05, 0x3c, 0x93, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x73, 0x80, 0x31,
+ 0x20, 0x00, 0x00, 0xff, 0xff, 0x22, 0x05, 0xa3, 0xf4, 0x40, 0x03, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/x/identity/client/cli/query.go b/x/identity/client/cli/query.go
index b4b4bc6a8..9e40fecb5 100644
--- a/x/identity/client/cli/query.go
+++ b/x/identity/client/cli/query.go
@@ -10,7 +10,7 @@ import (
// "github.com/cosmos/cosmos-sdk/client/flags"
// sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/types"
)
// GetQueryCmd returns the cli query commands for this module
diff --git a/x/identity/client/cli/query_controller_account.go b/x/identity/client/cli/query_controller_account.go
index 72898a3c5..c56484dd9 100644
--- a/x/identity/client/cli/query_controller_account.go
+++ b/x/identity/client/cli/query_controller_account.go
@@ -3,7 +3,7 @@ package cli
import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/types"
"github.com/spf13/cobra"
)
diff --git a/x/identity/client/cli/query_did_document.go b/x/identity/client/cli/query_did_document.go
index 38ea69d22..021aa9573 100644
--- a/x/identity/client/cli/query_did_document.go
+++ b/x/identity/client/cli/query_did_document.go
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/spf13/cobra"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/types"
)
func CmdListDIDDocument() *cobra.Command {
diff --git a/x/identity/client/cli/query_params.go b/x/identity/client/cli/query_params.go
index 3c7b2f4fb..64f79737b 100644
--- a/x/identity/client/cli/query_params.go
+++ b/x/identity/client/cli/query_params.go
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/spf13/cobra"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/types"
)
func CmdQueryParams() *cobra.Command {
diff --git a/x/identity/client/cli/tx.go b/x/identity/client/cli/tx.go
index 250cf0cca..222f9081e 100644
--- a/x/identity/client/cli/tx.go
+++ b/x/identity/client/cli/tx.go
@@ -8,7 +8,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
// "github.com/cosmos/cosmos-sdk/client/flags"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/types"
)
var (
diff --git a/x/identity/client/cli/tx_controller_account.go b/x/identity/client/cli/tx_controller_account.go
index b065ea11c..69af530a7 100644
--- a/x/identity/client/cli/tx_controller_account.go
+++ b/x/identity/client/cli/tx_controller_account.go
@@ -6,7 +6,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/client/tx"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/types"
"github.com/spf13/cobra"
)
diff --git a/x/identity/genesis.go b/x/identity/genesis.go
index e0b710f34..01893817f 100644
--- a/x/identity/genesis.go
+++ b/x/identity/genesis.go
@@ -2,8 +2,8 @@ package identity
import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/x/identity/keeper"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/keeper"
+ "github.com/sonrhq/sonr/x/identity/types"
)
// InitGenesis initializes the module's state from a provided genesis state.
diff --git a/x/identity/genesis_test.go b/x/identity/genesis_test.go
index 5fa3ef2ee..61bfcc86a 100644
--- a/x/identity/genesis_test.go
+++ b/x/identity/genesis_test.go
@@ -3,10 +3,10 @@ package identity_test
import (
"testing"
- keepertest "github.com/sonrhq/core/testutil/keeper"
- "github.com/sonrhq/core/testutil/nullify"
- "github.com/sonrhq/core/x/identity"
- "github.com/sonrhq/core/x/identity/types"
+ keepertest "github.com/sonrhq/sonr/testutil/keeper"
+ "github.com/sonrhq/sonr/testutil/nullify"
+ "github.com/sonrhq/sonr/x/identity"
+ "github.com/sonrhq/sonr/x/identity/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/identity/keeper/genesis.go b/x/identity/keeper/genesis.go
index 956e16976..32f5e5353 100644
--- a/x/identity/keeper/genesis.go
+++ b/x/identity/keeper/genesis.go
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/store/prefix"
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/types"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/x/identity/keeper/keeper.go b/x/identity/keeper/keeper.go
index 2698129f8..18365bf8e 100644
--- a/x/identity/keeper/keeper.go
+++ b/x/identity/keeper/keeper.go
@@ -14,7 +14,7 @@ import (
host "github.com/cosmos/ibc-go/v7/modules/core/24-host"
"github.com/cosmos/ibc-go/v7/modules/core/exported"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/types"
)
type (
diff --git a/x/identity/keeper/msg_server.go b/x/identity/keeper/msg_server.go
index 9312cdfa6..309281b54 100644
--- a/x/identity/keeper/msg_server.go
+++ b/x/identity/keeper/msg_server.go
@@ -8,8 +8,8 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
- "github.com/sonrhq/core/internal/crypto"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/internal/crypto"
+ "github.com/sonrhq/sonr/x/identity/types"
)
type msgServer struct {
diff --git a/x/identity/keeper/params_test.go b/x/identity/keeper/params_test.go
index e387a45d4..5bc117dec 100644
--- a/x/identity/keeper/params_test.go
+++ b/x/identity/keeper/params_test.go
@@ -3,8 +3,8 @@ package keeper_test
import (
"testing"
- testkeeper "github.com/sonrhq/core/testutil/keeper"
- "github.com/sonrhq/core/x/identity/types"
+ testkeeper "github.com/sonrhq/sonr/testutil/keeper"
+ "github.com/sonrhq/sonr/x/identity/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/identity/keeper/query.go b/x/identity/keeper/query.go
index f3ff314e4..55a86f94b 100644
--- a/x/identity/keeper/query.go
+++ b/x/identity/keeper/query.go
@@ -8,7 +8,7 @@ import (
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"github.com/cosmos/cosmos-sdk/types/query"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/types"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/x/identity/module.go b/x/identity/module.go
index 8f8b1f8f1..b5479252c 100644
--- a/x/identity/module.go
+++ b/x/identity/module.go
@@ -17,9 +17,9 @@ import (
cdctypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
- "github.com/sonrhq/core/x/identity/client/cli"
- "github.com/sonrhq/core/x/identity/keeper"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/client/cli"
+ "github.com/sonrhq/sonr/x/identity/keeper"
+ "github.com/sonrhq/sonr/x/identity/types"
)
var (
diff --git a/x/identity/module_simulation.go b/x/identity/module_simulation.go
index 88c6ea1b0..51ff7b288 100644
--- a/x/identity/module_simulation.go
+++ b/x/identity/module_simulation.go
@@ -8,9 +8,9 @@ import (
"github.com/cosmos/cosmos-sdk/types/module"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
- "github.com/sonrhq/core/testutil/sample"
- identitysimulation "github.com/sonrhq/core/x/identity/simulation"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/testutil/sample"
+ identitysimulation "github.com/sonrhq/sonr/x/identity/simulation"
+ "github.com/sonrhq/sonr/x/identity/types"
)
// avoid unused import issue
diff --git a/x/identity/simulation/controller_account.go b/x/identity/simulation/controller_account.go
index 7e13e02c2..62fc70040 100644
--- a/x/identity/simulation/controller_account.go
+++ b/x/identity/simulation/controller_account.go
@@ -8,8 +8,8 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
- "github.com/sonrhq/core/x/identity/keeper"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/keeper"
+ "github.com/sonrhq/sonr/x/identity/types"
)
func SimulateMsgCreateControllerAccount(
diff --git a/x/identity/simulation/did_document.go b/x/identity/simulation/did_document.go
index c5b9e73ef..c045a3a3e 100644
--- a/x/identity/simulation/did_document.go
+++ b/x/identity/simulation/did_document.go
@@ -7,8 +7,8 @@ import (
"github.com/cosmos/cosmos-sdk/baseapp"
sdk "github.com/cosmos/cosmos-sdk/types"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
- "github.com/sonrhq/core/x/identity/keeper"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/keeper"
+ "github.com/sonrhq/sonr/x/identity/types"
)
// Prevent strconv unused error
diff --git a/x/identity/simulation/register_identity.go b/x/identity/simulation/register_identity.go
index 410b2d0b7..8e0162c53 100644
--- a/x/identity/simulation/register_identity.go
+++ b/x/identity/simulation/register_identity.go
@@ -6,8 +6,8 @@ import (
"github.com/cosmos/cosmos-sdk/baseapp"
sdk "github.com/cosmos/cosmos-sdk/types"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
- "github.com/sonrhq/core/x/identity/keeper"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/keeper"
+ "github.com/sonrhq/sonr/x/identity/types"
)
func SimulateMsgRegisterIdentity(
diff --git a/x/identity/types/account.pb.go b/x/identity/types/account.pb.go
index 89e9ff241..a21921581 100644
--- a/x/identity/types/account.pb.go
+++ b/x/identity/types/account.pb.go
@@ -97,7 +97,7 @@ func init() {
func init() { proto.RegisterFile("core/identity/account.proto", fileDescriptor_19070c8376816cff) }
var fileDescriptor_19070c8376816cff = []byte{
- // 220 bytes of a gzipped FileDescriptorProto
+ // 219 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4e, 0xce, 0x2f, 0x4a,
0xd5, 0xcf, 0x4c, 0x49, 0xcd, 0x2b, 0xc9, 0x2c, 0xa9, 0xd4, 0x4f, 0x4c, 0x4e, 0xce, 0x2f, 0xcd,
0x2b, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x05, 0x49, 0xea, 0xc1, 0x24, 0x95, 0x7a,
@@ -109,9 +109,9 @@ var fileDescriptor_19070c8376816cff = []byte{
0xc8, 0xfc, 0xf2, 0xc4, 0x9c, 0x9c, 0xd4, 0x92, 0x62, 0x09, 0x16, 0xb0, 0x02, 0x18, 0xd7, 0xc9,
0xf1, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58,
0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0xd4, 0xd3, 0x33, 0x4b, 0x32,
- 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x8b, 0xf3, 0xf3, 0x8a, 0x32, 0x0a, 0xf5, 0xc1, 0xfe,
- 0xac, 0x40, 0xf8, 0xb4, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0xec, 0x51, 0x63, 0x40, 0x00,
- 0x00, 0x00, 0xff, 0xff, 0x01, 0xa5, 0x08, 0x0a, 0x07, 0x01, 0x00, 0x00,
+ 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x8b, 0xf3, 0xf3, 0x8a, 0x32, 0x0a, 0xc1, 0x94, 0x7e,
+ 0x05, 0xc2, 0xa7, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, 0x8f, 0x1a, 0x03, 0x02, 0x00,
+ 0x00, 0xff, 0xff, 0xc0, 0x1e, 0xe6, 0x03, 0x07, 0x01, 0x00, 0x00,
}
func (m *ControllerAccount) Marshal() (dAtA []byte, err error) {
diff --git a/x/identity/types/did.pb.go b/x/identity/types/did.pb.go
index 16a7b1b47..d4e6db242 100644
--- a/x/identity/types/did.pb.go
+++ b/x/identity/types/did.pb.go
@@ -315,20 +315,20 @@ func init() {
func init() { proto.RegisterFile("core/identity/did.proto", fileDescriptor_04e15460d8451849) }
var fileDescriptor_04e15460d8451849 = []byte{
- // 553 bytes of a gzipped FileDescriptorProto
+ // 552 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xcb, 0x8e, 0xd3, 0x30,
0x14, 0x9d, 0xb4, 0xf3, 0xa0, 0xee, 0xbc, 0xe4, 0xe9, 0x88, 0x2c, 0x50, 0x54, 0x2a, 0xa4, 0x29,
0x9b, 0x16, 0x95, 0x2f, 0x28, 0xea, 0xa6, 0x0c, 0x23, 0xa4, 0x08, 0xb1, 0x40, 0x48, 0x91, 0xe3,
0x78, 0x1a, 0x93, 0xd4, 0x0e, 0xb6, 0xd3, 0x4e, 0xfe, 0x82, 0xef, 0x60, 0xc3, 0x8e, 0x6f, 0x60,
- 0x39, 0x4b, 0x96, 0xa8, 0xfd, 0x11, 0x64, 0xe7, 0xd1, 0xd0, 0x11, 0x48, 0x65, 0xd5, 0xfa, 0x9e,
- 0x73, 0x4f, 0x7c, 0xef, 0x39, 0x32, 0x78, 0x8c, 0xb9, 0x20, 0x43, 0x1a, 0x10, 0xa6, 0xa8, 0xca,
+ 0x39, 0x4b, 0x96, 0xa8, 0xfd, 0x11, 0x64, 0xe7, 0xd1, 0xd0, 0x11, 0x48, 0x65, 0x95, 0xfa, 0x9e,
+ 0x73, 0x4f, 0x7d, 0xef, 0x39, 0x32, 0x78, 0x8c, 0xb9, 0x20, 0x43, 0x1a, 0x10, 0xa6, 0xa8, 0xca,
0x86, 0x01, 0x0d, 0x06, 0x89, 0xe0, 0x8a, 0xc3, 0x13, 0x0d, 0x0c, 0x4a, 0xa0, 0xf7, 0x75, 0x1f,
0xb4, 0x27, 0xd3, 0xc9, 0x84, 0xe3, 0x74, 0x4e, 0x98, 0x82, 0x36, 0x38, 0xc2, 0x9c, 0x29, 0x72,
0xa7, 0x6c, 0xab, 0xdb, 0xec, 0xb7, 0xdc, 0xf2, 0x08, 0x4f, 0x41, 0x83, 0x06, 0x76, 0xa3, 0x6b,
0xf5, 0x5b, 0x6e, 0x83, 0x06, 0xd0, 0x01, 0x40, 0x43, 0x82, 0xc7, 0x31, 0x11, 0x76, 0xd3, 0x90,
- 0x6b, 0x15, 0xf8, 0x16, 0x9c, 0xa2, 0x54, 0x85, 0xfa, 0x3b, 0x18, 0x29, 0xca, 0x99, 0x7d, 0xd0,
- 0x6d, 0xf6, 0xdb, 0xa3, 0xab, 0xc1, 0x1f, 0x37, 0x18, 0xbc, 0x27, 0x82, 0xde, 0x16, 0x14, 0x97,
- 0xc4, 0xe6, 0x57, 0x86, 0x34, 0x71, 0xb7, 0xda, 0xa1, 0x0b, 0xce, 0x91, 0x94, 0x44, 0xe8, 0x83,
+ 0x6b, 0x15, 0xf8, 0x16, 0x9c, 0xa2, 0x54, 0x85, 0xfa, 0x7f, 0x30, 0x52, 0x94, 0x33, 0xfb, 0xa0,
+ 0xdb, 0xec, 0xb7, 0x47, 0x57, 0x83, 0x3f, 0x6e, 0x30, 0x78, 0x4f, 0x04, 0xbd, 0x2d, 0x28, 0x2e,
+ 0x89, 0xcd, 0x57, 0x86, 0x34, 0x71, 0xb7, 0xda, 0xa1, 0x0b, 0xce, 0x91, 0x94, 0x44, 0xe8, 0x83,
0x37, 0x27, 0x2a, 0xe4, 0x81, 0x7d, 0xb8, 0x9b, 0xe4, 0x59, 0x25, 0x70, 0x63, 0xfa, 0xe1, 0x47,
0x70, 0x89, 0x51, 0x82, 0x7c, 0x1a, 0x53, 0x95, 0x79, 0x94, 0x2d, 0x78, 0x71, 0xd7, 0xa3, 0xdd,
0x84, 0x3b, 0x1b, 0x95, 0x69, 0x25, 0xb2, 0xa5, 0x1e, 0x90, 0x98, 0xcc, 0x72, 0xf5, 0x47, 0xff,
@@ -336,7 +336,7 @@ var fileDescriptor_04e15460d8451849 = []byte{
0x6e, 0xed, 0xa6, 0x7a, 0x1c, 0x91, 0x6c, 0x5c, 0x36, 0xc3, 0x1e, 0x38, 0x41, 0xb1, 0xe4, 0x5e,
0xc4, 0xf8, 0x92, 0x79, 0x48, 0xda, 0xc0, 0x38, 0xda, 0xd6, 0xc5, 0x6b, 0x5d, 0x1b, 0xcb, 0xde,
0xb7, 0x06, 0x80, 0x75, 0xb9, 0x62, 0x89, 0x79, 0x32, 0xac, 0x2a, 0x19, 0x10, 0xec, 0xab, 0x2c,
- 0x21, 0x45, 0x56, 0xcc, 0xff, 0x07, 0x69, 0xb1, 0xb6, 0xd2, 0xf2, 0x0c, 0x9c, 0x26, 0xa9, 0x1f,
+ 0x21, 0x45, 0x56, 0xcc, 0xef, 0x07, 0x69, 0xb1, 0xb6, 0xd2, 0xf2, 0x0c, 0x9c, 0x26, 0xa9, 0x1f,
0x53, 0xec, 0xe9, 0x99, 0x3e, 0x2d, 0x23, 0x7b, 0xdf, 0x70, 0x8e, 0xf3, 0xea, 0x35, 0xc9, 0x5e,
0x2f, 0x23, 0xf8, 0x02, 0x74, 0x6a, 0xac, 0x79, 0x1a, 0x2b, 0xea, 0x23, 0x49, 0xec, 0x03, 0xc3,
0x85, 0x15, 0xf7, 0xa6, 0x44, 0xe0, 0x08, 0x5c, 0xfa, 0x31, 0xc7, 0x11, 0x0e, 0x11, 0x65, 0x1e,
@@ -348,9 +348,9 @@ var fileDescriptor_04e15460d8451849 = []byte{
0xb7, 0x44, 0x10, 0x86, 0x4b, 0x03, 0x36, 0x85, 0xca, 0x99, 0x66, 0xcd, 0x99, 0x0e, 0x38, 0xe0,
0x4b, 0x46, 0x44, 0xb1, 0xf0, 0xfc, 0xf0, 0x6a, 0xfc, 0x63, 0xe5, 0x58, 0xf7, 0x2b, 0xc7, 0xfa,
0xb5, 0x72, 0xac, 0x2f, 0x6b, 0x67, 0xef, 0x7e, 0xed, 0xec, 0xfd, 0x5c, 0x3b, 0x7b, 0x1f, 0xae,
- 0x66, 0x54, 0x85, 0xa9, 0x3f, 0xc0, 0x7c, 0x3e, 0x94, 0x9c, 0x89, 0xf0, 0xf3, 0xd0, 0xbc, 0x35,
- 0x77, 0x9b, 0xd7, 0x46, 0xeb, 0x4a, 0xff, 0xd0, 0x3c, 0x38, 0x2f, 0x7f, 0x07, 0x00, 0x00, 0xff,
- 0xff, 0x5d, 0x8c, 0x1e, 0x3f, 0x8b, 0x04, 0x00, 0x00,
+ 0x66, 0x54, 0x85, 0xa9, 0x3f, 0xc0, 0x7c, 0x3e, 0x94, 0x9c, 0x89, 0xf0, 0xb3, 0xf9, 0x0c, 0xef,
+ 0x36, 0xaf, 0x8d, 0xd6, 0x95, 0xfe, 0xa1, 0x79, 0x70, 0x5e, 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff,
+ 0x9c, 0x37, 0xf0, 0x36, 0x8b, 0x04, 0x00, 0x00,
}
func (m *DIDDocument) Marshal() (dAtA []byte, err error) {
diff --git a/x/identity/types/did_document.go b/x/identity/types/did_document.go
index 08413fc49..313a4e7f3 100644
--- a/x/identity/types/did_document.go
+++ b/x/identity/types/did_document.go
@@ -7,7 +7,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/go-webauthn/webauthn/protocol"
- crypto "github.com/sonrhq/core/internal/crypto"
+ crypto "github.com/sonrhq/sonr/internal/crypto"
)
// NewDIDDocument creates a new DIDDocument from an Identification and optional VerificationRelationships
diff --git a/x/identity/types/genesis.pb.go b/x/identity/types/genesis.pb.go
index 22ba87ac9..85872fa01 100644
--- a/x/identity/types/genesis.pb.go
+++ b/x/identity/types/genesis.pb.go
@@ -116,9 +116,9 @@ var fileDescriptor_22ee3e6e2aad889c = []byte{
0x48, 0x38, 0x83, 0x08, 0x09, 0x16, 0x05, 0x46, 0x0d, 0x96, 0x20, 0x1c, 0xb2, 0x4e, 0x8e, 0x27,
0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c,
0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, 0x10, 0xa5, 0x9e, 0x9e, 0x59, 0x92, 0x51, 0x9a,
- 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x5f, 0x9c, 0x9f, 0x57, 0x94, 0x51, 0xa8, 0x0f, 0x8e, 0x85, 0x0a,
- 0x44, 0x3c, 0x94, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x43, 0xdc, 0x18, 0x10, 0x00, 0x00,
- 0xff, 0xff, 0x74, 0xf0, 0x31, 0x26, 0x07, 0x02, 0x00, 0x00,
+ 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x5f, 0x9c, 0x9f, 0x57, 0x94, 0x51, 0x08, 0xa6, 0xf4, 0x2b, 0x10,
+ 0xf1, 0x50, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x71, 0x63, 0x40, 0x00, 0x00, 0x00,
+ 0xff, 0xff, 0xb5, 0x4b, 0xdf, 0x2f, 0x07, 0x02, 0x00, 0x00,
}
func (m *GenesisState) Marshal() (dAtA []byte, err error) {
diff --git a/x/identity/types/genesis_test.go b/x/identity/types/genesis_test.go
index 632bd1c3f..141a03838 100644
--- a/x/identity/types/genesis_test.go
+++ b/x/identity/types/genesis_test.go
@@ -3,7 +3,7 @@ package types_test
import (
"testing"
- "github.com/sonrhq/core/x/identity/types"
+ "github.com/sonrhq/sonr/x/identity/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/identity/types/identifier.pb.go b/x/identity/types/identifier.pb.go
index 0925c8b6c..88f5a7eff 100644
--- a/x/identity/types/identifier.pb.go
+++ b/x/identity/types/identifier.pb.go
@@ -175,7 +175,7 @@ func init() {
func init() { proto.RegisterFile("core/identity/identifier.proto", fileDescriptor_279efc507d29e268) }
var fileDescriptor_279efc507d29e268 = []byte{
- // 286 bytes of a gzipped FileDescriptorProto
+ // 285 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4b, 0xce, 0x2f, 0x4a,
0xd5, 0xcf, 0x4c, 0x49, 0xcd, 0x2b, 0xc9, 0x2c, 0xa9, 0x84, 0x32, 0xd2, 0x32, 0x53, 0x8b, 0xf4,
0x0a, 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0x78, 0x41, 0xf2, 0x7a, 0x30, 0x79, 0xa5, 0x74, 0x2e, 0xbe,
@@ -192,8 +192,8 @@ var fileDescriptor_279efc507d29e268 = []byte{
0x05, 0x58, 0x9d, 0x1c, 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39,
0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0x4a, 0x3d,
0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0xbf, 0x38, 0x3f, 0xaf, 0x28, 0xa3,
- 0x50, 0x1f, 0x1c, 0xc4, 0x15, 0x88, 0x40, 0x06, 0x05, 0x40, 0x71, 0x12, 0x1b, 0x38, 0x80, 0x8d,
- 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x78, 0xdd, 0x45, 0xe8, 0x82, 0x01, 0x00, 0x00,
+ 0x10, 0x4c, 0xe9, 0x57, 0x20, 0x02, 0x19, 0x14, 0x00, 0xc5, 0x49, 0x6c, 0xe0, 0x00, 0x36, 0x06,
+ 0x04, 0x00, 0x00, 0xff, 0xff, 0xb9, 0x66, 0xab, 0xe1, 0x82, 0x01, 0x00, 0x00,
}
func (m *UserIdentifier) Marshal() (dAtA []byte, err error) {
diff --git a/x/identity/types/messages_controller_account_test.go b/x/identity/types/messages_controller_account_test.go
index 6c981b177..91f791dc4 100644
--- a/x/identity/types/messages_controller_account_test.go
+++ b/x/identity/types/messages_controller_account_test.go
@@ -4,7 +4,7 @@ import (
"testing"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
- "github.com/sonrhq/core/testutil/sample"
+ "github.com/sonrhq/sonr/testutil/sample"
"github.com/stretchr/testify/require"
)
diff --git a/x/identity/types/msg_identity.go b/x/identity/types/msg_identity.go
index 12bcea0f7..30a255d24 100644
--- a/x/identity/types/msg_identity.go
+++ b/x/identity/types/msg_identity.go
@@ -3,7 +3,7 @@ package types
import (
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
- "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/sonr/internal/crypto"
)
const TypeMsgRegisterIdentity = "register_identity"
diff --git a/x/identity/types/params.pb.go b/x/identity/types/params.pb.go
index d85a0dd3f..fdf0b3d7f 100644
--- a/x/identity/types/params.pb.go
+++ b/x/identity/types/params.pb.go
@@ -115,27 +115,27 @@ func init() { proto.RegisterFile("core/identity/params.proto", fileDescriptor_2b
var fileDescriptor_2b3a47d8d2dc969e = []byte{
// 334 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0xd1, 0xbf, 0x4b, 0xc3, 0x40,
- 0x14, 0xc0, 0xf1, 0x5c, 0x7f, 0x41, 0x0f, 0x14, 0x89, 0xd5, 0xc6, 0x0e, 0x31, 0xb8, 0x98, 0xa9,
- 0x01, 0x45, 0x90, 0x3a, 0xb5, 0xba, 0x38, 0x28, 0x92, 0xd1, 0x25, 0x5c, 0xef, 0x1e, 0xed, 0x81,
- 0x97, 0x8b, 0x77, 0x17, 0x6d, 0xff, 0x0b, 0x47, 0x47, 0xff, 0x1c, 0xc7, 0x4e, 0xe2, 0x28, 0xed,
- 0x3f, 0x22, 0xbd, 0x26, 0x51, 0xc4, 0x2d, 0xf0, 0xc9, 0x97, 0xc7, 0xbb, 0x87, 0x7b, 0x54, 0x2a,
- 0x88, 0x38, 0x83, 0xd4, 0x70, 0x33, 0x8f, 0x32, 0xa2, 0x88, 0xd0, 0xfd, 0x4c, 0x49, 0x23, 0xdd,
- 0xad, 0xb5, 0xf5, 0x4b, 0xeb, 0x75, 0x26, 0x72, 0x22, 0xad, 0x44, 0xeb, 0xaf, 0xcd, 0x4f, 0x47,
- 0x1f, 0x35, 0xdc, 0xba, 0xb3, 0x95, 0x7b, 0x86, 0xbb, 0x84, 0x52, 0x99, 0xa7, 0x26, 0x61, 0x9c,
- 0x25, 0x02, 0xcc, 0x54, 0xb2, 0x24, 0x25, 0x02, 0x3c, 0x14, 0xa0, 0xb0, 0x1d, 0x77, 0x0a, 0xbe,
- 0xe2, 0xec, 0xc6, 0xe2, 0x2d, 0x11, 0xe0, 0x5e, 0xe0, 0xde, 0x3f, 0x19, 0x95, 0xa9, 0x81, 0x99,
- 0xf1, 0x6a, 0xb6, 0xec, 0xfe, 0x2d, 0x2f, 0x37, 0xec, 0x0e, 0xf0, 0x01, 0xa1, 0x55, 0xad, 0xa9,
- 0x7c, 0x02, 0x35, 0x4f, 0x14, 0x3c, 0x13, 0xc5, 0xbc, 0x7a, 0x80, 0xc2, 0xba, 0x6d, 0x8b, 0xb8,
- 0xf0, 0xd8, 0xb2, 0x1b, 0xe2, 0x9d, 0xf5, 0xc0, 0x31, 0xd1, 0x50, 0x8d, 0x6b, 0xd8, 0x71, 0xdb,
- 0x8c, 0xb3, 0x11, 0xd1, 0x50, 0x4e, 0x39, 0xc7, 0x9e, 0x20, 0x33, 0x2e, 0x72, 0x91, 0x94, 0xcf,
- 0x91, 0x90, 0x07, 0x4e, 0x34, 0x68, 0xaf, 0x19, 0xa0, 0xb0, 0x19, 0xef, 0x17, 0x7e, 0x5d, 0xf0,
- 0x70, 0xa3, 0xee, 0x09, 0xde, 0xd3, 0x79, 0x96, 0x49, 0x65, 0x80, 0xfd, 0x5a, 0x4f, 0x7b, 0xad,
- 0xa0, 0x1e, 0xb6, 0xe3, 0xdd, 0x0a, 0xab, 0xcd, 0xf4, 0xa0, 0xf1, 0xfa, 0x76, 0xe8, 0x8c, 0x86,
- 0xef, 0x4b, 0x1f, 0x2d, 0x96, 0x3e, 0xfa, 0x5a, 0xfa, 0xe8, 0x65, 0xe5, 0x3b, 0x8b, 0x95, 0xef,
- 0x7c, 0xae, 0x7c, 0xe7, 0xfe, 0x78, 0xc2, 0xcd, 0x34, 0x1f, 0xf7, 0xa9, 0x14, 0x91, 0x96, 0xa9,
- 0x9a, 0x3e, 0x46, 0xf6, 0x8a, 0xb3, 0x9f, 0x3b, 0x9a, 0x79, 0x06, 0x7a, 0xdc, 0xb2, 0x27, 0x3a,
- 0xfd, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xd1, 0x3a, 0xed, 0x24, 0xe5, 0x01, 0x00, 0x00,
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0xd1, 0x4f, 0x4b, 0xc3, 0x30,
+ 0x18, 0x06, 0xf0, 0x66, 0xff, 0x60, 0x01, 0x45, 0xea, 0x74, 0x75, 0x87, 0x5a, 0xbc, 0xd8, 0xd3,
+ 0x0a, 0x8a, 0x20, 0xf3, 0xb4, 0xe9, 0xc5, 0x83, 0x22, 0x3d, 0x7a, 0x29, 0x59, 0xf2, 0xb2, 0x05,
+ 0x4c, 0x53, 0x93, 0x54, 0xb7, 0x6f, 0xe1, 0xd1, 0xa3, 0x1f, 0xc7, 0xe3, 0x4e, 0xe2, 0x51, 0xb6,
+ 0x2f, 0x22, 0xcb, 0xda, 0x2a, 0xe2, 0x29, 0x81, 0x5f, 0x1e, 0x1e, 0xde, 0xbc, 0xb8, 0x47, 0xa5,
+ 0x82, 0x88, 0x33, 0x48, 0x0d, 0x37, 0xf3, 0x28, 0x23, 0x8a, 0x08, 0xdd, 0xcf, 0x94, 0x34, 0xd2,
+ 0xdd, 0x5a, 0x5b, 0xbf, 0xb4, 0x5e, 0x67, 0x22, 0x27, 0xd2, 0x4a, 0xb4, 0xbe, 0x6d, 0x1e, 0x1d,
+ 0x7d, 0xd4, 0x70, 0xeb, 0xce, 0xa6, 0xdc, 0x33, 0xdc, 0x25, 0x94, 0xca, 0x3c, 0x35, 0x09, 0xe3,
+ 0x2c, 0x11, 0x60, 0xa6, 0x92, 0x25, 0x29, 0x11, 0xe0, 0xa1, 0x00, 0x85, 0xed, 0xb8, 0x53, 0xf0,
+ 0x15, 0x67, 0x37, 0x16, 0x6f, 0x89, 0x00, 0xf7, 0x02, 0xf7, 0xfe, 0x89, 0x51, 0x99, 0x1a, 0x98,
+ 0x19, 0xaf, 0x66, 0x93, 0xdd, 0xbf, 0xc9, 0xcb, 0x0d, 0xbb, 0x03, 0x7c, 0x40, 0x68, 0x95, 0xd6,
+ 0x54, 0x3e, 0x81, 0x9a, 0x27, 0x0a, 0x9e, 0x89, 0x62, 0x5e, 0x3d, 0x40, 0x61, 0xdd, 0x66, 0x8b,
+ 0x70, 0xe1, 0xb1, 0x65, 0x37, 0xc4, 0x3b, 0xeb, 0xc2, 0x31, 0xd1, 0x50, 0xd5, 0x35, 0x6c, 0xdd,
+ 0x36, 0xe3, 0x6c, 0x44, 0x34, 0x94, 0x2d, 0xe7, 0xd8, 0x13, 0x64, 0xc6, 0x45, 0x2e, 0x92, 0xf2,
+ 0x3b, 0x12, 0xf2, 0xc0, 0x89, 0x06, 0xed, 0x35, 0x03, 0x14, 0x36, 0xe3, 0xfd, 0xc2, 0xaf, 0x0b,
+ 0x1e, 0x6e, 0xd4, 0x3d, 0xc1, 0x7b, 0x3a, 0xcf, 0x32, 0xa9, 0x0c, 0xb0, 0x5f, 0xe3, 0x69, 0xaf,
+ 0x15, 0xd4, 0xc3, 0x76, 0xbc, 0x5b, 0x61, 0x35, 0x99, 0x1e, 0x34, 0x5e, 0xdf, 0x0e, 0x9d, 0xd1,
+ 0xf0, 0x7d, 0xe9, 0xa3, 0xc5, 0xd2, 0x47, 0x5f, 0x4b, 0x1f, 0xbd, 0xac, 0x7c, 0x67, 0xb1, 0xf2,
+ 0x9d, 0xcf, 0x95, 0xef, 0xdc, 0x1f, 0x4f, 0xb8, 0x99, 0xe6, 0xe3, 0x3e, 0x95, 0x22, 0xd2, 0x32,
+ 0x55, 0xd3, 0x47, 0x7b, 0x44, 0xb3, 0x9f, 0x3d, 0x9a, 0x79, 0x06, 0x7a, 0xdc, 0xb2, 0x2b, 0x3a,
+ 0xfd, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x10, 0x81, 0x03, 0x2d, 0xe5, 0x01, 0x00, 0x00,
}
func (m *Params) Marshal() (dAtA []byte, err error) {
diff --git a/x/identity/types/query.pb.go b/x/identity/types/query.pb.go
index bdd7b72ab..905abdf94 100644
--- a/x/identity/types/query.pb.go
+++ b/x/identity/types/query.pb.go
@@ -814,55 +814,55 @@ var fileDescriptor_55ac06fdf68c11fd = []byte{
0x69, 0xe5, 0x29, 0xd0, 0x63, 0x2f, 0x4e, 0xa3, 0xa2, 0xb6, 0xaa, 0x4a, 0xa3, 0x9e, 0x2a, 0x55,
0xd5, 0xc4, 0x1e, 0x99, 0x69, 0x1d, 0x4f, 0xb0, 0x1d, 0x20, 0x4a, 0xb9, 0xec, 0x71, 0xa5, 0x95,
0x56, 0xda, 0xc3, 0xde, 0xf6, 0x03, 0xec, 0xc7, 0xd8, 0x13, 0x47, 0xa4, 0xbd, 0xec, 0x69, 0xb5,
- 0x82, 0xfd, 0x20, 0x2b, 0x8f, 0xc7, 0x71, 0x1c, 0xdb, 0x21, 0xec, 0x72, 0x8a, 0x67, 0xe6, 0x79,
- 0xf9, 0x3d, 0xf3, 0xcc, 0xfc, 0x27, 0xe0, 0x33, 0x93, 0x7b, 0x14, 0x33, 0x8b, 0xba, 0x01, 0x0b,
- 0xfa, 0xf8, 0xa4, 0x47, 0xbd, 0xbe, 0xde, 0xf5, 0x78, 0xc0, 0xe1, 0x27, 0xe1, 0x92, 0x1e, 0x2f,
- 0xa9, 0x1b, 0x69, 0x4b, 0x62, 0x9a, 0xbc, 0xe7, 0x06, 0x91, 0xad, 0xba, 0x96, 0x5e, 0xb4, 0x98,
- 0x25, 0x17, 0xd4, 0xf4, 0x42, 0x97, 0x78, 0xa4, 0xe3, 0xcb, 0xb5, 0x5d, 0x93, 0xfb, 0x1d, 0xee,
- 0xe3, 0x36, 0xf1, 0x69, 0x94, 0x19, 0x9f, 0xee, 0xb5, 0x69, 0x40, 0xf6, 0x70, 0x97, 0xd8, 0xcc,
- 0x25, 0x01, 0xe3, 0xae, 0xb4, 0xad, 0xd8, 0xdc, 0xe6, 0xe2, 0x13, 0x87, 0x5f, 0x72, 0xb6, 0x66,
- 0x73, 0x6e, 0x3b, 0x14, 0x93, 0x2e, 0xc3, 0xc4, 0x75, 0x79, 0x20, 0x5c, 0x64, 0x7c, 0x54, 0x01,
- 0xf0, 0x8f, 0x30, 0xea, 0x91, 0x48, 0xda, 0xa2, 0x27, 0x3d, 0xea, 0x07, 0xe8, 0x17, 0xf0, 0x69,
- 0x6a, 0xd6, 0xef, 0x72, 0xd7, 0xa7, 0xf0, 0x00, 0xcc, 0x47, 0x70, 0xeb, 0x4a, 0x5d, 0xf9, 0x6a,
- 0x69, 0x7f, 0x55, 0x4f, 0x95, 0xaf, 0x47, 0xe6, 0x8d, 0x8f, 0x2e, 0x5f, 0x7f, 0x5e, 0x6a, 0x49,
- 0x53, 0xa4, 0x03, 0x55, 0xc4, 0x3a, 0xa4, 0x41, 0xf3, 0xe7, 0x66, 0x93, 0x9b, 0xbd, 0x0e, 0x75,
- 0x03, 0x99, 0x09, 0x96, 0xc1, 0xac, 0xc5, 0x2c, 0x11, 0x6f, 0xb1, 0x15, 0x7e, 0x22, 0x02, 0x36,
- 0x72, 0xed, 0x25, 0x43, 0x03, 0x2c, 0x59, 0xc9, 0xb4, 0x04, 0x51, 0xc7, 0x40, 0x46, 0x1c, 0x25,
- 0xcd, 0xa8, 0x13, 0xb2, 0x24, 0x92, 0xe1, 0x38, 0x39, 0x48, 0x3f, 0x01, 0x90, 0x6c, 0xad, 0x4c,
- 0xb0, 0xad, 0x47, 0x7d, 0xd0, 0xc3, 0x3e, 0xe8, 0xd1, 0x09, 0x90, 0x7d, 0xd0, 0x8f, 0x88, 0x4d,
- 0xa5, 0x6f, 0x6b, 0xc4, 0x13, 0x3d, 0x57, 0x64, 0x25, 0xe3, 0x69, 0x8a, 0x2a, 0x99, 0xbd, 0x73,
- 0x25, 0xf0, 0x30, 0xc5, 0x3a, 0x23, 0x58, 0x77, 0x6e, 0x65, 0x8d, 0x00, 0x52, 0xb0, 0xdf, 0x83,
- 0x9a, 0x60, 0x6d, 0x32, 0xab, 0xd1, 0x37, 0x1c, 0x9f, 0xff, 0xea, 0xf2, 0x33, 0xd7, 0x88, 0x4f,
- 0x04, 0xac, 0x80, 0x39, 0xe2, 0x30, 0xe2, 0xcb, 0x4e, 0x45, 0x03, 0x64, 0x82, 0xcd, 0x02, 0xaf,
+ 0x82, 0xfd, 0x20, 0x2b, 0x8f, 0xc7, 0x71, 0x1c, 0xdb, 0x21, 0xec, 0x72, 0xb2, 0x3d, 0xf3, 0xbc,
+ 0xfc, 0x9e, 0x79, 0x66, 0xfe, 0x63, 0xf0, 0x99, 0xc9, 0x3d, 0x8a, 0x99, 0x45, 0xdd, 0x80, 0x05,
+ 0x7d, 0x7c, 0xd2, 0xa3, 0x5e, 0x5f, 0xef, 0x7a, 0x3c, 0xe0, 0xf0, 0x93, 0x70, 0x4a, 0x8f, 0xa7,
+ 0xd4, 0x8d, 0xb4, 0x25, 0x31, 0x4d, 0xde, 0x73, 0x83, 0xc8, 0x56, 0x5d, 0x4b, 0x4f, 0x5a, 0xcc,
+ 0x92, 0x13, 0x6a, 0x7a, 0xa2, 0x4b, 0x3c, 0xd2, 0xf1, 0xe5, 0xdc, 0xae, 0xc9, 0xfd, 0x0e, 0xf7,
+ 0x71, 0x9b, 0xf8, 0x34, 0xca, 0x8c, 0x4f, 0xf7, 0xda, 0x34, 0x20, 0x7b, 0xb8, 0x4b, 0x6c, 0xe6,
+ 0x92, 0x80, 0x71, 0x57, 0xda, 0x56, 0x6c, 0x6e, 0x73, 0xf1, 0x8a, 0xc3, 0x37, 0x39, 0x5a, 0xb3,
+ 0x39, 0xb7, 0x1d, 0x8a, 0x49, 0x97, 0x61, 0xe2, 0xba, 0x3c, 0x10, 0x2e, 0x32, 0x3e, 0xaa, 0x00,
+ 0xf8, 0x47, 0x18, 0xf5, 0x48, 0x24, 0x6d, 0xd1, 0x93, 0x1e, 0xf5, 0x03, 0xf4, 0x0b, 0xf8, 0x34,
+ 0x35, 0xea, 0x77, 0xb9, 0xeb, 0x53, 0x78, 0x00, 0xe6, 0x23, 0xb8, 0x75, 0xa5, 0xae, 0x7c, 0xb5,
+ 0xb4, 0xbf, 0xaa, 0xa7, 0xca, 0xd7, 0x23, 0xf3, 0xc6, 0x47, 0x97, 0xaf, 0x3f, 0x2f, 0xb5, 0xa4,
+ 0x29, 0xd2, 0x81, 0x2a, 0x62, 0x1d, 0xd2, 0xa0, 0xf9, 0x73, 0xb3, 0xc9, 0xcd, 0x5e, 0x87, 0xba,
+ 0x81, 0xcc, 0x04, 0xcb, 0x60, 0xd6, 0x62, 0x96, 0x88, 0xb7, 0xd8, 0x0a, 0x5f, 0x11, 0x01, 0x1b,
+ 0xb9, 0xf6, 0x92, 0xa1, 0x01, 0x96, 0xac, 0x64, 0x58, 0x82, 0xa8, 0x63, 0x20, 0x23, 0x8e, 0x92,
+ 0x66, 0xd4, 0x09, 0x59, 0x12, 0xc9, 0x70, 0x9c, 0x1c, 0xa4, 0x9f, 0x00, 0x48, 0x96, 0x56, 0x26,
+ 0xd8, 0xd6, 0xa3, 0x3e, 0xe8, 0x61, 0x1f, 0xf4, 0x68, 0x07, 0xc8, 0x3e, 0xe8, 0x47, 0xc4, 0xa6,
+ 0xd2, 0xb7, 0x35, 0xe2, 0x89, 0x9e, 0x2b, 0xb2, 0x92, 0xf1, 0x34, 0x45, 0x95, 0xcc, 0xde, 0xb9,
+ 0x12, 0x78, 0x98, 0x62, 0x9d, 0x11, 0xac, 0x3b, 0xb7, 0xb2, 0x46, 0x00, 0x29, 0xd8, 0xef, 0x41,
+ 0x4d, 0xb0, 0x36, 0x99, 0xd5, 0xe8, 0x1b, 0x8e, 0xcf, 0x7f, 0x75, 0xf9, 0x99, 0x6b, 0xc4, 0x3b,
+ 0x02, 0x56, 0xc0, 0x1c, 0x71, 0x18, 0xf1, 0x65, 0xa7, 0xa2, 0x0f, 0x64, 0x82, 0xcd, 0x02, 0xaf,
0x91, 0x1a, 0x99, 0xf5, 0x1e, 0xdd, 0x4a, 0x9c, 0xd0, 0xfe, 0xb0, 0x5b, 0x8c, 0xf8, 0xc6, 0x29,
- 0x61, 0x0e, 0x69, 0x3b, 0x74, 0x32, 0xd8, 0xc3, 0x64, 0xef, 0xd3, 0x4e, 0x92, 0xab, 0x06, 0x16,
- 0x49, 0x3c, 0x29, 0x3c, 0x17, 0x5a, 0xc9, 0x04, 0xfc, 0x0d, 0xac, 0xd0, 0x73, 0xe6, 0x07, 0xcc,
+ 0x61, 0x0e, 0x69, 0x3b, 0x74, 0x32, 0xd8, 0xc3, 0x64, 0xed, 0xd3, 0x4e, 0x92, 0xab, 0x06, 0x16,
+ 0x49, 0x3c, 0x28, 0x3c, 0x17, 0x5a, 0xc9, 0x00, 0xfc, 0x0d, 0xac, 0xd0, 0x73, 0xe6, 0x07, 0xcc,
0xb5, 0xff, 0xb1, 0x62, 0xf6, 0x99, 0xa9, 0xd8, 0x95, 0x56, 0x39, 0x76, 0x1d, 0x16, 0xa0, 0x83,
- 0x6a, 0xb2, 0x4b, 0xbf, 0x9f, 0xb9, 0xd4, 0x1b, 0x81, 0xe7, 0xe1, 0x38, 0x86, 0x17, 0x03, 0xf4,
- 0x37, 0x58, 0xcb, 0xd8, 0xdf, 0xe3, 0x7e, 0xfe, 0x00, 0xea, 0xf1, 0x05, 0xfb, 0x91, 0xbb, 0x81,
- 0xc7, 0x1d, 0x87, 0x7a, 0x46, 0x24, 0x55, 0x31, 0xd8, 0x3a, 0xf8, 0x98, 0x58, 0x96, 0x47, 0xfd,
- 0x78, 0x5f, 0xe3, 0x21, 0xea, 0x83, 0xad, 0x09, 0xde, 0x12, 0xf3, 0x4f, 0xb0, 0x62, 0x8e, 0x2f,
- 0x4a, 0xd8, 0xfa, 0x18, 0x6c, 0x26, 0x88, 0x44, 0xce, 0x06, 0x40, 0xff, 0x4a, 0x70, 0xc3, 0x71,
- 0x0a, 0xc1, 0xef, 0xeb, 0xf2, 0xbe, 0x50, 0x64, 0x9d, 0xf9, 0xc9, 0x26, 0xd7, 0x39, 0xfb, 0x41,
- 0x75, 0xde, 0xdb, 0xa5, 0xde, 0xbf, 0x5c, 0x00, 0x73, 0xa2, 0x08, 0xe8, 0x82, 0xf9, 0x48, 0x9c,
- 0xe1, 0xd6, 0x18, 0x57, 0x56, 0xfd, 0x55, 0x34, 0xc9, 0x24, 0x4a, 0x83, 0x36, 0x1f, 0xbc, 0x7c,
- 0xfb, 0x64, 0x66, 0x0d, 0xae, 0x62, 0xf1, 0x78, 0x45, 0x5a, 0x3f, 0x7c, 0xc3, 0xe0, 0xff, 0x60,
- 0x69, 0xe4, 0x14, 0xc2, 0xaf, 0xf3, 0x22, 0xe6, 0x3e, 0x08, 0xea, 0xee, 0x34, 0xa6, 0x12, 0xa2,
- 0x2a, 0x20, 0xca, 0x70, 0x19, 0xcb, 0x17, 0x14, 0x0f, 0x2c, 0x66, 0x5d, 0xc0, 0x3e, 0x58, 0x1e,
- 0x31, 0x37, 0x1c, 0x27, 0x1f, 0x20, 0x57, 0xfe, 0xf3, 0x01, 0xf2, 0x25, 0x1c, 0x95, 0x05, 0x00,
- 0x80, 0x0b, 0x31, 0x00, 0x1c, 0x00, 0x90, 0x5c, 0x5b, 0xf8, 0x65, 0x5e, 0xac, 0x8c, 0x0c, 0xa8,
- 0xdb, 0xb7, 0x99, 0xc9, 0x74, 0x9a, 0x48, 0xb7, 0x0e, 0xab, 0xc3, 0x7a, 0x85, 0x60, 0xe0, 0x81,
- 0xf8, 0xb9, 0x80, 0x8f, 0x14, 0x50, 0x1e, 0x97, 0x62, 0xf8, 0x4d, 0x61, 0xf0, 0xac, 0xcc, 0xab,
- 0xdf, 0x4e, 0x67, 0x5c, 0xc8, 0x23, 0xd4, 0x17, 0x0f, 0xc4, 0x8f, 0xe0, 0x59, 0x4e, 0x0b, 0x70,
- 0x51, 0x23, 0x72, 0x94, 0xbd, 0xa8, 0x11, 0x79, 0x7a, 0x8e, 0xbe, 0x10, 0x24, 0x1a, 0xac, 0xe5,
- 0x93, 0x60, 0xf3, 0x98, 0x9a, 0xff, 0xc1, 0x67, 0x0a, 0x58, 0xc9, 0xdc, 0x43, 0x88, 0x0b, 0x4e,
- 0x5c, 0x91, 0xc6, 0xa8, 0xdf, 0x4d, 0xef, 0x20, 0xf1, 0xb6, 0x05, 0x5e, 0x1d, 0x6a, 0x43, 0xbc,
- 0xe4, 0xd6, 0x87, 0x90, 0x91, 0xb6, 0x5e, 0xc0, 0xa7, 0x0a, 0xa8, 0x64, 0xa2, 0x84, 0xe7, 0x17,
- 0x17, 0x1c, 0xca, 0xbb, 0x31, 0x4e, 0xd2, 0x32, 0x54, 0x13, 0x8c, 0x55, 0x58, 0xc9, 0x63, 0x6c,
- 0x18, 0x97, 0xd7, 0x9a, 0x72, 0x75, 0xad, 0x29, 0x6f, 0xae, 0x35, 0xe5, 0xf1, 0x8d, 0x56, 0xba,
- 0xba, 0xd1, 0x4a, 0xaf, 0x6e, 0xb4, 0xd2, 0x5f, 0x3b, 0x36, 0x0b, 0x8e, 0x7b, 0x6d, 0xdd, 0xe4,
- 0x1d, 0xec, 0x73, 0xd7, 0x3b, 0x3e, 0x89, 0x02, 0x9c, 0x27, 0xff, 0x68, 0x83, 0x7e, 0x97, 0xfa,
- 0xed, 0x79, 0xf1, 0x8f, 0xf3, 0xe0, 0x5d, 0x00, 0x00, 0x00, 0xff, 0xff, 0x4f, 0x96, 0x1b, 0x14,
+ 0x6a, 0xb2, 0x4a, 0xbf, 0x9f, 0xb9, 0xd4, 0x1b, 0x81, 0xe7, 0xe1, 0x77, 0x0c, 0x2f, 0x3e, 0xd0,
+ 0xdf, 0x60, 0x2d, 0x63, 0x7f, 0x8f, 0xeb, 0xf9, 0x03, 0xa8, 0xc7, 0x07, 0xec, 0x47, 0xee, 0x06,
+ 0x1e, 0x77, 0x1c, 0xea, 0x19, 0x91, 0x54, 0xc5, 0x60, 0xeb, 0xe0, 0x63, 0x62, 0x59, 0x1e, 0xf5,
+ 0xe3, 0x75, 0x8d, 0x3f, 0x51, 0x1f, 0x6c, 0x4d, 0xf0, 0x96, 0x98, 0x7f, 0x82, 0x15, 0x73, 0x7c,
+ 0x52, 0xc2, 0xd6, 0xc7, 0x60, 0x33, 0x41, 0x24, 0x72, 0x36, 0x00, 0xfa, 0x57, 0x82, 0x1b, 0x8e,
+ 0x53, 0x08, 0x7e, 0x5f, 0x87, 0xf7, 0x85, 0x22, 0xeb, 0xcc, 0x4f, 0x36, 0xb9, 0xce, 0xd9, 0x0f,
+ 0xaa, 0xf3, 0xde, 0x0e, 0xf5, 0xfe, 0xe5, 0x02, 0x98, 0x13, 0x45, 0x40, 0x17, 0xcc, 0x47, 0xe2,
+ 0x0c, 0xb7, 0xc6, 0xb8, 0xb2, 0xea, 0xaf, 0xa2, 0x49, 0x26, 0x51, 0x1a, 0xb4, 0xf9, 0xe0, 0xe5,
+ 0xdb, 0x27, 0x33, 0x6b, 0x70, 0x15, 0x8b, 0xcb, 0x2b, 0xd2, 0xfa, 0xe1, 0x1d, 0x06, 0xff, 0x07,
+ 0x4b, 0x23, 0xbb, 0x10, 0x7e, 0x9d, 0x17, 0x31, 0xf7, 0x42, 0x50, 0x77, 0xa7, 0x31, 0x95, 0x10,
+ 0x55, 0x01, 0x51, 0x86, 0xcb, 0x58, 0xde, 0xa0, 0x78, 0x60, 0x31, 0xeb, 0x02, 0xf6, 0xc1, 0xf2,
+ 0x88, 0xb9, 0xe1, 0x38, 0xf9, 0x00, 0xb9, 0xf2, 0x9f, 0x0f, 0x90, 0x2f, 0xe1, 0xa8, 0x2c, 0x00,
+ 0x00, 0x5c, 0x88, 0x01, 0xe0, 0x00, 0x80, 0xe4, 0xd8, 0xc2, 0x2f, 0xf3, 0x62, 0x65, 0x64, 0x40,
+ 0xdd, 0xbe, 0xcd, 0x4c, 0xa6, 0xd3, 0x44, 0xba, 0x75, 0x58, 0x1d, 0xd6, 0x2b, 0x04, 0x03, 0x0f,
+ 0xc4, 0xe3, 0x02, 0x3e, 0x52, 0x40, 0x79, 0x5c, 0x8a, 0xe1, 0x37, 0x85, 0xc1, 0xb3, 0x32, 0xaf,
+ 0x7e, 0x3b, 0x9d, 0x71, 0x21, 0x8f, 0x50, 0x5f, 0x3c, 0x10, 0x0f, 0xc1, 0xb3, 0x9c, 0x16, 0xe0,
+ 0xa2, 0x46, 0xe4, 0x28, 0x7b, 0x51, 0x23, 0xf2, 0xf4, 0x1c, 0x7d, 0x21, 0x48, 0x34, 0x58, 0xcb,
+ 0x27, 0xc1, 0xe6, 0x31, 0x35, 0xff, 0x83, 0xcf, 0x14, 0xb0, 0x92, 0x39, 0x87, 0x10, 0x17, 0xec,
+ 0xb8, 0x22, 0x8d, 0x51, 0xbf, 0x9b, 0xde, 0x41, 0xe2, 0x6d, 0x0b, 0xbc, 0x3a, 0xd4, 0x86, 0x78,
+ 0xc9, 0xa9, 0x0f, 0x21, 0x23, 0x6d, 0xbd, 0x80, 0x4f, 0x15, 0x50, 0xc9, 0x44, 0x09, 0xf7, 0x2f,
+ 0x2e, 0xd8, 0x94, 0x77, 0x63, 0x9c, 0xa4, 0x65, 0xa8, 0x26, 0x18, 0xab, 0xb0, 0x92, 0xc7, 0xd8,
+ 0x30, 0x2e, 0xaf, 0x35, 0xe5, 0xea, 0x5a, 0x53, 0xde, 0x5c, 0x6b, 0xca, 0xe3, 0x1b, 0xad, 0x74,
+ 0x75, 0xa3, 0x95, 0x5e, 0xdd, 0x68, 0xa5, 0xbf, 0x76, 0x6c, 0x16, 0x1c, 0xf7, 0xda, 0xba, 0xc9,
+ 0x3b, 0xd8, 0xe7, 0xae, 0x77, 0x7c, 0x22, 0x1e, 0xf8, 0x3c, 0xf9, 0xa3, 0x0d, 0xfa, 0x5d, 0xea,
+ 0xb7, 0xe7, 0xc5, 0x1f, 0xe7, 0xc1, 0xbb, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8e, 0x2d, 0xf5, 0x1d,
0x4f, 0x0b, 0x00, 0x00,
}
diff --git a/x/identity/types/tx.pb.go b/x/identity/types/tx.pb.go
index d5370caf3..fe3fee10e 100644
--- a/x/identity/types/tx.pb.go
+++ b/x/identity/types/tx.pb.go
@@ -489,39 +489,39 @@ func init() { proto.RegisterFile("core/identity/tx.proto", fileDescriptor_893033
var fileDescriptor_893033e8c7493d64 = []byte{
// 517 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0x4f, 0x6f, 0xd3, 0x30,
- 0x14, 0x9f, 0xd3, 0xc2, 0x16, 0x0f, 0x26, 0x14, 0x24, 0x1a, 0xa5, 0x28, 0x8a, 0x22, 0x04, 0x85,
- 0x43, 0x2a, 0xc6, 0x0d, 0x89, 0xc3, 0x58, 0x2f, 0x15, 0xaa, 0x84, 0x2c, 0x71, 0xe1, 0x32, 0x52,
- 0xdb, 0x4a, 0x2d, 0x65, 0x71, 0x88, 0x1d, 0xba, 0x7e, 0x03, 0x24, 0x2e, 0x9c, 0xf8, 0x4c, 0x1c,
- 0x77, 0xe0, 0xc0, 0x11, 0xb5, 0x5f, 0x04, 0xc5, 0xa9, 0x4b, 0xff, 0xc4, 0x2a, 0xd3, 0x8e, 0xef,
- 0xe5, 0x97, 0xf7, 0xfb, 0x63, 0xfb, 0xc1, 0x47, 0x98, 0x17, 0xb4, 0xcf, 0x08, 0xcd, 0x24, 0x93,
- 0xb3, 0xbe, 0xbc, 0x8a, 0xf2, 0x82, 0x4b, 0xee, 0xdc, 0xaf, 0xfa, 0x91, 0xee, 0x7b, 0xdd, 0x4d,
- 0x58, 0x8c, 0x31, 0x2f, 0x33, 0x59, 0x63, 0xbd, 0xce, 0xe6, 0x47, 0xc2, 0x48, 0xfd, 0x21, 0xfc,
- 0x06, 0xe0, 0xc3, 0x91, 0x48, 0x10, 0x4d, 0x98, 0x90, 0xb4, 0x18, 0x2e, 0x11, 0x8e, 0x0b, 0x0f,
- 0x71, 0x41, 0x63, 0xc9, 0x0b, 0x17, 0x04, 0xa0, 0x67, 0x23, 0x5d, 0x3a, 0x6f, 0xe0, 0x3d, 0xc2,
- 0xc8, 0x05, 0xe1, 0xb8, 0xbc, 0xa4, 0x99, 0x74, 0xad, 0x00, 0xf4, 0x8e, 0x4f, 0xbd, 0x68, 0x43,
- 0x4d, 0x34, 0x18, 0x0e, 0x06, 0x4b, 0x04, 0x3a, 0x26, 0x8c, 0xe8, 0xc2, 0xe9, 0x42, 0x7b, 0x1a,
- 0xa7, 0x29, 0x95, 0x17, 0x8c, 0xb8, 0xad, 0x00, 0xf4, 0xda, 0xe8, 0xa8, 0x6e, 0x0c, 0x49, 0xf8,
- 0x05, 0x76, 0x1b, 0xc4, 0x20, 0x2a, 0x72, 0x9e, 0x09, 0x5a, 0x89, 0x12, 0x25, 0xc6, 0x54, 0x08,
- 0x25, 0xea, 0x08, 0xe9, 0xf2, 0x96, 0xa2, 0xc2, 0x1f, 0x00, 0x7a, 0x23, 0x91, 0x9c, 0x57, 0x16,
- 0xe9, 0x39, 0xcf, 0x64, 0xc1, 0xd3, 0x94, 0x16, 0x67, 0x75, 0x86, 0x15, 0x6f, 0x4c, 0x48, 0xa1,
- 0x79, 0x6d, 0xa4, 0x4b, 0xe7, 0x31, 0xb4, 0xf3, 0x72, 0x9c, 0x32, 0xfc, 0x8e, 0xce, 0x94, 0x1b,
- 0x1b, 0xfd, 0x6b, 0x38, 0x4f, 0xe1, 0x49, 0x5c, 0xca, 0x49, 0xc5, 0x8e, 0xab, 0xec, 0x84, 0xdb,
- 0x0e, 0x5a, 0x3d, 0x1b, 0x6d, 0x75, 0xab, 0xf9, 0x75, 0x04, 0xc2, 0xbd, 0xa3, 0x00, 0xba, 0x0c,
- 0x73, 0x18, 0x9a, 0x75, 0xad, 0x72, 0x39, 0x81, 0x16, 0x23, 0x4a, 0x5a, 0x1b, 0x59, 0x8c, 0x38,
- 0xaf, 0xe1, 0xe1, 0xf2, 0xf8, 0x97, 0x41, 0x04, 0x5b, 0x41, 0xec, 0x8e, 0xd2, 0x3f, 0x84, 0x5f,
- 0xeb, 0x28, 0x3e, 0xe4, 0xe4, 0x86, 0x51, 0xd4, 0x22, 0xac, 0x95, 0x88, 0xdb, 0x9b, 0xff, 0xa4,
- 0xcc, 0x1b, 0x94, 0xac, 0xcc, 0xaf, 0x99, 0x05, 0x37, 0x35, 0xfb, 0x5e, 0x79, 0x1d, 0xd0, 0x94,
- 0x1a, 0xbc, 0x1a, 0xde, 0xc0, 0x5a, 0x0a, 0xd6, 0x46, 0x0a, 0xe1, 0x13, 0xa5, 0xd9, 0x30, 0x51,
- 0x6b, 0x3e, 0xfd, 0xd5, 0x82, 0xad, 0x91, 0x48, 0x9c, 0x31, 0x7c, 0xb0, 0xf3, 0xf2, 0xc2, 0x2d,
- 0xf9, 0x0d, 0x0f, 0xc2, 0x7b, 0xb1, 0x1f, 0xb3, 0xca, 0x67, 0x0a, 0x3b, 0xa6, 0x7b, 0xfd, 0x7c,
- 0x77, 0x8c, 0x01, 0xea, 0xbd, 0xfc, 0x6f, 0xe8, 0x3a, 0xb1, 0xe9, 0x16, 0x35, 0x10, 0x1b, 0xa0,
- 0x4d, 0xc4, 0xfb, 0x6e, 0xc4, 0x14, 0x76, 0x4c, 0x47, 0xda, 0x40, 0x6c, 0x80, 0x36, 0x11, 0xef,
- 0x39, 0xd6, 0xb7, 0x67, 0x3f, 0xe7, 0x3e, 0xb8, 0x9e, 0xfb, 0xe0, 0xcf, 0xdc, 0x07, 0xdf, 0x17,
- 0xfe, 0xc1, 0xf5, 0xc2, 0x3f, 0xf8, 0xbd, 0xf0, 0x0f, 0x3e, 0x3e, 0x4b, 0x98, 0x9c, 0x94, 0xe3,
- 0x08, 0xf3, 0xcb, 0xbe, 0xe0, 0x59, 0x31, 0xf9, 0xdc, 0x57, 0x1b, 0xf9, 0x6a, 0x6d, 0xaf, 0xcf,
- 0x72, 0x2a, 0xc6, 0x77, 0xd5, 0x5a, 0x7e, 0xf5, 0x37, 0x00, 0x00, 0xff, 0xff, 0x59, 0x6b, 0xed,
- 0x59, 0xf5, 0x05, 0x00, 0x00,
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0x4d, 0x8b, 0xd3, 0x40,
+ 0x18, 0xde, 0x49, 0xab, 0xbb, 0x99, 0xd5, 0x45, 0x22, 0xd8, 0x90, 0x4a, 0x08, 0x41, 0xb4, 0x7a,
+ 0x48, 0x71, 0xbd, 0x09, 0x1e, 0xd6, 0xed, 0xa5, 0x48, 0x41, 0x06, 0xbc, 0x78, 0x59, 0xd3, 0x99,
+ 0x21, 0x1d, 0xc8, 0x66, 0x62, 0x66, 0x62, 0xb7, 0xff, 0x40, 0xf0, 0xe2, 0xc9, 0xdf, 0xe4, 0x71,
+ 0x0f, 0x1e, 0x3c, 0x4a, 0xfb, 0x47, 0x24, 0x93, 0x4e, 0xed, 0x47, 0x86, 0xba, 0xec, 0x29, 0xbc,
+ 0xef, 0x3c, 0x79, 0x9f, 0x8f, 0xf9, 0x80, 0x8f, 0x30, 0x2f, 0x68, 0x9f, 0x11, 0x9a, 0x49, 0x26,
+ 0x67, 0x7d, 0x79, 0x15, 0xe5, 0x05, 0x97, 0xdc, 0xb9, 0x5f, 0xf5, 0x23, 0xdd, 0xf7, 0xba, 0x9b,
+ 0xb0, 0x18, 0x63, 0x5e, 0x66, 0xb2, 0xc6, 0x7a, 0x9d, 0xcd, 0x45, 0xc2, 0x48, 0xbd, 0x10, 0x7e,
+ 0x03, 0xf0, 0xe1, 0x48, 0x24, 0x88, 0x26, 0x4c, 0x48, 0x5a, 0x0c, 0x97, 0x08, 0xc7, 0x85, 0x87,
+ 0xb8, 0xa0, 0xb1, 0xe4, 0x85, 0x0b, 0x02, 0xd0, 0xb3, 0x91, 0x2e, 0x9d, 0x37, 0xf0, 0x1e, 0x61,
+ 0xe4, 0x82, 0x70, 0x5c, 0x5e, 0xd2, 0x4c, 0xba, 0x56, 0x00, 0x7a, 0xc7, 0xa7, 0x5e, 0xb4, 0xa1,
+ 0x26, 0x1a, 0x0c, 0x07, 0x83, 0x25, 0x02, 0x1d, 0x13, 0x46, 0x74, 0xe1, 0x74, 0xa1, 0x3d, 0x8d,
+ 0xd3, 0x94, 0xca, 0x0b, 0x46, 0xdc, 0x56, 0x00, 0x7a, 0x6d, 0x74, 0x54, 0x37, 0x86, 0x24, 0xfc,
+ 0x02, 0xbb, 0x0d, 0x62, 0x10, 0x15, 0x39, 0xcf, 0x04, 0xad, 0x44, 0x89, 0x12, 0x63, 0x2a, 0x84,
+ 0x12, 0x75, 0x84, 0x74, 0x79, 0x4b, 0x51, 0xe1, 0x0f, 0x00, 0xbd, 0x91, 0x48, 0xce, 0x2b, 0x8b,
+ 0xf4, 0x9c, 0x67, 0xb2, 0xe0, 0x69, 0x4a, 0x8b, 0xb3, 0x3a, 0xc3, 0x8a, 0x37, 0x26, 0xa4, 0xd0,
+ 0xbc, 0x36, 0xd2, 0xa5, 0xf3, 0x18, 0xda, 0x79, 0x39, 0x4e, 0x19, 0x7e, 0x47, 0x67, 0xca, 0x8d,
+ 0x8d, 0xfe, 0x35, 0x9c, 0xa7, 0xf0, 0x24, 0x2e, 0xe5, 0xa4, 0x62, 0xc7, 0x55, 0x76, 0xc2, 0x6d,
+ 0x07, 0xad, 0x9e, 0x8d, 0xb6, 0xba, 0xd5, 0xfc, 0x3a, 0x02, 0xe1, 0xde, 0x51, 0x00, 0x5d, 0x86,
+ 0x39, 0x0c, 0xcd, 0xba, 0x56, 0xb9, 0x9c, 0x40, 0x8b, 0x11, 0x25, 0xad, 0x8d, 0x2c, 0x46, 0x9c,
+ 0xd7, 0xf0, 0x70, 0xb9, 0xfd, 0xcb, 0x20, 0x82, 0xad, 0x20, 0x76, 0x47, 0xe9, 0x1f, 0xc2, 0xaf,
+ 0x75, 0x14, 0x1f, 0x72, 0x72, 0xc3, 0x28, 0x6a, 0x11, 0xd6, 0x4a, 0xc4, 0xed, 0xcd, 0x7f, 0x52,
+ 0xe6, 0x0d, 0x4a, 0x56, 0xe6, 0xd7, 0xcc, 0x82, 0x9b, 0x9a, 0x7d, 0xaf, 0xbc, 0x0e, 0x68, 0x4a,
+ 0x0d, 0x5e, 0x0d, 0x77, 0x60, 0x2d, 0x05, 0x6b, 0x23, 0x85, 0xf0, 0x89, 0xd2, 0x6c, 0x98, 0xa8,
+ 0x35, 0x9f, 0xfe, 0x6a, 0xc1, 0xd6, 0x48, 0x24, 0xce, 0x18, 0x3e, 0xd8, 0xb9, 0x79, 0xe1, 0x96,
+ 0xfc, 0x86, 0x0b, 0xe1, 0xbd, 0xd8, 0x8f, 0x59, 0xe5, 0x33, 0x85, 0x1d, 0xd3, 0xb9, 0x7e, 0xbe,
+ 0x3b, 0xc6, 0x00, 0xf5, 0x5e, 0xfe, 0x37, 0x74, 0x9d, 0xd8, 0x74, 0x8a, 0x1a, 0x88, 0x0d, 0xd0,
+ 0x26, 0xe2, 0x7d, 0x27, 0x62, 0x0a, 0x3b, 0xa6, 0x2d, 0x6d, 0x20, 0x36, 0x40, 0x9b, 0x88, 0xf7,
+ 0x6c, 0xeb, 0xdb, 0xb3, 0x9f, 0x73, 0x1f, 0x5c, 0xcf, 0x7d, 0xf0, 0x67, 0xee, 0x83, 0xef, 0x0b,
+ 0xff, 0xe0, 0x7a, 0xe1, 0x1f, 0xfc, 0x5e, 0xf8, 0x07, 0x1f, 0x9f, 0x25, 0x4c, 0x4e, 0xca, 0x71,
+ 0x84, 0xf9, 0x65, 0x5f, 0xf0, 0xac, 0x98, 0x7c, 0x56, 0x9f, 0xfe, 0xd5, 0xda, 0xbb, 0x3e, 0xcb,
+ 0xa9, 0x18, 0xdf, 0x55, 0xcf, 0xf2, 0xab, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x98, 0xd0, 0x03,
+ 0x50, 0xf5, 0x05, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/x/service/client/cli/query.go b/x/service/client/cli/query.go
index af5c40f21..862e71098 100644
--- a/x/service/client/cli/query.go
+++ b/x/service/client/cli/query.go
@@ -10,7 +10,7 @@ import (
// "github.com/cosmos/cosmos-sdk/client/flags"
// sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/types"
)
// GetQueryCmd returns the cli query commands for this module
diff --git a/x/service/client/cli/query_params.go b/x/service/client/cli/query_params.go
index dea7be65c..d85aa7ea6 100644
--- a/x/service/client/cli/query_params.go
+++ b/x/service/client/cli/query_params.go
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/spf13/cobra"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/types"
)
func CmdQueryParams() *cobra.Command {
diff --git a/x/service/client/cli/tx.go b/x/service/client/cli/tx.go
index b69760302..154b770af 100644
--- a/x/service/client/cli/tx.go
+++ b/x/service/client/cli/tx.go
@@ -8,7 +8,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
// "github.com/cosmos/cosmos-sdk/client/flags"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/types"
)
var (
diff --git a/x/service/client/cli/tx_service_record.go b/x/service/client/cli/tx_service_record.go
index 5b53e13ed..1c744babe 100644
--- a/x/service/client/cli/tx_service_record.go
+++ b/x/service/client/cli/tx_service_record.go
@@ -6,7 +6,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/client/tx"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/types"
"github.com/spf13/cobra"
)
diff --git a/x/service/genesis.go b/x/service/genesis.go
index 7bf307d96..5df723254 100644
--- a/x/service/genesis.go
+++ b/x/service/genesis.go
@@ -2,8 +2,8 @@ package service
import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/x/service/keeper"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/keeper"
+ "github.com/sonrhq/sonr/x/service/types"
)
// InitGenesis initializes the module's state from a provided genesis state.
diff --git a/x/service/genesis_test.go b/x/service/genesis_test.go
index d638ca987..9d1e2729d 100644
--- a/x/service/genesis_test.go
+++ b/x/service/genesis_test.go
@@ -3,10 +3,10 @@ package service_test
import (
"testing"
- keepertest "github.com/sonrhq/core/testutil/keeper"
- "github.com/sonrhq/core/testutil/nullify"
- "github.com/sonrhq/core/x/service"
- "github.com/sonrhq/core/x/service/types"
+ keepertest "github.com/sonrhq/sonr/testutil/keeper"
+ "github.com/sonrhq/sonr/testutil/nullify"
+ "github.com/sonrhq/sonr/x/service"
+ "github.com/sonrhq/sonr/x/service/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/service/keeper/keeper.go b/x/service/keeper/keeper.go
index c8301bad9..f7e20e41a 100644
--- a/x/service/keeper/keeper.go
+++ b/x/service/keeper/keeper.go
@@ -11,7 +11,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/types"
)
type (
diff --git a/x/service/keeper/msg_server.go b/x/service/keeper/msg_server.go
index ad4ef19a1..2e141f81b 100644
--- a/x/service/keeper/msg_server.go
+++ b/x/service/keeper/msg_server.go
@@ -4,7 +4,7 @@ import (
"context"
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/types"
)
type msgServer struct {
diff --git a/x/service/keeper/params.go b/x/service/keeper/params.go
index 1e083e442..a1e7f773d 100644
--- a/x/service/keeper/params.go
+++ b/x/service/keeper/params.go
@@ -4,7 +4,7 @@ import (
"strings"
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/types"
)
// GetParams get all parameters as types.Params
diff --git a/x/service/keeper/query.go b/x/service/keeper/query.go
index 6aa5ec208..4595cf39a 100644
--- a/x/service/keeper/query.go
+++ b/x/service/keeper/query.go
@@ -8,7 +8,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"github.com/cosmos/cosmos-sdk/types/query"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/types"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/x/service/module.go b/x/service/module.go
index 1a08f332a..21d4b1e04 100644
--- a/x/service/module.go
+++ b/x/service/module.go
@@ -17,9 +17,9 @@ import (
cdctypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
- "github.com/sonrhq/core/x/service/client/cli"
- "github.com/sonrhq/core/x/service/keeper"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/client/cli"
+ "github.com/sonrhq/sonr/x/service/keeper"
+ "github.com/sonrhq/sonr/x/service/types"
)
var (
diff --git a/x/service/module_simulation.go b/x/service/module_simulation.go
index ec7649ea9..2d46e3da4 100644
--- a/x/service/module_simulation.go
+++ b/x/service/module_simulation.go
@@ -8,9 +8,9 @@ import (
"github.com/cosmos/cosmos-sdk/types/module"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
- "github.com/sonrhq/core/testutil/sample"
- servicesimulation "github.com/sonrhq/core/x/service/simulation"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/testutil/sample"
+ servicesimulation "github.com/sonrhq/sonr/x/service/simulation"
+ "github.com/sonrhq/sonr/x/service/types"
)
// avoid unused import issue
diff --git a/x/service/simulation/service_record.go b/x/service/simulation/service_record.go
index f16413c90..0f93b5225 100644
--- a/x/service/simulation/service_record.go
+++ b/x/service/simulation/service_record.go
@@ -8,8 +8,8 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
- "github.com/sonrhq/core/x/service/keeper"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/keeper"
+ "github.com/sonrhq/sonr/x/service/types"
)
func SimulateMsgCreateServiceRecord(
diff --git a/x/service/types/expected_keepers.go b/x/service/types/expected_keepers.go
index 4d0faab5a..8b0d15223 100644
--- a/x/service/types/expected_keepers.go
+++ b/x/service/types/expected_keepers.go
@@ -6,7 +6,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth/types"
"github.com/cosmos/cosmos-sdk/x/group"
- identitytypes "github.com/sonrhq/core/x/identity/types"
+ identitytypes "github.com/sonrhq/sonr/x/identity/types"
)
type GroupKeeper interface {
diff --git a/x/service/types/genesis.pb.go b/x/service/types/genesis.pb.go
index 642e66c12..c840a683a 100644
--- a/x/service/types/genesis.pb.go
+++ b/x/service/types/genesis.pb.go
@@ -91,7 +91,7 @@ func init() {
func init() { proto.RegisterFile("core/service/genesis.proto", fileDescriptor_7bd0c748f4da7215) }
var fileDescriptor_7bd0c748f4da7215 = []byte{
- // 249 bytes of a gzipped FileDescriptorProto
+ // 248 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4a, 0xce, 0x2f, 0x4a,
0xd5, 0x2f, 0x4e, 0x2d, 0x2a, 0xcb, 0x4c, 0x4e, 0xd5, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c,
0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x01, 0xc9, 0xe9, 0x41, 0xe5, 0xa4, 0x24, 0x51,
@@ -105,9 +105,9 @@ var fileDescriptor_7bd0c748f4da7215 = []byte{
0x69, 0x5e, 0x89, 0x04, 0xb3, 0x02, 0xa3, 0x06, 0x4b, 0x10, 0x16, 0x19, 0x27, 0x87, 0x13, 0x8f,
0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b,
0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x52, 0x4b, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2,
- 0x4b, 0xce, 0xcf, 0xd5, 0x2f, 0xce, 0xcf, 0x2b, 0xca, 0x28, 0xd4, 0x07, 0x07, 0x51, 0x05, 0x3c,
- 0x90, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0xc1, 0x61, 0x0c, 0x08, 0x00, 0x00, 0xff,
- 0xff, 0x78, 0x2b, 0x13, 0x11, 0x86, 0x01, 0x00, 0x00,
+ 0x4b, 0xce, 0xcf, 0xd5, 0x2f, 0xce, 0xcf, 0x2b, 0xca, 0x28, 0x04, 0x53, 0xfa, 0x15, 0xf0, 0x40,
+ 0x2a, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x07, 0x87, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff,
+ 0x74, 0xc1, 0xe4, 0x49, 0x86, 0x01, 0x00, 0x00,
}
func (m *GenesisState) Marshal() (dAtA []byte, err error) {
diff --git a/x/service/types/genesis_test.go b/x/service/types/genesis_test.go
index f095f9e51..dba1dde35 100644
--- a/x/service/types/genesis_test.go
+++ b/x/service/types/genesis_test.go
@@ -3,7 +3,7 @@ package types_test
import (
"testing"
- "github.com/sonrhq/core/x/service/types"
+ "github.com/sonrhq/sonr/x/service/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/service/types/messages_service_record_test.go b/x/service/types/messages_service_record_test.go
index fce8fd9a6..9b702cbea 100644
--- a/x/service/types/messages_service_record_test.go
+++ b/x/service/types/messages_service_record_test.go
@@ -4,7 +4,7 @@ import (
"testing"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
- "github.com/sonrhq/core/testutil/sample"
+ "github.com/sonrhq/sonr/testutil/sample"
"github.com/stretchr/testify/require"
)
diff --git a/x/service/types/params.go b/x/service/types/params.go
index 6da54fa7d..cf195e30f 100644
--- a/x/service/types/params.go
+++ b/x/service/types/params.go
@@ -4,7 +4,7 @@ import (
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
"github.com/go-webauthn/webauthn/protocol"
"github.com/go-webauthn/webauthn/protocol/webauthncose"
- "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/sonr/internal/crypto"
"gopkg.in/yaml.v2"
)
diff --git a/x/service/types/params.pb.go b/x/service/types/params.pb.go
index ba8d9064c..75e046a20 100644
--- a/x/service/types/params.pb.go
+++ b/x/service/types/params.pb.go
@@ -66,7 +66,7 @@ func init() {
func init() { proto.RegisterFile("core/service/params.proto", fileDescriptor_7c849a488e547d45) }
var fileDescriptor_7c849a488e547d45 = []byte{
- // 147 bytes of a gzipped FileDescriptorProto
+ // 146 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4c, 0xce, 0x2f, 0x4a,
0xd5, 0x2f, 0x4e, 0x2d, 0x2a, 0xcb, 0x4c, 0x4e, 0xd5, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6,
0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x01, 0x49, 0xe9, 0x41, 0xa5, 0xa4, 0x44, 0xd2, 0xf3,
@@ -74,9 +74,9 @@ var fileDescriptor_7c849a488e547d45 = []byte{
0x15, 0xcb, 0x8c, 0x05, 0xf2, 0x0c, 0x4e, 0x0e, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7,
0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c,
0xc7, 0x10, 0xa5, 0x96, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x5f, 0x9c,
- 0x9f, 0x57, 0x94, 0x51, 0xa8, 0x0f, 0xb6, 0xba, 0x02, 0x6e, 0x79, 0x49, 0x65, 0x41, 0x6a, 0x71,
- 0x12, 0x1b, 0xd8, 0x60, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc8, 0x5b, 0x50, 0xb6, 0x99,
- 0x00, 0x00, 0x00,
+ 0x9f, 0x57, 0x94, 0x51, 0x08, 0xa6, 0xf4, 0x2b, 0xe0, 0x96, 0x97, 0x54, 0x16, 0xa4, 0x16, 0x27,
+ 0xb1, 0x81, 0x0d, 0x36, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xc4, 0xb1, 0xa7, 0xee, 0x99, 0x00,
+ 0x00, 0x00,
}
func (m *Params) Marshal() (dAtA []byte, err error) {
diff --git a/x/service/types/query.pb.go b/x/service/types/query.pb.go
index 8efeb5e95..34f7cabcd 100644
--- a/x/service/types/query.pb.go
+++ b/x/service/types/query.pb.go
@@ -10,7 +10,7 @@ import (
_ "github.com/cosmos/gogoproto/gogoproto"
grpc1 "github.com/cosmos/gogoproto/grpc"
proto "github.com/cosmos/gogoproto/proto"
- _ "github.com/sonrhq/core/x/identity/types"
+ _ "github.com/sonrhq/sonr/x/identity/types"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -318,39 +318,39 @@ func init() {
func init() { proto.RegisterFile("core/service/query.proto", fileDescriptor_5cf4b2348245f9e3) }
var fileDescriptor_5cf4b2348245f9e3 = []byte{
- // 501 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0x41, 0x6f, 0xd3, 0x30,
- 0x14, 0xc7, 0x9b, 0x0d, 0x2a, 0x61, 0x98, 0x40, 0xa6, 0x94, 0x52, 0x4a, 0x18, 0x39, 0x0c, 0x34,
- 0x24, 0x5b, 0x2b, 0x12, 0x67, 0xb6, 0x03, 0x15, 0xb7, 0x11, 0x6e, 0xdc, 0xdc, 0xd4, 0xa4, 0x16,
- 0x69, 0x9c, 0xda, 0xee, 0x44, 0x85, 0xb8, 0x4c, 0x1c, 0x38, 0x22, 0xf1, 0x49, 0xf8, 0x16, 0x3b,
- 0x4e, 0xe2, 0xc2, 0x09, 0xa1, 0x96, 0x0f, 0x82, 0x62, 0xbf, 0x41, 0x4d, 0x13, 0x40, 0xbb, 0x25,
- 0xf1, 0xff, 0xff, 0xde, 0xef, 0xe5, 0xfd, 0x8d, 0x3a, 0x89, 0x54, 0x9c, 0x6a, 0xae, 0x8e, 0x44,
- 0xc2, 0xe9, 0x74, 0xc6, 0xd5, 0x9c, 0x14, 0x4a, 0x1a, 0x89, 0xaf, 0x94, 0x27, 0x04, 0x4e, 0xba,
- 0x37, 0xad, 0x4e, 0x8c, 0x78, 0x6e, 0x84, 0x99, 0xd3, 0x91, 0x18, 0x39, 0x59, 0xf7, 0x96, 0x57,
- 0xa0, 0x60, 0x8a, 0x4d, 0x74, 0xe5, 0x91, 0xe2, 0x89, 0x54, 0x67, 0xae, 0xdd, 0x44, 0xea, 0x89,
- 0xd4, 0x74, 0xc8, 0x34, 0x74, 0xa5, 0x47, 0x7b, 0x43, 0x6e, 0xd8, 0x1e, 0x2d, 0x58, 0x2a, 0x72,
- 0x66, 0x84, 0xcc, 0x41, 0xdb, 0x4a, 0x65, 0x2a, 0xed, 0x23, 0x2d, 0x9f, 0xe0, 0x6b, 0x2f, 0x95,
- 0x32, 0xcd, 0x38, 0x65, 0x85, 0xa0, 0x2c, 0xcf, 0xa5, 0xb1, 0x16, 0x68, 0x1d, 0xb5, 0x10, 0x7e,
- 0x5e, 0x56, 0x3d, 0xb4, 0x3c, 0x31, 0x9f, 0xce, 0xb8, 0x36, 0xd1, 0x33, 0x74, 0xdd, 0xfb, 0xaa,
+ // 503 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0x31, 0x6f, 0x13, 0x31,
+ 0x14, 0xc7, 0x73, 0x2d, 0x44, 0xc2, 0x50, 0x81, 0x4c, 0x08, 0x21, 0x84, 0xa3, 0xdc, 0x50, 0x50,
+ 0x91, 0x6c, 0x35, 0x48, 0xcc, 0xb4, 0x03, 0x11, 0x5b, 0x39, 0x36, 0x36, 0xe7, 0x62, 0x2e, 0x16,
+ 0x97, 0xf3, 0xc5, 0x76, 0x2a, 0x22, 0xc4, 0x52, 0x31, 0x30, 0x22, 0xf1, 0x49, 0xf8, 0x16, 0x1d,
+ 0x2b, 0xb1, 0x30, 0x21, 0x94, 0xf0, 0x41, 0xd0, 0xd9, 0xaf, 0x10, 0x93, 0x3b, 0x40, 0x9d, 0x72,
+ 0xf1, 0xfb, 0xbf, 0xf7, 0x7e, 0xcf, 0xef, 0x6f, 0xd4, 0x49, 0xa4, 0xe2, 0x54, 0x73, 0x75, 0x24,
+ 0x12, 0x4e, 0xa7, 0x33, 0xae, 0xe6, 0xa4, 0x50, 0xd2, 0x48, 0x7c, 0xa5, 0x8c, 0x10, 0x88, 0x74,
+ 0x6f, 0x5a, 0x9d, 0x18, 0xf1, 0xdc, 0x08, 0x33, 0xa7, 0x23, 0x31, 0x72, 0xb2, 0xee, 0x2d, 0xaf,
+ 0x40, 0xc1, 0x14, 0x9b, 0xe8, 0xca, 0x90, 0xe2, 0x89, 0x54, 0x67, 0x59, 0xbb, 0x89, 0xd4, 0x13,
+ 0xa9, 0xe9, 0x90, 0x69, 0xe8, 0x4a, 0x8f, 0xf6, 0x86, 0xdc, 0xb0, 0x3d, 0x5a, 0xb0, 0x54, 0xe4,
+ 0xcc, 0x08, 0x99, 0x83, 0xb6, 0x95, 0xca, 0x54, 0xda, 0x4f, 0x5a, 0x7e, 0xc1, 0x69, 0x2f, 0x95,
+ 0x32, 0xcd, 0x38, 0x65, 0x85, 0xa0, 0x2c, 0xcf, 0xa5, 0xb1, 0x29, 0xd0, 0x3a, 0x6a, 0x21, 0xfc,
+ 0xbc, 0xac, 0x7a, 0x68, 0x79, 0x62, 0x3e, 0x9d, 0x71, 0x6d, 0xa2, 0x67, 0xe8, 0xba, 0x77, 0xaa,
0x0b, 0x99, 0x6b, 0x8e, 0xfb, 0xa8, 0xe9, 0xb8, 0x3b, 0xc1, 0x76, 0xf0, 0xe0, 0x72, 0xbf, 0x45,
0x56, 0x47, 0x27, 0x4e, 0x7d, 0x70, 0xe1, 0xe4, 0xdb, 0xdd, 0x46, 0x0c, 0xca, 0xe8, 0x31, 0xea,
0xd9, 0x52, 0x03, 0x6e, 0x5e, 0x38, 0x5d, 0x6c, 0xe7, 0x83, 0x56, 0xb8, 0x8d, 0x9a, 0x52, 0x89,
- 0x54, 0xe4, 0xb6, 0xe6, 0xa5, 0x18, 0xde, 0xa2, 0x31, 0xba, 0x53, 0xe3, 0x03, 0x98, 0x01, 0xda,
- 0xf2, 0x0e, 0x80, 0xe9, 0xb6, 0xcf, 0xe4, 0x49, 0x00, 0xcd, 0xf7, 0x45, 0xaf, 0x80, 0x70, 0x3f,
- 0xcb, 0x2a, 0x09, 0x9f, 0x22, 0xf4, 0xfb, 0x57, 0x43, 0x97, 0x1d, 0xe2, 0xf6, 0x42, 0xca, 0xbd,
- 0x10, 0x97, 0x06, 0xd8, 0x0b, 0x39, 0x64, 0x29, 0x07, 0x6f, 0xbc, 0xe2, 0x8c, 0x3e, 0x07, 0x30,
- 0xd2, 0x7a, 0xa3, 0xfa, 0x91, 0x36, 0xcf, 0x33, 0x12, 0x1e, 0x78, 0xc8, 0x1b, 0x16, 0xf9, 0xfe,
- 0x3f, 0x91, 0x1d, 0xc5, 0x2a, 0x73, 0xff, 0xfd, 0x26, 0xba, 0x68, 0x99, 0xf1, 0x6b, 0xd4, 0x74,
- 0xfb, 0xc5, 0xdb, 0x3e, 0xce, 0x7a, 0x7c, 0xba, 0xf7, 0xfe, 0xa2, 0x70, 0x4d, 0xa2, 0xde, 0xf1,
- 0x97, 0x1f, 0x9f, 0x36, 0xda, 0xb8, 0x45, 0x6d, 0xf6, 0x5d, 0x58, 0xce, 0xae, 0x00, 0xfe, 0x10,
- 0xfc, 0xf1, 0x27, 0xf0, 0x6e, 0x45, 0xc9, 0x9a, 0x48, 0x75, 0x1f, 0xfe, 0x97, 0x16, 0x40, 0x42,
- 0x0b, 0xd2, 0xc1, 0x6d, 0xea, 0x5d, 0xc2, 0xb7, 0x2e, 0x86, 0xef, 0xf0, 0x71, 0x80, 0xae, 0x79,
- 0xce, 0xfd, 0x2c, 0xab, 0xa4, 0xa9, 0x89, 0x4f, 0x25, 0x4d, 0x5d, 0x02, 0xa2, 0x1b, 0x96, 0xe6,
- 0x2a, 0xde, 0xf2, 0x68, 0x0e, 0x9e, 0x9c, 0x2c, 0xc2, 0xe0, 0x74, 0x11, 0x06, 0xdf, 0x17, 0x61,
- 0xf0, 0x71, 0x19, 0x36, 0x4e, 0x97, 0x61, 0xe3, 0xeb, 0x32, 0x6c, 0xbc, 0xdc, 0x49, 0x85, 0x19,
- 0xcf, 0x86, 0x24, 0x91, 0x13, 0xaa, 0x65, 0xae, 0xc6, 0x53, 0xe7, 0x7c, 0xf3, 0x6b, 0x12, 0x33,
- 0x2f, 0xb8, 0x1e, 0x36, 0xed, 0x75, 0x7f, 0xf4, 0x33, 0x00, 0x00, 0xff, 0xff, 0xbd, 0x53, 0xf6,
- 0x2f, 0xc7, 0x04, 0x00, 0x00,
+ 0x54, 0xe4, 0xb6, 0xe6, 0xa5, 0x18, 0xfe, 0x45, 0x63, 0x74, 0xa7, 0x26, 0x0f, 0x60, 0x06, 0x68,
+ 0xcb, 0x0b, 0x00, 0xd3, 0x6d, 0x9f, 0xc9, 0x93, 0x00, 0x9a, 0x9f, 0x17, 0xbd, 0x02, 0xc2, 0xfd,
+ 0x2c, 0xab, 0x24, 0x7c, 0x8a, 0xd0, 0xef, 0xab, 0x86, 0x2e, 0x3b, 0xc4, 0xed, 0x85, 0x94, 0x7b,
+ 0x21, 0xce, 0x0d, 0xb0, 0x17, 0x72, 0xc8, 0x52, 0x0e, 0xb9, 0xf1, 0x4a, 0x66, 0xf4, 0x39, 0x80,
+ 0x91, 0xd6, 0x1b, 0xd5, 0x8f, 0xb4, 0x79, 0x9e, 0x91, 0xf0, 0xc0, 0x43, 0xde, 0xb0, 0xc8, 0xf7,
+ 0xff, 0x89, 0xec, 0x28, 0x56, 0x99, 0xfb, 0xef, 0x37, 0xd1, 0x45, 0xcb, 0x8c, 0x5f, 0xa3, 0xa6,
+ 0xdb, 0x2f, 0xde, 0xf6, 0x71, 0xd6, 0xed, 0xd3, 0xbd, 0xf7, 0x17, 0x85, 0x6b, 0x12, 0xf5, 0x8e,
+ 0xbf, 0xfc, 0xf8, 0xb4, 0xd1, 0xc6, 0x2d, 0x6a, 0xbd, 0xef, 0xcc, 0x72, 0xf6, 0x04, 0xf0, 0x87,
+ 0xe0, 0x8f, 0x9b, 0xc0, 0xbb, 0x15, 0x25, 0x6b, 0x2c, 0xd5, 0x7d, 0xf8, 0x5f, 0x5a, 0x00, 0x09,
+ 0x2d, 0x48, 0x07, 0xb7, 0xa9, 0xf7, 0x08, 0xdf, 0x3a, 0x1b, 0xbe, 0xc3, 0xc7, 0x01, 0xba, 0xe6,
+ 0x65, 0xee, 0x67, 0x59, 0x25, 0x4d, 0x8d, 0x7d, 0x2a, 0x69, 0xea, 0x1c, 0x10, 0xdd, 0xb0, 0x34,
+ 0x57, 0xf1, 0x96, 0x47, 0x73, 0xf0, 0xe4, 0x64, 0x11, 0x06, 0xa7, 0x8b, 0x30, 0xf8, 0xbe, 0x08,
+ 0x83, 0x8f, 0xcb, 0xb0, 0x71, 0xba, 0x0c, 0x1b, 0x5f, 0x97, 0x61, 0xe3, 0xe5, 0x4e, 0x2a, 0xcc,
+ 0x78, 0x36, 0x24, 0x89, 0x9c, 0x50, 0x2d, 0x73, 0x35, 0x9e, 0xda, 0x1f, 0xfa, 0xe6, 0xd7, 0x24,
+ 0x66, 0x5e, 0x70, 0x3d, 0x6c, 0xda, 0xe7, 0xfe, 0xe8, 0x67, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb1,
+ 0xb9, 0x01, 0x77, 0xc7, 0x04, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/x/service/types/record.go b/x/service/types/record.go
index d550e51be..043bba242 100644
--- a/x/service/types/record.go
+++ b/x/service/types/record.go
@@ -9,7 +9,7 @@ import (
"strings"
"github.com/go-webauthn/webauthn/protocol"
- "github.com/sonrhq/core/types/webauthn"
+ "github.com/sonrhq/sonr/types/webauthn"
)
const (
diff --git a/x/service/types/record.pb.go b/x/service/types/record.pb.go
index 78dde40a7..1b9b7d740 100644
--- a/x/service/types/record.pb.go
+++ b/x/service/types/record.pb.go
@@ -227,29 +227,29 @@ func init() { proto.RegisterFile("core/service/record.proto", fileDescriptor_17b
var fileDescriptor_17bfe358aaf56022 = []byte{
// 357 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x91, 0x4f, 0x6e, 0xe2, 0x30,
- 0x18, 0xc5, 0xe3, 0x84, 0x7f, 0xf9, 0x80, 0x51, 0xe4, 0x99, 0x85, 0x67, 0x34, 0x8a, 0x22, 0x16,
- 0x23, 0x34, 0x0b, 0xb2, 0x98, 0x0b, 0x0c, 0x54, 0x69, 0xc5, 0x86, 0x56, 0x0e, 0x52, 0xd5, 0x76,
- 0x81, 0xc0, 0x71, 0xc1, 0x12, 0xc4, 0xa9, 0x1d, 0xaa, 0x72, 0x8b, 0xde, 0xa3, 0x17, 0xe9, 0x92,
- 0x65, 0x97, 0x15, 0x5c, 0xa4, 0x8a, 0x49, 0x29, 0xbb, 0xf7, 0x7b, 0xef, 0xb3, 0xf5, 0xa4, 0x07,
- 0x3f, 0x99, 0x54, 0x3c, 0xd4, 0x5c, 0x3d, 0x0a, 0xc6, 0x43, 0xc5, 0x99, 0x54, 0x49, 0x2f, 0x53,
- 0x32, 0x97, 0xb8, 0x55, 0x44, 0xbd, 0x32, 0xea, 0xbc, 0x20, 0x68, 0xc7, 0x07, 0x4d, 0xcd, 0x15,
- 0xfe, 0x06, 0xb6, 0x48, 0x08, 0x0a, 0x50, 0xd7, 0xa5, 0xb6, 0x48, 0xb0, 0x0f, 0xc0, 0x64, 0x9a,
- 0x2b, 0xb9, 0x5c, 0x72, 0x45, 0x6c, 0xe3, 0x9f, 0x38, 0x98, 0x40, 0x5d, 0x2a, 0x31, 0x17, 0xa9,
- 0x26, 0x4e, 0xe0, 0x74, 0x5d, 0xfa, 0x89, 0x18, 0x43, 0x25, 0x9d, 0xae, 0x38, 0xa9, 0x98, 0x37,
- 0x46, 0xe3, 0x00, 0x9a, 0x09, 0xd7, 0x4c, 0x89, 0x2c, 0x17, 0x32, 0x25, 0x55, 0x13, 0x9d, 0x5a,
- 0xf8, 0x17, 0x34, 0xd8, 0x34, 0xe7, 0x73, 0xa9, 0x36, 0xa4, 0x66, 0xe2, 0x23, 0x77, 0xee, 0xe0,
- 0xfb, 0xb1, 0xec, 0x72, 0x5a, 0x9c, 0xeb, 0x85, 0xc8, 0xf0, 0x6f, 0x70, 0x15, 0xbf, 0xe7, 0x8a,
- 0xa7, 0x8c, 0x97, 0xcd, 0xbf, 0x0c, 0xec, 0x81, 0x93, 0x88, 0xa4, 0x6c, 0x5e, 0x48, 0xfc, 0x03,
- 0xaa, 0x4c, 0xae, 0xd3, 0x9c, 0x38, 0x01, 0xea, 0xb6, 0xe9, 0x01, 0xfe, 0xc6, 0xd0, 0xbc, 0xe2,
- 0x6a, 0x25, 0xb4, 0x2e, 0xfe, 0xc5, 0x4d, 0xa8, 0xc7, 0x74, 0x32, 0xe8, 0xc7, 0x91, 0x67, 0x95,
- 0x10, 0x0f, 0x2f, 0x46, 0x1e, 0xc2, 0x2d, 0x68, 0xc4, 0x74, 0x72, 0x4d, 0x87, 0xe3, 0xc8, 0xb3,
- 0x71, 0x1b, 0xdc, 0x98, 0x4e, 0xce, 0x68, 0xd4, 0x1f, 0x47, 0x9e, 0x53, 0xe2, 0xe8, 0x72, 0x3c,
- 0x3c, 0xbf, 0xf1, 0x2a, 0x83, 0xff, 0xaf, 0x3b, 0x1f, 0x6d, 0x77, 0x3e, 0x7a, 0xdf, 0xf9, 0xe8,
- 0x79, 0xef, 0x5b, 0xdb, 0xbd, 0x6f, 0xbd, 0xed, 0x7d, 0xeb, 0xf6, 0xcf, 0x5c, 0xe4, 0x8b, 0xf5,
- 0xac, 0xc7, 0xe4, 0x2a, 0xd4, 0x32, 0x55, 0x8b, 0x87, 0xd0, 0x8c, 0xf6, 0x74, 0x9c, 0x2d, 0xdf,
- 0x64, 0x5c, 0xcf, 0x6a, 0x66, 0xb6, 0x7f, 0x1f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf0, 0xab, 0x07,
- 0xd7, 0xd3, 0x01, 0x00, 0x00,
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x91, 0xcd, 0x6e, 0xe2, 0x30,
+ 0x14, 0x85, 0xe3, 0x84, 0xbf, 0x5c, 0x60, 0x14, 0x79, 0x66, 0xe1, 0x19, 0x8d, 0xa2, 0x88, 0xc5,
+ 0x08, 0xcd, 0x82, 0x2c, 0xe6, 0x05, 0x06, 0xaa, 0xb4, 0x62, 0x43, 0x2b, 0x07, 0xa9, 0x6a, 0xbb,
+ 0x40, 0xe0, 0xb8, 0x60, 0x09, 0xe2, 0xd4, 0x0e, 0x55, 0x79, 0x8b, 0xbe, 0x47, 0x5f, 0xa4, 0x4b,
+ 0x96, 0x5d, 0x56, 0xf0, 0x22, 0x55, 0x4c, 0x4a, 0x59, 0xf9, 0x7c, 0xe7, 0x5c, 0x5f, 0x1d, 0xe9,
+ 0xc2, 0x4f, 0x26, 0x15, 0x0f, 0x35, 0x57, 0x8f, 0x82, 0xf1, 0x50, 0x71, 0x26, 0x55, 0xd2, 0xcb,
+ 0x94, 0xcc, 0x25, 0x6e, 0x15, 0x51, 0xaf, 0x8c, 0x3a, 0x2f, 0x08, 0xda, 0xf1, 0x41, 0x53, 0x33,
+ 0x85, 0xbf, 0x81, 0x2d, 0x12, 0x82, 0x02, 0xd4, 0x75, 0xa9, 0x2d, 0x12, 0xec, 0x03, 0x30, 0x99,
+ 0xe6, 0x4a, 0x2e, 0x97, 0x5c, 0x11, 0xdb, 0xf8, 0x27, 0x0e, 0x26, 0x50, 0x97, 0x4a, 0xcc, 0x45,
+ 0xaa, 0x89, 0x13, 0x38, 0x5d, 0x97, 0x7e, 0x22, 0xc6, 0x50, 0x49, 0xa7, 0x2b, 0x4e, 0x2a, 0xe6,
+ 0x8f, 0xd1, 0x38, 0x80, 0x66, 0xc2, 0x35, 0x53, 0x22, 0xcb, 0x85, 0x4c, 0x49, 0xd5, 0x44, 0xa7,
+ 0x16, 0xfe, 0x05, 0x0d, 0x36, 0xcd, 0xf9, 0x5c, 0xaa, 0x0d, 0xa9, 0x99, 0xf8, 0xc8, 0x9d, 0x3b,
+ 0xf8, 0x7e, 0x2c, 0xbb, 0x9c, 0x16, 0xe3, 0x7a, 0x21, 0x32, 0xfc, 0x1b, 0x5c, 0xc5, 0xef, 0xb9,
+ 0xe2, 0x29, 0xe3, 0x65, 0xf3, 0x2f, 0x03, 0x7b, 0xe0, 0x24, 0x22, 0x29, 0x9b, 0x17, 0x12, 0xff,
+ 0x80, 0x2a, 0x93, 0xeb, 0x34, 0x27, 0x4e, 0x80, 0xba, 0x6d, 0x7a, 0x80, 0xbf, 0x31, 0x34, 0xaf,
+ 0xb8, 0x5a, 0x09, 0xad, 0x8b, 0xbd, 0xb8, 0x09, 0xf5, 0x98, 0x4e, 0x06, 0xfd, 0x38, 0xf2, 0xac,
+ 0x12, 0xe2, 0xe1, 0xc5, 0xc8, 0x43, 0xb8, 0x05, 0x8d, 0x98, 0x4e, 0xae, 0xe9, 0x70, 0x1c, 0x79,
+ 0x36, 0x6e, 0x83, 0x1b, 0xd3, 0xc9, 0x19, 0x8d, 0xfa, 0xe3, 0xc8, 0x73, 0x4a, 0x1c, 0x5d, 0x8e,
+ 0x87, 0xe7, 0x37, 0x5e, 0x65, 0xf0, 0xff, 0x75, 0xe7, 0xa3, 0xed, 0xce, 0x47, 0xef, 0x3b, 0x1f,
+ 0x3d, 0xef, 0x7d, 0x6b, 0xbb, 0xf7, 0xad, 0xb7, 0xbd, 0x6f, 0xdd, 0xfe, 0x99, 0x8b, 0x7c, 0xb1,
+ 0x9e, 0xf5, 0x98, 0x5c, 0x85, 0x5a, 0xa6, 0x6a, 0xf1, 0x60, 0x9e, 0xf0, 0xe9, 0x78, 0xb6, 0x7c,
+ 0x93, 0x71, 0x3d, 0xab, 0x99, 0xb3, 0xfd, 0xfb, 0x08, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x41, 0xf0,
+ 0x8f, 0xd3, 0x01, 0x00, 0x00,
}
func (m *ServiceRecord) Marshal() (dAtA []byte, err error) {
diff --git a/x/service/types/tx.pb.go b/x/service/types/tx.pb.go
index 358485aa0..afa424e8f 100644
--- a/x/service/types/tx.pb.go
+++ b/x/service/types/tx.pb.go
@@ -315,7 +315,7 @@ func init() {
func init() { proto.RegisterFile("core/service/tx.proto", fileDescriptor_376dd44ebb86aa2f) }
var fileDescriptor_376dd44ebb86aa2f = []byte{
- // 287 bytes of a gzipped FileDescriptorProto
+ // 286 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4d, 0xce, 0x2f, 0x4a,
0xd5, 0x2f, 0x4e, 0x2d, 0x2a, 0xcb, 0x4c, 0x4e, 0xd5, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f,
0xc9, 0x17, 0xe2, 0x01, 0x09, 0xeb, 0x41, 0x85, 0xa5, 0x24, 0x51, 0x14, 0x15, 0xa5, 0x26, 0xe7,
@@ -332,8 +332,8 @@ var fileDescriptor_376dd44ebb86aa2f = []byte{
0x78, 0x02, 0xd2, 0xc9, 0xe1, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92,
0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0xd4,
0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x8b, 0xf3, 0xf3, 0x8a, 0x32,
- 0x0a, 0xf5, 0xc1, 0x29, 0xb8, 0x02, 0x91, 0xd0, 0x2b, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x69,
- 0xd8, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xad, 0x79, 0xad, 0x87, 0x05, 0x03, 0x00, 0x00,
+ 0x0a, 0xc1, 0x94, 0x7e, 0x05, 0x22, 0xa1, 0x57, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0xd3, 0xb0,
+ 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xa1, 0x93, 0x5a, 0xdf, 0x05, 0x03, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/x/service/types/utils.go b/x/service/types/utils.go
index 5ca99a6f8..5d9e9e159 100644
--- a/x/service/types/utils.go
+++ b/x/service/types/utils.go
@@ -8,7 +8,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/go-webauthn/webauthn/protocol"
- "github.com/sonrhq/core/types/webauthn"
+ "github.com/sonrhq/sonr/types/webauthn"
"lukechampine.com/blake3"
)