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:
Prad Nukala
2024-12-24 16:10:20 +00:00
committed by GitHub
parent 0ec2f7d86a
commit 47c3a53080
356 changed files with 402 additions and 1613 deletions
+1 -1
View File
@@ -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"
)
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"errors"
"fmt"
"github.com/onsonr/sonr/pkg/chain/transaction"
"github.com/onsonr/sonr/internal/chain/transaction"
)
var (
+1 -1
View File
@@ -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"
)
+1 -1
View File
@@ -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.