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: Safe MVP now working #13

Merged
merged 1 commit into from
Sep 9, 2024
Merged

fix: Safe MVP now working #13

merged 1 commit into from
Sep 9, 2024

Conversation

chris13524
Copy link
Member

Fixes the AA24 signature error error to result in what appears to be a successful Safe deployment w/ initial transaction.

@chris13524 chris13524 self-assigned this Sep 9, 2024
@@ -309,7 +309,7 @@ mod tests {
let valid_until = 0;

sol!(
struct SafeOpEntrypointV7Message {
struct SafeOp {
Copy link
Member Author

Choose a reason for hiding this comment

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

SignTypedData includes the struct/type name in the message. Duh

@chris13524 chris13524 merged commit c440bf1 into main Sep 9, 2024
4 checks passed
@chris13524 chris13524 deleted the fix/safe-mvp branch September 9, 2024 22:21
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