Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add ERC1155 module, dual and interface * Implement ERC1155 and update token_id variable names * Add ERC1155 receiver mocks and test dual1155 receiver * apply linter * Update token_uri variable and remove IERC1155MetadataCamelOnly support * Add ERC1155 mocks and tests and add ERC1155 preset * update CHANGELOG * adding PR number (#852) * reset changlog * Update ERC1155Component Event and add batch_burn * Add batch minting functions for ERC1155 tokens * Refactor code for better readability Update error testing and remove tests failing from erc1155 * feat: finish first version with 2.5.3 * feat: apply review updates * feat: add tests * feat: bump version and add entry to CHANGELOG * feat: add more tests * fix: remove print * feat: add preset tests * fix: format * feat: uncomment test * refactor: shortening test names * feat: finish docs * fix: test * feat: move assertion * Update src/token/erc1155/erc1155.cairo Co-authored-by: Martín Triay <[email protected]> * fix: comments * featL apply review updates * Update docs/modules/ROOT/pages/erc1155.adoc Co-authored-by: Andrew Fleming <[email protected]> * Update docs/modules/ROOT/pages/erc1155.adoc Co-authored-by: Andrew Fleming <[email protected]> * Update docs/modules/ROOT/pages/api/erc1155.adoc Co-authored-by: Andrew Fleming <[email protected]> * docs: update * feat: apply review updates * feat: add sub-indexes * feat: remove IAccount * feat: apply review update * fix: merge conflicts * feat: apply review updates * feat: apply review updates * Update src/token/erc1155/erc1155.cairo Co-authored-by: Martín Triay <[email protected]> * Update docs/modules/ROOT/pages/erc1155.adoc Co-authored-by: Martín Triay <[email protected]> * Update docs/modules/ROOT/pages/erc1155.adoc Co-authored-by: Martín Triay <[email protected]> * fix: docs * feat: apply review updates * docs: add mixins link to common * feat: apply update reviews * fix: tests * Update docs/modules/ROOT/pages/api/erc1155.adoc Co-authored-by: Martín Triay <[email protected]> * Update docs/modules/ROOT/pages/api/erc1155.adoc Co-authored-by: Martín Triay <[email protected]> * Update docs/modules/ROOT/pages/api/erc1155.adoc Co-authored-by: Martín Triay <[email protected]> * Update docs/modules/ROOT/pages/api/erc1155.adoc Co-authored-by: Martín Triay <[email protected]> --------- Co-authored-by: Arn0d <[email protected]> Co-authored-by: Martín Triay <[email protected]> Co-authored-by: Andrew Fleming <[email protected]>
- Loading branch information