Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Aug 19, 2024
1 parent 774ac37 commit bd25c16
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
1 change: 0 additions & 1 deletion testutil/integration/os/network/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ func setDefaultEVMGenesisState(exampleApp *example_app.ExampleChain, genesisStat

genesisState[evmtypes.ModuleName] = exampleApp.AppCodec().MustMarshalJSON(evmGen)
return genesisState

}

// defaultAuthGenesisState sets the default genesis state
Expand Down
11 changes: 4 additions & 7 deletions x/evm/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,20 @@ package keeper_test
import (
"encoding/json"
"fmt"
"github.com/evmos/os/testutil"
"math/big"

"github.com/evmos/os/x/evm/keeper/testdata"

sdkmath "cosmossdk.io/math"
sdk "github.com/cosmos/cosmos-sdk/types"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/crypto"
ethparams "github.com/ethereum/go-ethereum/params"
ethlogger "github.com/evmos/os/x/evm/core/logger"
"github.com/evmos/os/x/evm/core/vm"

"github.com/evmos/os/server/config"
"github.com/evmos/os/testutil"
utiltx "github.com/evmos/os/testutil/tx"
ethlogger "github.com/evmos/os/x/evm/core/logger"
"github.com/evmos/os/x/evm/core/vm"
"github.com/evmos/os/x/evm/keeper/testdata"
"github.com/evmos/os/x/evm/statedb"
"github.com/evmos/os/x/evm/types"
)
Expand Down
3 changes: 1 addition & 2 deletions x/evm/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package keeper_test

import (
"github.com/evmos/os/testutil"
"math/big"

authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"

ethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/params"
"github.com/evmos/os/testutil"
"github.com/evmos/os/x/evm/statedb"
"github.com/evmos/os/x/evm/types"
)
Expand Down
2 changes: 1 addition & 1 deletion x/evm/keeper/params_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package keeper_test

import (
"github.com/evmos/os/testutil"
"reflect"

"github.com/evmos/os/testutil"
"github.com/evmos/os/x/evm/types"
)

Expand Down
2 changes: 1 addition & 1 deletion x/evm/keeper/state_transition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package keeper_test

import (
"fmt"
"github.com/evmos/os/testutil"
"math"
"math/big"

Expand All @@ -18,6 +17,7 @@ import (
"github.com/ethereum/go-ethereum/core"
ethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/params"
"github.com/evmos/os/testutil"
utiltx "github.com/evmos/os/testutil/tx"
"github.com/evmos/os/x/evm/keeper"
"github.com/evmos/os/x/evm/statedb"
Expand Down

0 comments on commit bd25c16

Please sign in to comment.