Skip to content

feat: transaction notifications for incoming transactions - #1359

Draft
sneurlax wants to merge 2 commits into
stagingfrom
feat/300-transaction-notifications
Draft

feat: transaction notifications for incoming transactions#1359
sneurlax wants to merge 2 commits into
stagingfrom
feat/300-transaction-notifications

Conversation

@sneurlax

Copy link
Copy Markdown
Member

closes #300

@sneurlax

Copy link
Copy Markdown
Member Author

Converting to draft because I have too many open PRs ready--will take another review pass over this before re-readying it

@sneurlax
sneurlax marked this pull request as draft August 20, 2026 19:00
@sneurlax
sneurlax force-pushed the feat/300-transaction-notifications branch from 4ffd667 to 92767b7 Compare August 20, 2026 21:27
…navigator

CryptoNotifications sat in home:, which makes it a route, so the first
navigation after login disposed it. Nothing depended on it staying alive until
incoming-transaction notifications started gating on hasListeners.
Fires an OS and in-app notification when an incoming transaction is first seen.

Delivery is acknowledged by the listener so a failed or unlistened send is
retried rather than recorded, and a txid is only marked delivered after it is
durably persisted. Per-wallet state is namespaced into the prefs box because
per-wallet Hive boxes are only opened for installs predating the Isar
migration. Wallets that exist at upgrade time are marked initialized once so
their history is not replayed as notifications; new wallets opt in explicitly
and restores stay silent. The delivered ledger is capped at 256 entries per
wallet, and confirmation watching is limited to ElectrumX wallets.
@sneurlax
sneurlax force-pushed the feat/300-transaction-notifications branch from be49563 to 146d7a1 Compare August 24, 2026 21:31
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.

Notifications on incoming transactions

1 participant