Skip to content

Feat/rescan height - #1382

Draft
sneurlax wants to merge 20 commits into
stagingfrom
feat/rescan-height
Draft

Feat/rescan height#1382
sneurlax wants to merge 20 commits into
stagingfrom
feat/rescan-height

Conversation

@sneurlax

Copy link
Copy Markdown
Member

No description provided.

sneurlaxand others added 20 commits May 26, 2026 22:56
Co-Authored-By: detherminal <76167420+detherminal@users.noreply.github.com>
these shouldn't exist/happen, but do/can
The prior merge commit introduced two copies of _parseWalletUri:
one without dash normalization (from feat/restore-cryptonote) and one
with (from feat/monero-uri). Keep only the correct version -- the one
that normalises dashes in URI schemes before parsing -- matching the
implementation already present on the vacay branch so the two branches
merge cleanly.
@codecov

codecovBot commented May 28, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 8.87097% with 113 lines in your changes missing coverage. Please review.
✅ Project coverage is 13.11%. Comparing base (8208fe7) to head (230b247).
⚠️ Report is 11 commits behind head on staging.

Files with missing linesPatch %Lines
lib/utilities/address_utils.dart15.06%62 Missing ⚠️
...wallets/wallet/intermediate/lib_monero_wallet.dart0.00%44 Missing ⚠️
lib/wallets/wallet/wallet.dart0.00%4 Missing ⚠️
lib/wallets/wallet/impl/monero_wallet.dart0.00%3 Missing ⚠️
Additional details and impacted files
@@ Coverage Diff @@## staging #1382 +/- ##
===========================================
+ Coverage 4.84% 13.11% +8.27% 
===========================================
Files 1092 424 -668 Lines 109141 35637 -73504 ===========================================
- Hits 5283 4675 -608 + Misses 103858 30962 -72896 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for freeto 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.

1 participant

@sneurlax