Niraj Kamdar

Results 34 comments of Niraj Kamdar

https://github.com/Niraj-Kamdar/yearn-vaults/blob/2ffadcea3d8a9785c42236fe0c97fb4554ab2545/contracts/Vault.vy#L570-L571

Farming this is harder than I thought. We don't need to farm vault but strategy with the same hash and also while farming we need to maintain the order of...

I was trying to farm two strategy with same hash for a vault but not sure how can I do this deterministically? Ex: ```python v1_vault = create_vault(version="0.0.1") s1_strategy = gov.deploy(TestStrategy,...

This seems to be originating from get_cves method of CVEDB class from cvedb module.

Nice, I will add sanity checks for other data-structures as well then. This library looks more promising and I will check it out if it works better: https://typeguard.readthedocs.io/en/latest/userguide.html

I have added sanity type check for all the transaction classes. Many tests also broke so it's working as expected 😉

What will be the problem if I use multiple instances of Flask with multiple instances of MQTT client?

Let me know which formatter are you guys using. I have used my default one for now.