Skip to content
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

[ETH]: Improve ERC standards #3338

Open
satoshiotomakan opened this issue Jul 27, 2023 · 0 comments
Open

[ETH]: Improve ERC standards #3338

satoshiotomakan opened this issue Jul 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@satoshiotomakan
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Feature requests from @a6-dou and @PowerStream3604 at #3322:
In order to improve user experience, we should integrate the following.

  • Erc1155
    • safeBatchTransferFrom
    • balanceOf
    • balanceOfBatch
    • setApprovalForAll
    • isApprovedForAll
  • Erc721
    • Use safeTransferFrom instead of transferFrom
    • setApprovalForAll
    • isApprovedForAll
  • Erc677
  • Erc777

Describe the solution you'd like

  • Add more transaction types to Proto::Ethereum::Transaction.
  • Use improved smart contract calls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@satoshiotomakan and others