Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Oct 3, 2024
1 parent 5ef6c5f commit 7eb1dc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion encoding/codecv0/codecv0.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import (
"math"
"reflect"

"github.com/scroll-tech/da-codec/encoding"
"github.com/scroll-tech/go-ethereum/common"
"github.com/scroll-tech/go-ethereum/core/types"
"github.com/scroll-tech/go-ethereum/crypto"
"github.com/scroll-tech/go-ethereum/crypto/kzg4844"

"github.com/scroll-tech/da-codec/encoding"
)

type DACodecV0 struct{}
Expand Down
3 changes: 2 additions & 1 deletion encoding/codecv1/codecv1.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ import (
"math/big"
"reflect"

"github.com/scroll-tech/da-codec/encoding"
"github.com/scroll-tech/go-ethereum/common"
"github.com/scroll-tech/go-ethereum/core/types"
"github.com/scroll-tech/go-ethereum/crypto"
"github.com/scroll-tech/go-ethereum/crypto/kzg4844"

"github.com/scroll-tech/da-codec/encoding"
)

type DACodecV1 struct{}
Expand Down
5 changes: 3 additions & 2 deletions encoding/codecv3/codecv3.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ import (
"math/big"
"reflect"

"github.com/scroll-tech/da-codec/encoding"
"github.com/scroll-tech/da-codec/encoding/zstd"
"github.com/scroll-tech/go-ethereum/common"
"github.com/scroll-tech/go-ethereum/core/types"
"github.com/scroll-tech/go-ethereum/crypto"
"github.com/scroll-tech/go-ethereum/crypto/kzg4844"
"github.com/scroll-tech/go-ethereum/log"

"github.com/scroll-tech/da-codec/encoding"
"github.com/scroll-tech/da-codec/encoding/zstd"
)

type DACodecV3 struct{}
Expand Down

0 comments on commit 7eb1dc0

Please sign in to comment.