-
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
[wallet/desktop] task: release v1.0.10 #1895
Commits on Feb 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 67343c6 - Browse repository at this point
Copy the full SHA 67343c6View commit details
Commits on Mar 4, 2022
-
fix: metadata non-ascii text update failure, views refresh issue, det… (
#1839) * fix: metadata non-ascii text update failure, views refresh issue, details view fixed, fixes #1837, #1838 * linting fixes in language files * fix: metadata value renamed to value delta in transaction details view * upgrade symbol-sdk to latest alpha - for metadata changes * fix: added unit tests for account, mosaic and namespace transaction detail views * whitespace issue in the language files is fixed * update symbol-sdk to the latest alpha * fix: symbol-sdk updated to v2.0.0 * fix: japanese, chinese and russian lang updates Co-authored-by: Baha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 805c33c - Browse repository at this point
Copy the full SHA 805c33cView commit details
Commits on May 13, 2022
-
Feat: blacklist whitelist contacts (#1814)
* feature: blacklist/whitelist contacts in address book * increase testing coverage and linting * update unit tests * update package-lock * fix console error * add type for qrCodeCapturer * check network type before adding new contact * highlight malicious transactions button when clicked * fix contact list ui * Add new contact modals * add translation * update * fix msig modification signing * update ModalTransactionCosignature.vue * fix ui issues in #1823 * fix checkbox margin * update blacklist filter to show empty list when there is not blacklisted contacts * fix filtering and update unit tests * fix ui issues * fix: address book (#1847) * fix: address book list styles. feat: add option to blacklist new contact * fix: rewrite ModalTransactionCosignature warning section, fix flow, fix checkbox styles, add escape option * feat: add blocked contact transaction view, add unblock option. fix: 'jumping' form * fix: display contact name in the tx signer field * task: replace pretty addresses with a plain ones * feat: add signer address to tx details * feat: make address filed redirectable to explorer page * feat: add address popover with explorer url * task: require blacklist contact name * fix: aggregate txs get random names from the address book, fix tx filter * fix: styles of the new address detected modal * fix: detected address input styles, new transaction incorrect address * fix: the accounts selector jumping action buttons * fix: contact address edition doesn't work * fix: rename blacklist => block and lint * fix: missing property error * fix: the contact list jumping action buttons * fix: rename show blacklisted transactions => show blocked transactions * fix: edit contact with the same address * feat: improve cosignature warning, show unknown signer address, add explorer link, add caution text * fix: account balance widget address label size * task: change address row explorer link popover layout and styles * fix: remove unused commented style props * fix: presentation for multilevel multisig tree * fix: show warning for blocked multisig address * fix: remove unnecessary tx detail scroll to sign form * task: change copy requires => awaiting * task: add ModalTransactionCosignature component test * task: update translations * fix: translation * task: cleanup test * task: update copy * fix: the transaction list action icons position * fix: remove blacklisted contacts from the send form * feat: add tad for blocked addresses, fix modal aligment, remove blacklist contact name input * fix: lint * task: update translations, add locale unit test * feat: add the scam alert link * fix: typo Co-authored-by: Steven Liu <[email protected]> Co-authored-by: OlegMakarenko <[email protected]> Co-authored-by: Oleg Makarenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c194967 - Browse repository at this point
Copy the full SHA c194967View commit details
Commits on May 16, 2022
-
feat: add the scam alert link to docs in the harvesting view #1860
* feat: add the scam alert link to docs in the harvesting view * fix: broken explorer URL
Configuration menu - View commit details
-
Copy full SHA for e6ac277 - Browse repository at this point
Copy the full SHA e6ac277View commit details
Commits on Jun 7, 2022
-
[wallet/desktop] fix: migrated to jenkins and failing unit tests are f…
…ixed #1868 problem: - Some of the unit tests were failing - Migration from Travis to Jenkins needed solution: - Fixed the failing unit tests and added test coverage script - Integrated to Jenkins CI
Baha committedJun 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 642b961 - Browse repository at this point
Copy the full SHA 642b961View commit details
Commits on Jun 9, 2022
-
[wallet/desktop] feat: added nyc intg, enabled ci coverage check #1869
* [wallet/desktop] feat: added nyc intg, enabled ci coverage check * [wallet/desktop] fix: removed travis related scripts * [wallet/desktop] fix: decreased the target coverage to 22 and newline EOF fixed
Baha authoredJun 9, 2022 Configuration menu - View commit details
-
Copy full SHA for c9b2817 - Browse repository at this point
Copy the full SHA c9b2817View commit details
Commits on Jul 12, 2022
-
[wallet/desktop]: unit test enhancements #1871
* [wallet/desktop]: Account address display, link, contactqr, metadata comps added * [wallet/desktop]: Account metadata display, multisig graph, name display, public key display etc. tests added Added/updated unit tests for the following components: AccountMetadataDsiplay, AccountMultisigGraph, AccountNameDisplay, AccountPublicKeyDisplay, AccountRestrictionsList, AccountFieldSelector, AccountSignerSelector * [wallet/desktop] fix: invalid comments fixed, pretty address changed to plain AccountMetadataDisplay test is refactored
Baha authoredJul 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 8334bb5 - Browse repository at this point
Copy the full SHA 8334bb5View commit details
Commits on Aug 2, 2022
-
[wallet/desktop] fix: cosign form is not presented for multisig tx is…
…s#1863 (#1881) * [wallet/desktop] fix: cosign form is not presented for multisig tx fix multisig graph action * [wallet/desktop] task: update AccountMultisigGraph test * [wallet/desktop] task: use root and current multisig graph to check if tx needs cosignature * [wallet/desktop] feat: add new multisig graph presentation, fix graph construction * [wallet/desktop] task: update and add tests for AccountMultisigGraph component * [wallet/desktop] task: show multisig graph for cosigners * [wallet/desktop] task: sort multisig graph by address, remove old tree * [wallet/desktop] task: add test for AccountDetailsPage * [wallet/desktop] fix: AccountDetailsPage test * [wallet/desktop] task: add test for Account store module * [wallet/desktop] fix: typo * [wallet/desktop] task: update test for AccountMultisigGraph component
Configuration menu - View commit details
-
Copy full SHA for 48a69cf - Browse repository at this point
Copy the full SHA 48a69cfView commit details
Commits on Aug 12, 2022
-
[wallet/desktop] fix: multisig graph sorting issue (#1890)
fix side effect multisigAccountGraphInfo mutation
Configuration menu - View commit details
-
Copy full SHA for af3c661 - Browse repository at this point
Copy the full SHA af3c661View commit details
Commits on Aug 16, 2022
-
[wallet/desktop] feat: add multisig toggle to allow/disallow signing …
…multisig transactions from unknown accounts (#1889) * [wallet/desktop] feat: add advanced setting form * [wallet/desktop] feat: disallow signing unknown transactions * [wallet/desktop] task: update warnings * [wallet/desktop] task: add tests for FormAdvancedSettings * [wallet/desktop] fix: docs link * [wallet/desktop] fix: test * [wallet/desktop] task: update translations * [wallet/desktop] task: add tests for FormAdvancedSettings * [wallet/desktop] fix: typo * [wallet/desktop] fix: typo * [wallet/desktop] task: update tests, method name and button name * [wallet/desktop] task: update russian translation
Configuration menu - View commit details
-
Copy full SHA for ecde59f - Browse repository at this point
Copy the full SHA ecde59fView commit details
Commits on Aug 17, 2022
-
[wallet/desktop] task: add release notes (#1894)
* [wallet/desktop] task: add release notes * [wallet/desktop] task: bump version to 1.0.10
Configuration menu - View commit details
-
Copy full SHA for bcee948 - Browse repository at this point
Copy the full SHA bcee948View commit details -
[wallet/desktop] fix: missing links in changelog (#1896)
* [wallet/desktop] fix: missing links in changelog * [wallet/desktop] task: bump package.json version to 1.0.10
Configuration menu - View commit details
-
Copy full SHA for e6048a6 - Browse repository at this point
Copy the full SHA e6048a6View commit details