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

Deprecate setAliasEvmAddress() in AccountCreateTransaction #69

Closed
1 task
Tracked by #79
SimiHunjan opened this issue Dec 8, 2022 · 0 comments · Fixed by #67
Closed
1 task
Tracked by #79

Deprecate setAliasEvmAddress() in AccountCreateTransaction #69

SimiHunjan opened this issue Dec 8, 2022 · 0 comments · Fixed by #67
Labels
approved enhancement New feature or request

Comments

@SimiHunjan
Copy link
Collaborator

SimiHunjan commented Dec 8, 2022

Problem

HIP-583 originally introduced setting the alias in the AccountCreateTransaction and setAliasEvmAddress() was added.

Since then the design has changed and to be sync with the latest design setAliasEvmAddress() should be deprecated and replaced with setEvmAddress().

Solution

Deprecate setAliasEvmAddress() and replace with setEvmAddress(string) (with 0x_ _ _ prefix).

  • AccountCreateTransaction

Alternatives

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant