Skip to content

Commit 20b5933

Browse files
committed
fix
1 parent 999d891 commit 20b5933

28 files changed

Lines changed: 2 additions & 6324 deletions

crypto/kzg4844/kzg4844_ckzg_cgo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"sync"
2525

2626
"github.com/CortexFoundation/CortexTheseus/common/hexutil"
27-
gokzg4844 "github.com/crate-crypto/go-kzg-4844"
27+
gokzg4844 "github.com/crate-crypto/go-eth-kzg"
2828
ckzg4844 "github.com/ethereum/c-kzg-4844/bindings/go"
2929
)
3030

crypto/kzg4844/kzg4844_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"testing"
2222

2323
"github.com/consensys/gnark-crypto/ecc/bls12-381/fr"
24-
gokzg4844 "github.com/crate-crypto/go-kzg-4844"
24+
gokzg4844 "github.com/crate-crypto/go-eth-kzg"
2525
)
2626

2727
func randFieldElement() [32]byte {

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ require (
1919
github.com/cockroachdb/pebble v1.1.5
2020
github.com/consensys/gnark-crypto v0.17.0
2121
github.com/crate-crypto/go-eth-kzg v1.3.0
22-
github.com/crate-crypto/go-kzg-4844 v1.1.0
2322
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2423
github.com/deckarep/golang-set/v2 v2.8.0
2524
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,6 @@ github.com/crate-crypto/go-eth-kzg v1.3.0 h1:05GrhASN9kDAidaFJOda6A4BEvgvuXbazXg
398398
github.com/crate-crypto/go-eth-kzg v1.3.0/go.mod h1:J9/u5sWfznSObptgfa92Jq8rTswn6ahQWEuiLHOjCUI=
399399
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a h1:W8mUrRp6NOVl3J+MYp5kPMoUZPp7aOYHtaua31lwRHg=
400400
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a/go.mod h1:sTwzHBvIzm2RfVCGNEBZgRyjwK40bVoun3ZnGOCafNM=
401-
github.com/crate-crypto/go-kzg-4844 v1.1.0 h1:EN/u9k2TF6OWSHrCCDBBU6GLNMq88OspHHlMnHfoyU4=
402-
github.com/crate-crypto/go-kzg-4844 v1.1.0/go.mod h1:JolLjpSff1tCCJKaJx4psrlEdlXuJEC996PL3tTAFks=
403401
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
404402
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
405403
github.com/dave/jennifer v1.2.0/go.mod h1:fIb+770HOpJ2fmN9EPPKOqm1vMGhB+TwXKMZhrIygKg=

vendor/github.com/crate-crypto/go-kzg-4844/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

vendor/github.com/crate-crypto/go-kzg-4844/.golangci.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

vendor/github.com/crate-crypto/go-kzg-4844/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)