yearn-vaults-v3
yearn-vaults-v3 copied to clipboard
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
**Description:** Tests should be parameterised to test combinations of periphery modules: - Accountant - Whitelister - ... So we are sure the vault runs both with them enabled and disabled....
Unlike v2 we are expressing the number of tokens a strategy can borrow in a number of tokens. This is not a great approach since the amount of debt a...
### v1 Our legacy [registry](https://github.com/yearn/yearn-vaults/blob/main/contracts/Registry.vy) is a single contract that allows to create and endorse a new vault cloning a specific vault version. It holds a registry of vaults version...
We need help writing the tickets for issues / bounties. Bounty tickets will receive a payment for its creation. It will only be paid when it receives the `to-do` tag....
## Description Use anvil for tests instead of hardhat since we are using foundry now for other tests ## Checklist - [ ] I have run vyper and solidity linting...
Can I make this change? The performance increase is overwhelmingly superior because of Rust binding, and has been implemented by other major packages like FastAPI and Llama Index.
https://eips.ethereum.org/EIPS/eip-1271 good implementation in snekmate https://github.com/pcaversaccio/snekmate/blob/main/src/utils/SignatureChecker.vy
## Description - Allow Role Manager to update the name and the symbol - Does not emit an event - Should we change the `salt` the factory uses to not...