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

feat: support Argent account v0.4.0 #680

Merged
merged 1 commit into from
Dec 1, 2024
Merged

Conversation

xJonathanLEI
Copy link
Owner

Resolves #626. Contains an API breaking change on the signature of ArgentAccountFactory::new().

Technically this can be implemented without a breaking change by simply treating a guardian public key of Felt::ZERO as None internally. However, the change in constructor param serialization itself is a breaking change. In order to explicitly signal the breakage the new() signature is changed too to avoid silently breaking downstream.

@xJonathanLEI xJonathanLEI merged commit b4d90ac into master Dec 1, 2024
27 checks passed
@xJonathanLEI xJonathanLEI deleted the dev/argent_account_0_4_0 branch December 1, 2024 20:51
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.

Support argent v4 accounts
1 participant