ipfs: retrieving data does not work with large(r) blocks #330
Labels
C:data-availability
Component: Data Availability Proofs
C:dht
DHT and p2p related issues (IPFS mostly)
C:ipld
Access to the IPLD merkle dag
T:Bug
Type: Bug (confirmed)
While testing with the DAS light client (#323) we discovered the following behavior:
Sampling, or more general, reading data from another node that had previously called
PutBlock
only succeeds for small blocks (smaller than 16 kb?).I don't know the reason yet. @Wondertan started working on a unit test for this that confirms this behavior even when using a mock network and two ipfs nodes.
This needs to be fixed independently from the light client.
The text was updated successfully, but these errors were encountered: