El De-dog-lo
El De-dog-lo
Seems like this was resolved for veYFI: https://github.com/yearn/veYFI/blob/229528b44722562780bd25a3b5d46877186f277e/tests/functional/test_ve_yfi_rewards.py#L25
Hey @matthewtuby! Thank you for contributing this! However, I can't seem to notice a difference when trying this with this contract: https://github.com/iearn-finance/yearn-vaults/blob/7df3e77d6ae52f098e80f0fbc424f96473a2790c/contracts/Vault.vy#L2-L36 Do you have an example of what this...
Nice! No idea how to test this stuff lol
@matthewtuby is this okay to merge? no idea why I didn't merge yet lol
Found this cool package today: https://pyratelimiter.readthedocs.io/en/latest/
> love this! what is status? would hate to see this stale... Quite stale, needs another champion u less @wakamex comes back and implements the feedback. Just a few things...
Note: rate limit test would be hard and exhaust our already limited requests
> > Note: rate limit test would be hard and exhaust our already limited requests > > this implies you can't test Python logic without making live network requests. That's...
> with big `block_page_size` we can rest with 1 request that gets lots of > data. but since Alchemy uses "compute units" it'll still count lots toward > your rate...
@gosuto-inzasheru I believe these are symptoms of https://github.com/ApeWorX/ape/issues/1119, just with a different provider causing the issue. when you don't restrict queries by block number, currently it queries *all possible blocks*...