Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a3f9876
fix: receive screen camera placeholder + pending invoice lifecycle
LiranCohen Apr 9, 2026
b2b83fc
fix: address PR review — error propagation, touch UX, expiry timer, m…
LiranCohen Apr 9, 2026
1d38888
fix: delete spinner stuck state, failed-invoice lifecycle, history ac…
LiranCohen Apr 9, 2026
ba06b30
fix: touch-friendly history actions, pagination clamp, expiry timer, …
LiranCohen Apr 9, 2026
6514267
fix: remove duplicate scan placeholder, expire QR dialog in-place, fi…
LiranCohen Apr 10, 2026
c5da3fb
fix: background invoice settlement, WAL-safe QR display, ISSUED tx co…
LiranCohen Apr 10, 2026
9382908
fix: sweep wallet lock, partial-persistence guard, preserve expired i…
LiranCohen Apr 10, 2026
4111465
fix: eliminate dialog/sweep settlement race, narrow lock scope, fix p…
LiranCohen Apr 10, 2026
a14c077
fix: sweep proof-loss on cancellation, DLEQ verification, retry quote…
LiranCohen Apr 10, 2026
277ead2
fix: source-aware sweep memos, soften ISSUED dialog to success
LiranCohen Apr 10, 2026
71bb221
fix: dialog receive paths now respect partial proof persistence
LiranCohen Apr 10, 2026
985ccc6
fix: build error from onNewProofs type mismatch, claim-token partial …
LiranCohen Apr 10, 2026
68b0ade
fix: ISSUED sweep runs stash recovery, claim-token always records tx,…
LiranCohen Apr 10, 2026
97f5bac
refactor: extract settlement decision logic into testable pure functions
LiranCohen Apr 10, 2026
fc58564
fix: ISSUED sweep checks stash recovery completeness, persist LNURL d…
LiranCohen Apr 10, 2026
cb6788e
refactor: extract sweep handlers, add integration-style settlement tests
LiranCohen Apr 10, 2026
927ca44
fix: lock ISSUED stash recovery, add sweep in-flight guard, startup L…
LiranCohen Apr 10, 2026
e47ec74
fix: sweep waits for startup recovery to complete before running
LiranCohen Apr 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@types/qrcode": "^1.5.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand Down
100 changes: 57 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading