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

Remove payload from create_new_keys custom function #95

Merged

Conversation

vineetpant
Copy link
Contributor

Description

This MR removes payload param from create_new_keys in cli and other places as payload is not required for the custom function

Details

  • Remove payload from create_new_keys
  • Update cli
  • Update versions.md

@vineetpant vineetpant requested review from wulfraem, Tschuck, dimgord and S3bb1 and removed request for wulfraem and Tschuck November 28, 2023 12:08
@@ -128,32 +127,23 @@ class VadeApiBbs extends VadeApiShared {
/**
* creates a new keypair for BBS+ based proofs
*
* @param params.keyOwnerDid did that will receive new public key
* @param options.identity Substrate identity to use (e.g. did:evan:0x12345)
* @param options.signingKey key to request the signing endpoint with
*/
public async createBbsKeys(
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we can put this in one line now. Sorry, cannot suggest this in here due to a deleted line in the area to suggest a change for. oO

  public async createBbsKeys(options: VadeOptions): Promise<BbsKeys> {

Cargo.toml Outdated
branch = "experimental/develop-next"
branch = "feature/remove-payload-from-create-new-keys"
Copy link
Contributor

Choose a reason for hiding this comment

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

Now we should be able to use the previous branch again. ^^

@S3bb1 S3bb1 requested a review from wulfraem November 29, 2023 12:56
@wulfraem wulfraem merged commit 65a40bc into experimental/develop-next Nov 29, 2023
25 checks passed
@wulfraem wulfraem deleted the feature/remove-payload-from-create-new-keys branch November 29, 2023 14:36
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