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

HIP-583 Expand alias support AccountCreateTransaction #1346

Closed
7 tasks
SimiHunjan opened this issue Feb 27, 2023 · 1 comment · Fixed by #1370
Closed
7 tasks

HIP-583 Expand alias support AccountCreateTransaction #1346

SimiHunjan opened this issue Feb 27, 2023 · 1 comment · Fixed by #1370
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@SimiHunjan
Copy link
Contributor

SimiHunjan commented Feb 27, 2023

Problem

HIP-583: https://hips.hedera.com/hip/hip-583

As a developer, I would like to create a new account with a key alias via the AccountCreateTransaction.
As a developer, I would like to create a new account with an evm address alias via the AccountCreateTransaction.

Solution

Add support for the user stories listed above.

  • setAliasEvmAddress() should be deprecated and replaced with setEvmAddress() in AccountCreateTransaction
  • AccountCreateTransaction.setAlias()
  • TransactionRecord.evmAddress
  • TransactionRecord.alias
  • Review doc comments to ensure they are up to date with the latest specification for the feature

Add Examples:

Create an account and set evm address alias

Create an account and set public key alias

Alternatives

No response

@SimiHunjan SimiHunjan added the enhancement New feature or request label Feb 27, 2023
@SimiHunjan SimiHunjan changed the title HIP-583 Expand alias support AccountCreateTransactions HIP-583 Expand alias support AccountCreateTransaction Feb 27, 2023
@SimiHunjan
Copy link
Contributor Author

Not currently live on previewnet. Will have confirmation for this feature on 3/2.

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

Successfully merging a pull request may close this issue.

2 participants