Skip to content

Commit

Permalink
wip: update message signer
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Nov 1, 2024
1 parent 3e698f0 commit 1bf06ae
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions x/evm/types/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,13 @@ import (
"github.com/cosmos/cosmos-sdk/x/auth/ante"
"github.com/cosmos/cosmos-sdk/x/auth/signing"
authtx "github.com/cosmos/cosmos-sdk/x/auth/tx"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core"
ethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/evmos/ethermint/types"
protov1 "github.com/golang/protobuf/proto" //nolint:staticcheck
protov2 "google.golang.org/protobuf/proto"
"google.golang.org/protobuf/protoadapt"
anypb "google.golang.org/protobuf/types/known/anypb"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core"
ethtypes "github.com/ethereum/go-ethereum/core/types"
)

var (
Expand Down Expand Up @@ -387,7 +385,6 @@ func GetSigners(msg protov2.Message) ([][]byte, error) {
// return nil, err
//}

anypb.Any{}.UnmarshalTo()
tryingTypeAnyV1, err := codectypes.NewAnyWithValue(msgV1)
fmt.Println("Eth message tryingTypeAnyV1", tryingTypeAnyV1)
if err != nil {
Expand Down

0 comments on commit 1bf06ae

Please sign in to comment.