Skip to content

Commit

Permalink
Temporary Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Apr 18, 2024
1 parent d22ba5f commit a05f03c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 34 deletions.
17 changes: 14 additions & 3 deletions x/evm/types/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ package types
import (
"math/big"

paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"

sdk "github.com/cosmos/cosmos-sdk/types"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"

"github.com/ethereum/go-ethereum/core"
ethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/params"

feemarkettypes "github.com/evmos/ethermint/x/feemarket/types"
)

Expand Down Expand Up @@ -83,3 +84,13 @@ type (
WithKeyTable(table paramtypes.KeyTable) paramtypes.Subspace
}
)

// Constructor defines the function used to instantiate the EVM on
// each state transition.
type Constructor func(
blockCtx vm.BlockContext,
txCtx vm.TxContext,
stateDB vm.StateDB,
chainConfig *params.ChainConfig,
config vm.Config,
) *vm.EVM
31 changes: 0 additions & 31 deletions x/evm/vm/interface.go

This file was deleted.

0 comments on commit a05f03c

Please sign in to comment.