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

Extend support for alias form of AccountIDs to all relevant transactions and queries #2779

Closed
wants to merge 62 commits into from

Conversation

anighanta
Copy link
Contributor

@anighanta anighanta commented Jan 20, 2022

Closes #2691

  • Adds support for alias form of AccountIDs for all Transactions and Queries.
  • Added AliasLookup to provide the resolved id by looking in AliasManager and corresponding response code if the ID doesn't exist in aliasManager
  • If the account to look up is not of alias form , the ID is taken without lookup
  • Updating existing accounts' alias is in this PR

Neeharika-Sompalli and others added 30 commits January 3, 2022 16:58
…eze,unfreeze,revoke,grant,wipe,create transactions

Signed-off-by: anighanta <[email protected]>
@Neeharika-Sompalli Neeharika-Sompalli marked this pull request as ready for review January 24, 2022 16:06
anighanta and others added 11 commits January 24, 2022 12:31
Signed-off-by: anighanta <[email protected]>
Signed-off-by: anighanta <[email protected]>
* add sig requirement for alias

* unit tests

* unit tests

* eet tests

* test coverage

* fix sonar smells

* fix sonar smells

* remove duplicated unit test as per review comments

* Merge branch 'master' into 02691-M-ExtendAliasSupport
@SimiHunjan SimiHunjan added this to the 0.24.0 milestone Feb 8, 2022
@SimiHunjan
Copy link
Contributor

moved to 0.25 release

@SimiHunjan SimiHunjan modified the milestones: 0.24.0, 0.25.0 Feb 23, 2022
@SimiHunjan SimiHunjan modified the milestones: 0.25.0, 0.26.0 Mar 22, 2022
@SimiHunjan SimiHunjan modified the milestones: 0.26.0, 0.25.0, 0.27.0 Apr 20, 2022
@SimiHunjan SimiHunjan removed this from the 0.27.0 milestone May 17, 2022
@tinker-michaelj
Copy link
Collaborator

Unclear if this work would align with the upcoming alias restructure.

@nathanklick nathanklick deleted the 02691-M-ExtendAliasSupport branch August 18, 2023 21:44
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.

Support aliases in all transactions and queries
4 participants