Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* consolidate mocks * add erc721abi * migrate to component * use abi dispatcher * start updating tests * add pop_log_comp_indexed * update tests * fix formatting * add erc721camelabi * remove unnecessary trait * add code comments * change import style * Update src/token/erc721/erc721.cairo Co-authored-by: Eric Nordelo <[email protected]> * remove unnecessary fn * change back to pop_log * flatten event in mock * flatten events in mocks * change receiver to component * fix formatting * simplify camel return id * fix imports * fix imports * fix tokenURI * add Component suffix * add Component suffix to receiver * fix formatting * fix formatting * add receiver tests * fix formatting and test * remove import * add code comments * fix conflicts * simplify with get_dep_component_mut * add recipient to constructor * remove unused mocks * simplify mocks * fix formatting * add erc721 preset * add erc721 preset * start preset tests * fix formatting * fix test * finish tests * fix formatting * remove import * Update src/tests/token/test_erc721.cairo Co-authored-by: Eric Nordelo <[email protected]> * fix impl order * Apply suggestions from code review Co-authored-by: Eric Nordelo <[email protected]> * change param to span * add constructor tests * fix formatting * add in-code comments * fix fn order * fix title * Apply suggestions from code review Co-authored-by: Martín Triay <[email protected]> * fix formatting * fix impl order * fix src5 comment * add info in comments * fix component impl order * change back import style * fix component order * remove extra line * remove unused imports * fix comment * add drop_events * reorder preset components * fix tests * set owner as caller in setup --------- Co-authored-by: Eric Nordelo <[email protected]> Co-authored-by: Martín Triay <[email protected]>
- Loading branch information