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 from trait accountKeys to accountPublicKeys #479

Merged
merged 3 commits into from
Nov 22, 2023

Conversation

DOBEN
Copy link
Member

@DOBEN DOBEN commented Nov 21, 2023

Purpose

Add from trait AccountKeys to AccountPublicKeys. This will simplify the cis3 test case since the generated keyPairs can be converted into AccountPublicKeys as follows:

    let account_public_keys: AccountPublicKeys = (keypairs).into();

Changes

Add from trait AccountKeys to AccountPublicKeys.

Copy link
Contributor

@limemloh limemloh left a comment

Choose a reason for hiding this comment

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

Don't forget to update the changelogs

@DOBEN DOBEN force-pushed the add-from-trait-accountKeys-to-accountPublicKeys branch from a16d139 to bc63c6c Compare November 22, 2023 12:34
@DOBEN DOBEN force-pushed the add-from-trait-accountKeys-to-accountPublicKeys branch from 287ec6d to 13c60fd Compare November 22, 2023 15:04
@DOBEN DOBEN merged commit 59dc927 into main Nov 22, 2023
40 checks passed
@DOBEN DOBEN deleted the add-from-trait-accountKeys-to-accountPublicKeys branch November 22, 2023 15:54
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.

3 participants