Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
445 changes: 0 additions & 445 deletions graft/coreth/tests/init.go

This file was deleted.

183 changes: 0 additions & 183 deletions graft/coreth/tests/rlp_test_util.go

This file was deleted.

6 changes: 3 additions & 3 deletions graft/subnet-evm/tests/antithesis/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"fmt"
"math/big"
"path/filepath"
"runtime"
"time"

"github.com/antithesishq/antithesis-sdk-go/assert"
Expand All @@ -22,7 +23,6 @@ import (

"github.com/ava-labs/avalanchego/graft/subnet-evm/accounts/abi/bind"
"github.com/ava-labs/avalanchego/graft/subnet-evm/ethclient"
"github.com/ava-labs/avalanchego/graft/subnet-evm/tests"
"github.com/ava-labs/avalanchego/graft/subnet-evm/tests/utils"
"github.com/ava-labs/avalanchego/ids"
"github.com/ava-labs/avalanchego/tests/antithesis"
Expand Down Expand Up @@ -51,8 +51,8 @@ func main() {
tmpnet.FlagsMap{},
),
func(nodes ...*tmpnet.Node) []*tmpnet.Subnet {
repoRootPath := tests.GetRepoRootPath("tests/antithesis")
genesisPath := filepath.Join(repoRootPath, "tests/load/genesis/genesis.json")
_, thisFile, _, _ := runtime.Caller(0)
genesisPath := filepath.Join(filepath.Dir(thisFile), "..", "load", "genesis", "genesis.json")
return []*tmpnet.Subnet{
utils.NewTmpnetSubnet("subnet-evm", genesisPath, utils.DefaultChainConfig, nodes...),
}
Expand Down
85 changes: 0 additions & 85 deletions graft/subnet-evm/tests/gen_stenv.go

This file was deleted.

Loading