-
Notifications
You must be signed in to change notification settings - Fork 123
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
feat: Streamline key and alias specifications for AccountCreateTransaction
#2210
feat: Streamline key and alias specifications for AccountCreateTransaction
#2210
Conversation
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
…cifications-for-AccountCreateTransaction
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
…-for-AccountCreateTransaction
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Ivan Ivanov <[email protected]>
Signed-off-by: Ivan Ivanov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
…of-individual-transactions' into 2189-refactor-transaction-flows-to-allow-modifications-of-individual-transactions-fork
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
…-for-AccountCreateTransaction # Conflicts: # examples/src/main/java/com/hedera/hashgraph/sdk/examples/AccountCreateWithAndWithoutAliasExample.java # examples/src/main/java/com/hedera/hashgraph/sdk/examples/CreateAccountWithAliasExample.java # sdk/src/test/java/org/hiero/sdk/AccountCreateTransactionTest.snap # sdk/src/testIntegration/java/com/hedera/hashgraph/sdk/test/integration/AccountCreateIntegrationTest.java
# Conflicts: # sdk/src/testIntegration/java/com/hedera/hashgraph/sdk/test/integration/TokenRejectFlowIntegrationTest.java
…tCreateTransaction'
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
AccountCreateTransaction
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you replace all calls to setKey
with setKeyWithoutAlias
?
examples/src/main/java/com/hedera/hashgraph/sdk/examples/CreateAccountWithAliasExample.java
Outdated
Show resolved
Hide resolved
examples/src/main/java/com/hedera/hashgraph/sdk/examples/CreateAccountWithAliasExample.java
Outdated
Show resolved
Hide resolved
examples/src/main/java/com/hedera/hashgraph/sdk/examples/CreateAccountWithAliasExample.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Naydenov <[email protected]>
…thoutAlias Signed-off-by: Naydenov <[email protected]>
…thoutAlias in integration tests Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is empty file sdk/src/test/java/org/hiero/sdk/AccountCreateTransactionTest.snap
- should be removed
Signed-off-by: Naydenov <[email protected]>
Signed-off-by: Naydenov <[email protected]>
…ifications-of-individual-transactions-fork
examples/src/main/java/com/hedera/hashgraph/sdk/examples/CreateAccountWithAliasExample.java
Show resolved
Hide resolved
Signed-off-by: Naydenov <[email protected]>
…-allow-modifications-of-individual-transactions-fork' into 2189-refactor-transaction-flows-to-allow-modifications-of-individual-transactions-fork
...Integration/java/com/hedera/hashgraph/sdk/test/integration/AccountCreateIntegrationTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Naydenov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description:
This PR extends the AccountCreateTransaction with the following APIs:
🚨 Deprecation Notice:
Fixes : #2177