-
Notifications
You must be signed in to change notification settings - Fork 5
Fix secondary key handling #282
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
Open
F-OBrien
wants to merge
51
commits into
develop
Choose a base branch
from
fix/secondary-key
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
# [1.8.0](1.7.9...1.8.0) (2023-10-27) ### Bug Fixes * ability to unsubscribe from network ([75162b7](75162b7)) * add trailing slash to local dashboard link ([072d3e7](072d3e7)) * do not modify custom endpoint url ([0242f19](0242f19)) * identityClaim is now optional - remain backwards compatible ([1c8a197](1c8a197)) * merged develop + fixed conflicts ([faf782c](faf782c)) * merged develop + fixed conflicts ([bdf212c](bdf212c)) * open initial create/import account screens as ([5b52070](5b52070)) * removed unused code ([f4e947f](f4e947f)) * removed unused code ([f0b182f](f0b182f)) * requested changes ([875a4b6](875a4b6)) * resolve tsc error ([20ed11e](20ed11e)) * unsubscribing from keys ([0b5e100](0b5e100)) * update links ([b0198d9](b0198d9)) * updated networkUrl selector for apiPromis ([02b04cd](02b04cd)) ### Features * added api promise reload after custom url change ([67c6156](67c6156)) * added custom rpc functionality ([928127d](928127d)) * return wssUrl for custom networks ([17c1503](17c1503))
- Prevent subscribeCustomNetworkUrl from calling initApiCalls on initial connection - Disconnect api as part of unSubAll and prior to initializing new connections - Clean up currentDids when a new api connection is made
## [1.8.2](1.8.1...1.8.2) (2024-01-25) ### Bug Fixes * prevent authorization requests from incorrect url when pages are pre-rendered ([75a42ed](75a42ed))
## [1.8.3](1.8.2...1.8.3) (2024-04-05) ### Bug Fixes * update to correct staging endpoint ([e44bd78](e44bd78))
BREAKING CHANGE: Updated Polymesh wallet to support Manifest V3, with significant updates aligning configurations, dependencies, and architecture to match upstream polkadot wallet. This may affect compatibility with environments relying on Manifest V2.
# [2.0.0](1.8.3...2.0.0) (2024-08-27) ### Bug Fixes * enable corepack ([f8a0391](f8a0391)) ### Features * migrate to Manifest V3 and align with upstream polkadot extension ([5d7198d](5d7198d)) ### BREAKING CHANGES * Updated Polymesh wallet to support Manifest V3, with significant updates aligning configurations, dependencies, and architecture to match upstream polkadot wallet. This may affect compatibility with environments relying on Manifest V2.
## [2.0.1](2.0.0...2.0.1) (2024-08-27) ### Bug Fixes * update bump-versions.sh to work with [email protected] ([7e32b13](7e32b13))
## [2.0.2](2.0.1...2.0.2) (2024-08-28) ### Bug Fixes * update README ([c9f101d](c9f101d))
…eyring bump migration script to run on version 2.0.2 or earlier
## [2.0.3](2.0.2...2.0.3) (2024-08-28) ### Bug Fixes * store did key addresses in the default SS58 format used by the keyring ([7f1425a](7f1425a))
# [2.2.0](2.1.0...2.2.0) (2024-12-09) ### Bug Fixes * update loading animation ([866123f](866123f)) ### Features * include steps to connect a ledger device in the signing flow if not connected ([5a28506](5a28506)) * remove the ping messages from PolymeshInjected ([edf381f](edf381f)) * show protocol fees for nested calls + bump SDK and Polymesh types dependencies ([c1d3967](c1d3967))
# [2.3.0](2.2.0...2.3.0) (2025-01-09) ### Features * enhance account migration process and ensure complete before loading keys ([8360249](8360249))
## [2.3.1](2.3.0...2.3.1) (2025-01-20) ### Bug Fixes * ensure keyring is always initialized ([29b86bc](29b86bc))
…tity initialization
# [2.4.0](2.3.1...2.4.0) (2025-03-25) ### Features * change "Reject" buttons to "Cancel" ([757a90d](757a90d))
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.
No description provided.