Skip to content

Conversation

Harshdev098
Copy link

@Harshdev098 Harshdev098 commented May 10, 2025

Closes: #3925

Implemented ERC1155 token in plugin-persistence-ethereum and updated the db integeration test

Copy link
Contributor

@petermetz petermetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Harshdev098 LGTM, thank you. Please make sure to have @outSH review it as well prior to merging.

Copy link
Contributor

@outSH outSH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks really great!

But please update persistence-ethereum-functional.test.ts test to validate that the new functionality is working correctly. In general, you can search for ERC721 and adjust / add test to check the same for ERC1155.

Also, please change the commit and PR title to something matching our convention (e.g. feat(persistence-ethereum): add support for ERC1155), and add at least descriptions of the changes.

Also in description change fix: #3553 to Closes: #3925 (I've created a new subissue for this specific task, and this formula will close the issue once the PR is merged).

Once again, great job, thank you!

@Harshdev098
Copy link
Author

Okay will update it!

@Harshdev098 Harshdev098 changed the title Implemented ERC1155 token in plugin-persistence-ethereum feat(persistence-ethereum): added support for ERC1155 May 31, 2025
@Harshdev098 Harshdev098 force-pushed the erc-1155 branch 2 times, most recently from d59e747 to 2a9e910 Compare May 31, 2025 22:37
@Harshdev098
Copy link
Author

Hey @outSH, Sorry for the delay, was busy in my semester exams, I have updated the integeration test to include erc1155.
Can you please review it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(persistence-ethereum): add support for ERC1155
3 participants