celestiaorg / go-square

A library for encoding blobs into a 2D square of evenly sized chunks designed for sampling and reconstruction
Apache License 2.0
13 stars 16 forks source link

feat: validate namespace in share constructor #87

Closed cmwaters closed 2 months ago

cmwaters commented 2 months ago

Closes: https://github.com/celestiaorg/go-square/issues/86

This PR also addresses the nits from @rootul's review here

cmwaters commented 2 months ago

I plan to merge the namespace package into the shares package. This will mean that Validate no longer needs to be a public function