Closed liamsi closed 3 years ago
Currently, we spin up a go-rountine per row/colum leaf that we want to sample in RetrieveBlockData. It might be more efficient (and more readable) to use the IPFS api for this. Original discussion: https://github.com/lazyledger/lazyledger-core/pull/232#discussion_r609417214
RetrieveBlockData
Also related: #357
@liamsi, can we close this in favour of https://github.com/celestiaorg/lazyledger-core/issues/429
OK, there is certainly more context in #429 already.
Currently, we spin up a go-rountine per row/colum leaf that we want to sample in
RetrieveBlockData
. It might be more efficient (and more readable) to use the IPFS api for this. Original discussion: https://github.com/lazyledger/lazyledger-core/pull/232#discussion_r609417214Also related: #357