storm0x
storm0x
There are possible optimizations that can be done on harvest/report flow: Notes from @Grandthrax ``` If we can find a way to report profit with having to withdraw from underlying...
This is based on an issue we found on strategy logic not handling the case when somebody airdrops want tokens or any token related with balance calculations and can cause...
It seems getNormalizedValueUsdc method is good for what yearn watch wants, it would be great if it supported batch calls (multicall), since potentially we will be calling this with all...
Ethlift could use a command where given a contract file and arguments we can generate the create2 address of a contract This logic would later work to verify and validate...
Current diff library is agnostic of solidity syntax and does basic text diffing which may not be as accurate, would be great to research how to add a syntactic diff...
Implement as part of the CLI tools a subcommand `flatten` that uses most of the implementation from diff and outputs a flatten file out of the requested solidity file. -...
Currently the diff command only supports brownie and foundry projects for resolving the remapping and libraries. Adding support/detection of hardhat would be a good feature to add. - [ ]...
Add in readme a section on usage for diff commands, this section should leave room for future commands added to the CLI.
Some tests are failing and are commented, they both fail with hardcoded amounts and fuzzing. Based on comments here it seems to be the case also for the original brownie...
This needs a fantom RPC for tests AFAIK https://github.com/fp-crypto/yearnV2-gen-lev-lending/tree/levgeist