Skip to content

Commit

Permalink
wip: update tests and initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Oct 28, 2024
1 parent 11868d1 commit 15f1577
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions app/ante/eip712.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ import (
"github.com/evmos/ethermint/ethereum/eip712"
ethermint "github.com/evmos/ethermint/types"

// TODO(boodyvo): test
_ "github.com/evmos/ethermint/types"

evmtypes "github.com/evmos/ethermint/x/evm/types"
)

Expand Down
2 changes: 2 additions & 0 deletions types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
package types

import (
"fmt"
"github.com/cosmos/cosmos-sdk/codec"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
"github.com/cosmos/cosmos-sdk/types"
Expand All @@ -26,6 +27,7 @@ import (
// RegisterInterfaces registers the tendermint concrete client-related
// implementations and interfaces.
func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
fmt.Println("RegisterInterfaces init types")
registry.RegisterImplementations(
(*types.AccountI)(nil),
&EthAccount{},
Expand Down
3 changes: 0 additions & 3 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ package version
import (
"fmt"
"runtime"

// TODO(boodyvo): test
_ "github.com/evmos/ethermint/types"
)

var (
Expand Down

0 comments on commit 15f1577

Please sign in to comment.