- 
                Notifications
    You must be signed in to change notification settings 
- Fork 308
feat(persistence-ethereum): added support for ERC1155 #3901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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.
There was a problem hiding this 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!
        
          
                packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.json
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | Okay will update it! | 
d59e747    to
    2a9e910      
    Compare
  
    | Hey @outSH, Sorry for the delay, was busy in my semester exams, I have updated the integeration test to include erc1155. | 
| @outSH @Harshdev098 will this PR be updated? | 
Signed-off-by: Harshdev098 <[email protected]>
| @RafaelAPB @outSH I have updated the PR can you please review it! | 
| @Harshdev098 thanks for your contribution! Please fix those items prior to merge. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but you must fix required checks before merge
Closes: #3925
Implemented ERC1155 token in
plugin-persistence-ethereumand updated the db integeration test