ChluNetwork / chlu-ipfs-support

Support libs to talk to IPFS
MIT License
1 stars 1 forks source link

Sometimes invalid review records get cached as valid #91

Closed fazo96 closed 6 years ago

fazo96 commented 6 years ago

Check out QmWgsocjDZAR7a5xgexdKtKWRrDxU8edfJUj6uTc5dJuq2 on the staging network.

It's valid by itself but the customer key mismatched with the previous version. This has been correctly picked up by the validator the first time, but then somehow it's cached as valid at some point?

It's probably a validation call with different parameters (less strict) being cached. This is a serious bug

fazo96 commented 6 years ago

This should have been solved by disabling the cache while storing. Hopefully the problem is gone