Skip to content

[FEATURE] Added setIpMetadata() and transferERC20() to IPAccount Module#59

Merged
aandrewchung merged 5 commits intomainfrom
andrew/ip-account-extra-fns
Apr 8, 2025
Merged

[FEATURE] Added setIpMetadata() and transferERC20() to IPAccount Module#59
aandrewchung merged 5 commits intomainfrom
andrew/ip-account-extra-fns

Conversation

@aandrewchung
Copy link
Contributor

Description

  • Added setIpMetadata() & transferERC20() to IPAccount module and respective integration tests
  • Added private_key to utils for integration tests

Test Plan

  • Ensure all integration tests pass

Related Issue

n/a

Notes

n/a

:raises ValueError: If the IP ID is invalid or not registered.
"""
try:
if not self._is_registered(ip_id):
Copy link
Contributor

Choose a reason for hiding this comment

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

for future reference, i think we can actually skip this check (its something we are looking to do in tsdk as well) if the poc call later handles this error already.

@aandrewchung aandrewchung merged commit 5fa5b39 into main Apr 8, 2025
10 checks passed
@aandrewchung aandrewchung deleted the andrew/ip-account-extra-fns branch April 8, 2025 01:04
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.

3 participants