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

fix(client/signWithChainweaver) KIP-0015 update #156

Merged
merged 39 commits into from
Feb 27, 2023
Merged

Conversation

ggobugi27
Copy link
Contributor

@ggobugi27 ggobugi27 commented Feb 2, 2023

Reason:

signWithChainweaver fails with Chainweaver 2.2.3 which uses the upgraded signing-api: kadena-io/signing-api#19, which changes the endpoint from /quickSign to /quicksign with request/response body changes.

Changes made (preferably with images/screenshots):

  • Update signWithChainweaver function to support the new signing-api, and add necessary interfaces
  • Fix IUnsignedSignatureWithHash to include {sig: null} option
  • Change pubkey in addSignatures in ICommandBuilder to pubKey
  • Update signWithChainweaver test

Check off the following:

  • [ V ] I have reviewed my changes and run the appropriate tests.
  • [ V ] I have have run rush change to add the appropriate change logs.
  • [ V ] I have added/edited docs.
  • [ X ] I have added tutorials.
  • [ X ] I have double checked and DEFINITELY added docs.

@ggobugi27 ggobugi27 changed the title fix(client/signWithChainweaver) /quickSign to /quicksign [WIP] fix(client/signWithChainweaver) /quickSign to /quicksign Feb 2, 2023
@ggobugi27 ggobugi27 changed the title [WIP] fix(client/signWithChainweaver) /quickSign to /quicksign [WIP] fix(client/signWithChainweaver) KIP-0015 updat Feb 2, 2023
@ggobugi27 ggobugi27 changed the title [WIP] fix(client/signWithChainweaver) KIP-0015 updat [WIP] fix(client/signWithChainweaver) KIP-0015 update Feb 2, 2023
packages/libs/client/src/pact.ts Outdated Show resolved Hide resolved
@ggobugi27 ggobugi27 changed the title [WIP] fix(client/signWithChainweaver) KIP-0015 update fix(client/signWithChainweaver) KIP-0015 update Feb 17, 2023
@ggobugi27 ggobugi27 changed the title fix(client/signWithChainweaver) KIP-0015 update [WIP] fix(client/signWithChainweaver) KIP-0015 update Feb 17, 2023
@ggobugi27 ggobugi27 changed the title [WIP] fix(client/signWithChainweaver) KIP-0015 update fix(client/signWithChainweaver) KIP-0015 update Feb 21, 2023
@ggobugi27 ggobugi27 merged commit 60d89f5 into master Feb 27, 2023
@ggobugi27 ggobugi27 deleted the fix/update-quicksign branch February 27, 2023 12:48
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.

6 participants