File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ import (
77 "io"
88)
99
10- // EdsIDSize defines the byte size of the EdsID.
1110const (
11+ // EdsIDSize defines the byte size of the EdsID.
1212 EdsIDSize = 8
13- EDSName = "eds_v0"
13+ // EDSName is the name identifier for the Extended Data Square.
14+ EDSName = "eds_v0"
1415)
1516
1617// ErrOutOfBounds is returned whenever an index is out of bounds.
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ package shrexeds
22
33import (
44 "fmt"
5- "github.com/celestiaorg/celestia-node/share/shwap"
65
76 logging "github.com/ipfs/go-log/v2"
87
8+ "github.com/celestiaorg/celestia-node/share/shwap"
99 "github.com/celestiaorg/celestia-node/share/shwap/p2p/shrex"
1010)
1111
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ package shrexnd
22
33import (
44 "fmt"
5- "github.com/celestiaorg/celestia-node/share/shwap"
65
76 logging "github.com/ipfs/go-log/v2"
87
8+ "github.com/celestiaorg/celestia-node/share/shwap"
99 "github.com/celestiaorg/celestia-node/share/shwap/p2p/shrex"
1010)
1111
You can’t perform that action at this time.
0 commit comments