0xMiden / 0xMiden/wallet

iOS: auto-consume of MIDEN notes stops when Delegate Proof Generation is disabled

未关闭
#431 1 条评论 0 个 reaction 已指派 1 人 已被 @WiktorStarczewski 认领 在 GitHub 查看
主要语言
TypeScript
星标
5
派生
28
平均合并
9 小时 50 分钟
30 天内合并 PR
123

描述

## Symptom

On iOS, disabling **Delegate Proof Generation** stops MIDEN notes from being auto-consumed, even though **Auto Consume MIDEN notes** is still enabled. No error is shown; notes just stay pending.

## Steps to reproduce

1. iOS app, Auto Consume MIDEN notes enabled (default).
2. Disable Delegate Proof Generation in General Settings.
3. Receive a MIDEN note.
4. Note is not auto-consumed.

## Expected

Auto-consume should work regardless of the proving mode — with delegation off it should consume via the native local prover.

## Notes

Auto-consume is not intentionally gated on the delegation setting (`Explore.tsx` passes the flag through to `initiateConsumeTransaction`). Suspect the local-proving consume fails on iOS and the auto-consume bounded-retry backoff gate in `initiateConsumeNotesTransaction` (`src/lib/miden/transaction/initiate.ts`, from #215) then silently suppresses further attempts. Not yet reproduced live.

Feedback DB ref: ticket 118. Possibly related: tickets 77 (Android notes unclaimable after failed local-proving consume) and 92 (iOS "nothing to claim" notification).

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。