Martín Triay

Results 103 comments of Martín Triay

a reference implementation for Cairo 1: https://github.com/0xEniotna/ERC4626

Closing this since it's severely outdated. I'm really sorry @koloz193 we never got to prioritize it :(

Closing this since it's the library's policy not to implement customized or "flavored" presets like this one, [Wizard for Cairo](https://wizard.openzeppelin.com/cairo) should be used instead (once we implement #13).

Really appreciate the energy! But let's focus on closing the other PRs first :)

sure! although i believe this one is a bit heavy on design, so i would focus on that way before opening any full implementation PR -- of course it makes...

some challenges i foresee here is having a different storage struct due to having multiple and not a single owner as our current designs, and how to manage the code...

This is planned as part of the ["later" milestone](https://github.com/OpenZeppelin/cairo-contracts/milestone/4), which usually means it's roughly between 9 to 12 weeks away -- in all honesty, this is not always true since...

Thanks for providing more context. I'll make sure to keep you updated on this one.

traits: * we distinguish traits between "regular traits" and ABI traits, the latter we suffix with ABI as in `trait ERC20ABI` imports: * we sort imports alphabetically * do we...

Traits representing external interfaces should begin with `I`, such as `IAccount` or `IDeployer`.