Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 6493558

Browse files
author
Darioush Jalali
authored
depend on libevm not go-ethereum (#742)
1 parent b64caa6 commit 6493558

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ require (
99
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233
1010
github.com/davecgh/go-spew v1.1.1
1111
github.com/deckarep/golang-set/v2 v2.1.0
12-
github.com/ethereum/go-ethereum v1.13.14
1312
github.com/gorilla/rpc v1.2.0
1413
github.com/gorilla/websocket v1.5.0
1514
github.com/hashicorp/go-bexpr v0.1.10

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7
171171
github.com/etcd-io/bbolt v1.3.3/go.mod h1:ZF2nL25h33cCyBtcyWeZ2/I3HQOfTP+0PIEvHjkjCrw=
172172
github.com/ethereum/c-kzg-4844 v0.4.0 h1:3MS1s4JtA868KpJxroZoepdV0ZKBp3u/O5HcZ7R3nlY=
173173
github.com/ethereum/c-kzg-4844 v0.4.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
174-
github.com/ethereum/go-ethereum v1.13.14 h1:EwiY3FZP94derMCIam1iW4HFVrSgIcpsu0HwTQtm6CQ=
175-
github.com/ethereum/go-ethereum v1.13.14/go.mod h1:TN8ZiHrdJwSe8Cb6x+p0hs5CxhJZPbqB7hHkaUXcmIU=
176174
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072/go.mod h1:duJ4Jxv5lDcvg4QuQr0oowTf7dz4/CR8NtyCooz9HL8=
177175
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
178176
github.com/frankban/quicktest v1.14.4 h1:g2rn0vABPOOXmZUj+vbmUp0lPoXEMuhTpIluN0XL9UY=

plugin/evm/vm_database.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
"github.com/ava-labs/avalanchego/database/versiondb"
1212
"github.com/ava-labs/coreth/core/rawdb"
1313
"github.com/ava-labs/coreth/plugin/evm/database"
14-
"github.com/ethereum/go-ethereum/common"
15-
"github.com/ethereum/go-ethereum/log"
14+
"github.com/ava-labs/libevm/common"
15+
"github.com/ava-labs/libevm/log"
1616
)
1717

1818
// initializeDBs initializes the databases used by the VM.

0 commit comments

Comments
 (0)