crate-crypto / go-eth-kzg

Apache License 2.0
29 stars 22 forks source link

Dependency Package Conflict #56

Closed simbahebinbo closed 11 months ago

simbahebinbo commented 11 months ago

Error reported during compilation

# github.com/ethereum/go-ethereum/crypto/kzg4844
../../../../go/pkg/mod/github.com/ethereum/go-ethereum@v1.13.2/crypto/kzg4844/kzg4844_gokzg.go:52:66: cannot convert blob (variable of type Blob) to type gokzg4844.Blob
../../../../go/pkg/mod/github.com/ethereum/go-ethereum@v1.13.2/crypto/kzg4844/kzg4844_gokzg.go:64:64: cannot convert blob (variable of type Blob) to type gokzg4844.Blob
../../../../go/pkg/mod/github.com/ethereum/go-ethereum@v1.13.2/crypto/kzg4844/kzg4844_gokzg.go:86:61: cannot convert blob (variable of type Blob) to type gokzg4844.Blob
../../../../go/pkg/mod/github.com/ethereum/go-ethereum@v1.13.2/crypto/kzg4844/kzg4844_gokzg.go:97:53: cannot convert blob (variable of type Blob) to type gokzg4844.Blob
kevaundray commented 11 months ago

Sorry didn't see this issue -- this should now be fixed, feel free to re-open if its not the case for you