crate-crypto / go-eth-kzg

Apache License 2.0
29 stars 22 forks source link

Fix: Returning nil on error #41

Closed kevaundray closed 1 year ago

kevaundray commented 1 year ago

Found by @jtraglia -- the offending line was ignoring the error.

It was never caught in tests because the conditions to make an error were always checked for in the section that deserializes and validates Blobs.

jtraglia commented 1 year ago

Looks like CI needs to be kicked though.