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

release candidate backup for test #479

Closed
wants to merge 25 commits into from

Conversation

alexruzenhack
Copy link
Contributor

@alexruzenhack alexruzenhack commented May 14, 2024

Description

  • fix: PinScreen dismiss response
  • fix: exits script after dispatch failure effect
  • fix: replace BLOCKED to DENIED enum value
  • fix: push notification authorization logic
  • chore: extract delay from race
  • fix: push notification opt-in modal render time
  • chore: improve code readability
  • lint: comply with rules and improve comment
  • fix: typo
  • fix: add delay
  • refactor: feature toggle using hathor unleash client (refactor: feature toggle using hathor unleash client #421)
  • refactor: reset wallet service ignore flag (refactor: reset wallet service ignore flag #426)
  • fix: isTokenRegistered call from getTxDetails
  • feat: sending more exceptions on load wallet to sentry (feat: sending more exceptions on load wallet to sentry #430)
  • fix: token duplication on dashboard (fix: token duplication on dashboard #431)
  • chore: add release-candidate template (chore: add release-candidate template #436)
  • bump: v0.27.0-rc.1
  • feat: add nano contract feature toggle
  • fix: missing transaction after reload
  • fix: wallet-service network error
  • bump: v0.27.0-rc.2
  • fix: layout disposition and input configuration
  • feat: add form validation for wallet-service fields
  • lint: comply with rules
  • chore(i18n): update translation files and translate to portuguese
  • review: apply suggestions
  • bump: v0.27.0-rc.3
  • fix: network settings processing on wallet
  • fix: wallet behavior consistency with custom network settings
  • chore: remove unused import
  • bump: v0.27.0-rc.4
  • fix: useWalletService by forcefully disabling it when wallet service URL is empty
  • refactor: clean tx history and metadata first on wallet start
  • bump: v0.27.0-rc.5
  • fix: disable push notification if wallet service url is empty
  • fix: disable push notification if wallet service url is empty
  • chore: add dependency
  • chore: bump v0.27.0-rc.6

Start the release candidate process for version X.X.X-rc.1.
This PR will merge any changes on master into release-candidate branch.

msbrogli and others added 25 commits May 15, 2024 18:15
chore(ci): update to run on release branch
Merge dev changes into master
* fix: PinScreen dismiss response

* This fix doesn't solve the problem of long latency, however it decreases latency perception for users.

* fix: exits script after dispatch failure effect

* fix: replace BLOCKED to DENIED enum value

* fix: push notification authorization logic

* chore: extract delay from race
* refactor: feature toggle using hathor unleash client

* feat: handling feature updates

* refactor: using FetchTogglesStatus enum

* chore: added @hathor/unleash-client as a dependency
* refactor: resetting wallet-service ignore flag

* chore: updated translations

* refactor: rollback modal in load history screen

* fix: error modal handler failing because of invalid access data access

* refactor: displaying regular retry screen on wallet-service error and reporting thrown exceptions to sentry

* refactor: capturing all start wallet sentry instead of only wallet-service

* Revert "chore: updated translations"

This reverts commit ab7eddf.

* chore: updated translations

* chore: updated translations

* chore: lint

* chore: fix locale

* refactor: added ttag to missing translation

* fix: typo

* refactor: use the same key for the wallet service flag
* fix: push notification opt-in modal render time

* chore: improve code readability

* lint: comply with rules and improve comment

* fix: typo

* fix: add delay
* fix: token duplication on dashboard

* lint: comply with rules
* chore: add release-candidate template

* chore: rename to release_candidate_pr_template and add the option to PULL_REQUEST_TEMPLATE

* chore: add a dot between rc and the version number
release-candidate: 0.27.0-rc.1
* feat: add nano contract feature toggle

* lint: comply with lint

* feat: remove custom nano contract feature toggle state to favor default state
* feat: add force param to featchTokenData

* chore: improve documentation
* feat: add an abstraction method to call checkAddressMine with retry strategy

* review: apply suggestions

* lint: resolve rules

* refactor: extract progressiveRetryRequest to helper

* lint: comply with rules

* review: apply suggestions

* chore: add docstring to progressive retry mechanism constants

* refactor: progressiveRetryRequest

* lint: comply with rule

* chore: remove custom maxRetries
feat: add form validation for wallet-service fields

lint: comply with rules

chore(i18n): update translation files and translate to portuguese

review: apply suggestions
fix: wallet behavior consistency with custom network settings

chore: remove unused import
…URL is empty (#470)

refactor: clean tx history and metadata first on wallet start
@alexruzenhack alexruzenhack changed the base branch from release to release-candidate May 15, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants