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

WIP - feat/1078: Extension: Chain ID approval #1142

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jurevans
Copy link
Collaborator

@jurevans jurevans commented Sep 26, 2024

Resolves #1078

  • Establish new permissions model storage for approving features per chain per domain
  • Prompt user to enable signing for chain ID in domain approval
  • When chain ID changes in interface (such as pointing to a different indexer) prompt for approval

Notes

  • To make all of this possible, we need to pass chainId to any extension connection functionality
  • We need to reconnect to the extension any time the chain ID changes, and trigger a popup.

@jurevans jurevans self-assigned this Sep 26, 2024
@jurevans jurevans force-pushed the feat/1078-approve-chain-id branch 3 times, most recently from c49fa7a to 22ba6bf Compare September 30, 2024 10:38
@jurevans jurevans changed the title WIP: feat/1078 - Extension: Chain ID approval WIP - feat/1078: Extension: Chain ID approval Sep 30, 2024
@jurevans jurevans force-pushed the feat/1078-approve-chain-id branch 3 times, most recently from 82488eb to e0cc486 Compare October 4, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extension: Allow interface to specify chain ID when connecting, update when approved
1 participant