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

Cadence breaking changes #4

Closed
sideninja opened this issue Apr 21, 2022 · 2 comments
Closed

Cadence breaking changes #4

sideninja opened this issue Apr 21, 2022 · 2 comments

Comments

@sideninja
Copy link

Overview
A new version of Cadence will cause some breaking changes in this SDK. It's important that those changes are addressed in a timely manner (by the end of the month) or else it will break the software using the SDK.

Breaking Change
This SDK is using a deprecated API for adding keys to the account.
DEPRECATED

account.addPublicKey()

NEW

account.keys.add()

Refactor
The cadence templates should be changed according to the account key documentation found here. We have already prepared those templates for you and they can be found here.

If you need any help implementing the changes you can always reach out to me directly on discord or here (both places with sideninja nick).

@MarshallBelles
Copy link
Owner

This should be resolved as of a few days ago, leaving open for another week in case anyone has issues.

@MarshallBelles
Copy link
Owner

Closing.

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

No branches or pull requests

2 participants