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

Conversation

OlegMakarenko
Copy link
Contributor

@OlegMakarenko OlegMakarenko commented Aug 17, 2022

v1.0.10 - 17-Aug-2022

Milestone: Bug fixes and security protection improvements

Added

  • Added the blacklist/whitelist support for address book. Improved the multisig transaction co-signature form #1739.
  • Added the scam alert link to the docs in the harvesting view #1860.
  • Added nyc integration and enabled ci coverage check #1869.
  • Added unit tests #1871.
  • Added new multisig tree presentation and improved graph construction #1881.
  • Added property to the advanced settings to allow/disallow signing multisig transactions from unknown accounts #1880.
  • Added a signer public key field to the transaction details view #1840.
  • Added link to explorer for addresses in the transaction details view #1843.
  • Added option to block new contact #1826.

Changed

  • Removed dashes from addresses #1841.

Fixed

  • Improved localization in Japanese #1819.
  • Fixed the metadata non-ascii text update failure and the view refresh issue #1837.
  • Fixed the multisig graph sorting issue #1890.
  • Fixed an issue with editing the contact address in address book #1834.
  • Fixed an issue with address book import #1827.
  • Fixed the wrong contact names presented in the transaction list #1831.
  • Fixed the transaction detail "From" field is not replaced with a contact name #1842.
  • Fixed the signer from multilevel multisig tree presented as an unknown account in the multisig transaction co-signature form #1848.
  • Migrated to Jenkins and fixed failing unit tests #1868.

44uk and others added 10 commits February 22, 2022 14:15
#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 <baha@symbol.dev>
* 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 <xian.f.liu@gmail.com>
Co-authored-by: OlegMakarenko <33131259+OlegMakarenko@users.noreply.github.com>
Co-authored-by: Oleg Makarenko <olegomm@gmail.com>
* feat: add the scam alert link to docs in the harvesting view

* fix: broken explorer URL
…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
* [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
* [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
…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
fix side effect multisigAccountGraphInfo mutation
…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 OlegMakarenko changed the title [wallet/desktop] task: release v1.10.0 [wallet/desktop] task: release v1.0.10 Aug 17, 2022
* [wallet/desktop] task: add release notes

* [wallet/desktop] task: bump version to 1.0.10
* [wallet/desktop] fix: missing links in changelog

* [wallet/desktop] task: bump package.json version to 1.0.10
@OlegMakarenko OlegMakarenko marked this pull request as ready for review August 17, 2022 21:00
@yilmazbahadir yilmazbahadir merged commit fc658ab into main Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants