immrsd
immrsd
- Fixes [Migrate Ownable tests (#1001)](https://github.com/OpenZeppelin/cairo-contracts/issues/1001) - Fixes [Migrate SRC5 tests (#1005)](https://github.com/OpenZeppelin/cairo-contracts/issues/1005) #### PR Checklist - [x] Tests - [ ] Documentation - [ ] Added entry to CHANGELOG.md -...
[ERC-2981](https://eips.ethereum.org/EIPS/eip-2981) extension should be added to ERC721 and ERC1155 components in Wizard
It may be helpful to help a helper function that fetches all tokens of a ERC721 Enumerable contract by owner in a single call. This still needs discussion if/how we...
Cairo implementation of [EIP-2612](https://github.com/ethereum/ercs/blob/master/ERCS/erc-2612.md) Must include: - extension impl - preset - tests - doc
For now, `assert_event_emitted` checks that the next event is the expected one and then increments the offset variable. It leads to several problems: - the expected event must be the...
We should consider adding a package containing interfaces only. It would simplify dependency graph and in certain scenarios drastically reduce the necessary dependencies. At the same time, it could make...
Fixes [#1242](https://github.com/OpenZeppelin/cairo-contracts/issues/1242)
This PR shows the draft implementation of the improvement that enables passing the calculated deposit/withdraw fee in ERC-4626 component to avoid recalculation in the implementing contract. The following changes were...