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

Add AccountCreationWaysExample #493

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

rwalworth
Copy link
Contributor

@rwalworth rwalworth commented Aug 30, 2023

Description:
This PR adds the AccountCreationWaysExample, which shows users the different ways accounts can be represented.

It also adds AccountId::fromEvmAddress() to allow for Long-Zero account ID formats to be realized correctly, as well as more aligns AccountIds structure with other SDKs (most notably, make private member variables public and remove setter-getter functions).

This also depends on work done in #487, so that PR should be reviewed and merged first.

Related issue(s):

Fixes #492

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@rwalworth rwalworth added Improvement Code changes driven by non business requirements New Feature A new feature, service, or documentation. Major changes that are not backwards compatible. labels Aug 30, 2023
@rwalworth rwalworth requested a review from deyanzz August 30, 2023 17:35
@rwalworth rwalworth self-assigned this Aug 30, 2023
@rwalworth rwalworth linked an issue Aug 30, 2023 that may be closed by this pull request
@rwalworth rwalworth removed the Improvement Code changes driven by non business requirements label Aug 30, 2023
…Make AccountId private members public and remove setter-getter functions for them to more align with other SDKs

Signed-off-by: Rob Walworth <[email protected]>
@deyanzz deyanzz force-pushed the 00492-implement-accountcreationwaysexample branch from 541a98c to ad751ed Compare September 5, 2023 07:22
Copy link
Contributor

@deyanzz deyanzz left a comment

Choose a reason for hiding this comment

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

LGTM.

@deyanzz deyanzz merged commit c5321f8 into main Sep 5, 2023
2 checks passed
@deyanzz deyanzz deleted the 00492-implement-accountcreationwaysexample branch September 5, 2023 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature A new feature, service, or documentation. Major changes that are not backwards compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement AccountCreationWaysExample
2 participants