-
Notifications
You must be signed in to change notification settings - Fork 986
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
re-add dev docs #266
Merged
Merged
re-add dev docs #266
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tzemanovic
force-pushed
the
tomas/re-add-dev-docs
branch
from
August 5, 2022 16:51
407f9ae
to
c74cc25
Compare
This was referenced Aug 5, 2022
Merged
Merged
tzemanovic
commented
Aug 11, 2022
tzemanovic
commented
Aug 11, 2022
tzemanovic
commented
Aug 11, 2022
tzemanovic
force-pushed
the
tomas/re-add-dev-docs
branch
from
August 17, 2022 06:05
17b6c2c
to
3874b7b
Compare
Merged
phy-chain
pushed a commit
to phy-chain/namada
that referenced
this pull request
Mar 1, 2024
* begin updating to identify parent account by ID * clean up * Update keyring to store "parentId" for derived accounts * Add store to persist selected parent account, return accounts by parentId * Implement message for account switching from extension * Set up parent account querying and messaging * Initialize parent account from storage for persistence * Clean up provider tests * Add events service/hooks, begin setting up for extension account changed * Simplify handler, prepare to broadcast chainId affected by changed accounts * Restructure extensionEvents service to account for additional extensions * Refactoring handlers to cover all integrations * Begin implementing event handlers in extension for accounts * Add background content service for events * continue hooking up content service, clean up * senderTabId shouldn't be required for now, hook up to Settings page * Clean up * Move initial call to dispatch account changed message to service * Simplified event broadcast and provider in interface * Clean up * Add single store instantiated at start up for tracking tab IDs * clean up * clean up, only append to store if chain ID matches * Move tab storage to local storage, track timestamp to later expire * Move hooks to shared public package * Fix file extension, add back README for hooks * Add eslint configs * Clean up imports * Remove unused lint ignore file, lint
phy-chain
pushed a commit
to phy-chain/namada
that referenced
this pull request
Mar 1, 2024
Merging to add anoma#266 refactor which includes new hooks package.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
based on #250