Skip to content

Commit

Permalink
docs: add todo to rename eigenDAClient to follow disperserClient conv…
Browse files Browse the repository at this point in the history
…ention
  • Loading branch information
samlaf committed Oct 31, 2024
1 parent dc98581 commit 57d716f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/clients/eigenda_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ type IEigenDAClient interface {
}

// See the NewEigenDAClient constructor's documentation for details and usage examples.
// TODO: Refactor this struct and interface above to use same naming convention as disperser client.
// Also need to make the fields private and use the constructor in the tests.
type EigenDAClient struct {
// TODO: all of these should be private, to prevent users from using them directly,
// which breaks encapsulation and makes it hard for us to do refactors or changes
Expand Down

0 comments on commit 57d716f

Please sign in to comment.