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

[wallet/desktop] task: release v1.0.10 #1895

Merged
merged 12 commits into from
Aug 18, 2022
Merged

[wallet/desktop] task: release v1.0.10 #1895

merged 12 commits into from
Aug 18, 2022

Commits on Feb 22, 2022

  1. improve ja-JP (#1819)

    44uk authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    67343c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. 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]>
    yilmazbahadir and Baha authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    805c33c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. 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]>
    4 people authored May 13, 2022
    Configuration menu
    Copy the full SHA
    c194967 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. 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
    OlegMakarenko authored May 16, 2022
    Configuration menu
    Copy the full SHA
    e6ac277 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. [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 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    642b961 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. [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 authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    c9b2817 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. [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 authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8334bb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. [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
    OlegMakarenko authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    48a69cf View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. [wallet/desktop] fix: multisig graph sorting issue (#1890)

    fix side effect multisigAccountGraphInfo mutation
    OlegMakarenko authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    af3c661 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. [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
    OlegMakarenko authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    ecde59f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. [wallet/desktop] task: add release notes (#1894)

    * [wallet/desktop] task: add release notes
    
    * [wallet/desktop] task: bump version to 1.0.10
    OlegMakarenko authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    bcee948 View commit details
    Browse the repository at this point in the history
  2. [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
    OlegMakarenko authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e6048a6 View commit details
    Browse the repository at this point in the history