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: stark sig auth account interaction #574

Merged
merged 7 commits into from
Oct 5, 2023

Conversation

Orland0x
Copy link
Contributor

@Orland0x Orland0x commented Oct 4, 2023

To simply user actions, we removed support for alternate account implementations and now only support the standard introduced by SNIP-6.

this removes issue #554

Copy link
Contributor

@pscott pscott left a comment

Choose a reason for hiding this comment

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

utACK

feelsgoodman.jpg

@@ -15,18 +15,3 @@ trait AccountABI<TState> {
fn is_valid_signature(self: @TState, hash: felt252, signature: Array<felt252>) -> felt252;
Copy link
Contributor

Choose a reason for hiding this comment

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

could we use the OZ library for the account interface? Or maybe there's a SNIP library somewhere we can use?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep imported from oz

@Orland0x Orland0x merged commit 082c12a into develop Oct 5, 2023
2 checks passed
@Orland0x Orland0x deleted the fix_stark_eip712_account_call branch October 5, 2023 16:59
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.

2 participants