Skip to content

fix: remove minRateOfPay, make WalletInfo.url required#1085

Merged
DarianM merged 2 commits into
mainfrom
storage--minRateOfPay-and-wa-url
Jun 12, 2025
Merged

fix: remove minRateOfPay, make WalletInfo.url required#1085
DarianM merged 2 commits into
mainfrom
storage--minRateOfPay-and-wa-url

Conversation

@sidvishnoi

@sidvishnoi sidvishnoi commented Jun 11, 2025

Copy link
Copy Markdown
Member

Context

Closes #1084
Helps with #1082

Changes proposed in this pull request

  • Remove minRateOfPay from code, storage and UI.
  • In Settings > Rate of Pay, set min to 1 unit
  • As we're doing a storage structure migration, make WalletInfo.url as required. Make it same as WalletAddress.id when not available. Helps with #1082.
  • Return WalletInfo from getWalletInformation (instead of WalletAddress)

@sidvishnoi sidvishnoi requested a review from DarianM June 11, 2025 11:55
@github-actions github-actions Bot added area: background Improvements or additions to extension background script area: popup Improvements or additions to extension popup area: pages Changes to any of extension's pages area: shared Changes to shared libraries and utilities labels Jun 11, 2025
@github-actions

github-actions Bot commented Jun 11, 2025

Copy link
Copy Markdown
Contributor

Extension builds preview

Name Link
Latest commit a235df1
Latest job logs Run #15605563555
Chrome (991.72KB)Download
Firefox (991.75KB)Download

Comment thread src/pages/popup/components/Settings/RateOfPay.tsx Outdated
Comment thread src/pages/popup/components/Settings/RateOfPay.tsx Outdated
@DarianM DarianM merged commit 826cbb8 into main Jun 12, 2025
8 checks passed
@DarianM DarianM deleted the storage--minRateOfPay-and-wa-url branch June 12, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: background Improvements or additions to extension background script area: pages Changes to any of extension's pages area: popup Improvements or additions to extension popup area: shared Changes to shared libraries and utilities

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the concept minRateOfPay

2 participants