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

[ABW-1301] Ledger genesis factor instances #451

Merged
merged 35 commits into from
Apr 21, 2023

Conversation

CyonAlexRDX
Copy link
Contributor

@CyonAlexRDX CyonAlexRDX commented Apr 21, 2023

Jira ticket: ABW-1301

Description

Adds the ability to create Account and Persona with a Ledger as genesis factor source.

Video

https://rdxworks.slack.com/archives/C031A0V1A1W/p1682073839199249

PR submission checklist

  • I have tested account to account transfer flow and have confirmed that it works

@CyonAlexRDX CyonAlexRDX marked this pull request as ready for review April 21, 2023 12:58
Copy link
Contributor

@GhenadieVP GhenadieVP left a comment

Choose a reason for hiding this comment

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

Awesome!
Added some minor comments, as the part of the UI as I understand it is a subject for later improvements.

@@ -17,6 +17,13 @@ public enum EntityKind:

/// Used by Persona
case identity = 618

public var entityType: any EntityProtocol.Type {
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe typeOfEntity would better? it is a bit confusing to have entityType on EntityKind.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

which is why I we call all kinds "Kind", so that we can call a type, "type", it matches the type, but I dont feel too strongly about it.

@CyonAlexRDX CyonAlexRDX merged commit 34db0b1 into main Apr 21, 2023
@CyonAlexRDX CyonAlexRDX deleted the abw_1301_ledger_genesis_factor_instances branch April 21, 2023 16:52
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants