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: dynamic signer interactivity #648

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

xJonathanLEI
Copy link
Owner

Signer interactivity seems to also be non-binary. This PR enables signer implementations to make better interactivity reporting decision based on what's being signed.

A use case for this would be that calls to a specific contract on certain selectors might be deemed safe and would not require user confirmation. Apparently this needs to be enforced on the actual account contract, but having accurate interactivity on the client side helps the library make better decision on transaction estimation and simulation.

This is technically a breaking change on the existing HEAD but since this whole interactivity feature hasn't been released yet so we're free to break anything.

@xJonathanLEI xJonathanLEI force-pushed the dev/dynamic_signer_interactivity branch from 44ccda2 to af107dd Compare August 9, 2024 10:54
@xJonathanLEI xJonathanLEI merged commit 2ddc694 into master Aug 9, 2024
26 checks passed
@xJonathanLEI xJonathanLEI deleted the dev/dynamic_signer_interactivity branch August 9, 2024 15:12
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.

1 participant