-
Notifications
You must be signed in to change notification settings - Fork 72
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
Seprate wallets fixes #221 #516
Merged
Merged
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
@evias please note that this pr is based on @yilmazbahadir's branch for importing mnemonic and that's why it contains those big changes. |
evias
approved these changes
Sep 30, 2020
evias
added a commit
that referenced
this pull request
Sep 30, 2020
* Creating new version 0.13.1 * Mnemonic passphrase QR Code export option added on profile creation (fixes #106) * Profile creation mnemonic passphrase backup tips design is enhanced (fixes #106) * Linting (#106) * i18n keys typo fix * (fix) Using temporarily stored password to produce MnemonicQR now, fixes #106 * SignerSelector is added to namespace -> create an alias form and SignerFilter is added to namespaces list (fixes #480) * Create an alias form default signer selected * index.html and icon paths are fixed(for linux, windows), fixes (#457) * Display current rental fee enhancement #356 (#489) * display current rental fee in mosaic and namespace creation * adding rental fees to form for creating/extending namespaces and mosaics > resolves #356 #357 * linting * fixing tests for travis build * Update TransactionView.ts * refactor componenets + adding fees to confirmed transaction modal #356 #357 #488 * avoiding confirmed transaction in getting rental fees to solve conflict from aggregate transaction pr + solving some eslint warnings * updates * fixing mosaic details doesn't load in transaction confirmation modal while creating new mosaics * bugfix namespace transaction doesn't load details #357 #488 #356 * resolve conflicts * Creating new version 0.13.1 Co-authored-by: travis@localhost <travis@localhost> * show expired mosaics in transaction details fixes #279 (#496) * Gh249 qr codes and uri handling (#510) * QR Code import feature implemented (fixes #249) * Missing Copyright notices fixed * CosignatureQR export/import feature implemented, fixes #249, #504 * Alphabetically sorted the keys in language files, fixes #249, #504 Co-authored-by: Baha <[email protected]> Co-authored-by: Grégory Saive <[email protected]> * Bugfix/capitalized label (#518) * rebase * fixes #501 * allow msg only transactions without mosaics #474 (#494) * allow msg only transactions without mosaics #474 * Upgraded SDK to 0.20.8 alpha ; Merged in 0.10 compatibility commits * Creating new version 0.13.1 Co-authored-by: Gregory Saive <[email protected]> Co-authored-by: travis@localhost <travis@localhost> * Csv export (#507) * utransform data and ui updates for csv export fixes #416 * linting * fix travis build * Seprate wallets fixes #221 (#516) * QR Code import feature implemented (fixes #249) * Missing Copyright notices fixed * seperate hd-wallet from private key wallets Co-authored-by: Baha <[email protected]> * Added database migrations for v0.10.x Network compatibility (#519) * Upgraded SDK to 0.21 ; HD & QR to 0.13 ; Added database migrations * Update profile migration (BREAKING) * Fixed linter issues * Gh509 transaction uri import export (#517) * QR Code import feature implemented (fixes #249) * Missing Copyright notices fixed * CosignatureQR export/import feature implemented, fixes #249, #504 * Alphabetically sorted the keys in language files, fixes #249, #504 * Transaction URI import & export feature implemented, fixes #509 * package-lock.json update Co-authored-by: Baha <[email protected]> Co-authored-by: travis@localhost <travis@localhost> Co-authored-by: Baha <[email protected]> Co-authored-by: Bassem <[email protected]> Co-authored-by: yilmazbahadir <[email protected]>
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.
Separating hd-wallets from private key ones by allowing each user to create a new profile by importing his own private key. fixes #221