mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 10:21:40 +00:00
refactor/internal (#1216)
* refactor: update import paths in gateway handlers * refactor: remove obsolete devtools Makefile and README * build: optimize build process for improved efficiency * refactor: remove obsolete pkl files related to Matrix and Sonr network configurations * refactor: move embed code to x/dwn/types
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
sdk "github.com/cosmos/cosmos-sdk/types"
|
||||
"github.com/cosmos/cosmos-sdk/types/address"
|
||||
|
||||
"github.com/onsonr/sonr/pkg/chain/transaction"
|
||||
"github.com/onsonr/sonr/internal/chain/transaction"
|
||||
"github.com/onsonr/sonr/x/did/types/internal/accounts"
|
||||
)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
"github.com/onsonr/sonr/pkg/chain/transaction"
|
||||
"github.com/onsonr/sonr/internal/chain/transaction"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"cosmossdk.io/core/store"
|
||||
sdk "github.com/cosmos/cosmos-sdk/types"
|
||||
|
||||
"github.com/onsonr/sonr/pkg/chain/transaction"
|
||||
"github.com/onsonr/sonr/internal/chain/transaction"
|
||||
"github.com/onsonr/sonr/x/did/types/internal/prefixstore"
|
||||
)
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
|
||||
"github.com/cosmos/gogoproto/proto"
|
||||
|
||||
"github.com/onsonr/sonr/pkg/chain/transaction"
|
||||
"github.com/onsonr/sonr/internal/chain/transaction"
|
||||
)
|
||||
|
||||
// ProtoMsgG is a generic interface for protobuf messages.
|
||||
|
||||
@@ -9,8 +9,8 @@ import (
|
||||
"github.com/cosmos/cosmos-sdk/codec"
|
||||
gogoproto "github.com/cosmos/gogoproto/proto"
|
||||
|
||||
"github.com/onsonr/sonr/pkg/chain/appmodule"
|
||||
"github.com/onsonr/sonr/pkg/chain/transaction"
|
||||
"github.com/onsonr/sonr/internal/chain/appmodule"
|
||||
"github.com/onsonr/sonr/internal/chain/transaction"
|
||||
)
|
||||
|
||||
// Dependencies are passed to the constructor of a smart account.
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
"google.golang.org/protobuf/proto"
|
||||
|
||||
"github.com/onsonr/sonr/pkg/chain/transaction"
|
||||
"github.com/onsonr/sonr/internal/chain/transaction"
|
||||
)
|
||||
|
||||
// RegisterInitHandler registers an initialisation handler for a smart account that uses protobuf.
|
||||
|
||||
Reference in New Issue
Block a user