Running dexdo note deploy (v0.0.12) with a brand-new multisig wallet (freshly created via the dex.do site, funded with 1,000,000 SHELL/NACKL/USDC, confirmed "Active" on-chain via dexdo note balance) consistently fails with:
Error: deploy PrivateNote from wallet
: halo2 deposit voucher: wait for deposit VoucherGenerated from persisted wallet submit: timed out waiting for VoucherGenerated event with skUCommit= within 480s (N ext-out events scanned); refusing to submit a second wallet spend for recovery
Reproduced 3 times in a row (different skUCommit hashes each time, ~113-122 ext-out events scanned each time), always timing out at the same 480s window.
The wallet itself checks out fine via dexdo note balance (status: Active, correct SHELL balance). dexdo doctor reports PASS for general network health.
This looks specific to this particular wallet's deposit voucher flow post-reset — possibly the wallet is missing some post-reset initialization step, or there's an indexing lag specific to brand-new wallets created after the shellnet reset.
Running
dexdo note deploy(v0.0.12) with a brand-new multisig wallet (freshly created via the dex.do site, funded with 1,000,000 SHELL/NACKL/USDC, confirmed "Active" on-chain viadexdo note balance) consistently fails with:Error: deploy PrivateNote from wallet
: halo2 deposit voucher: wait for deposit VoucherGenerated from persisted wallet submit: timed out waiting for VoucherGenerated event with skUCommit= within 480s (N ext-out events scanned); refusing to submit a second wallet spend for recoveryReproduced 3 times in a row (different skUCommit hashes each time, ~113-122 ext-out events scanned each time), always timing out at the same 480s window.
The wallet itself checks out fine via
dexdo note balance(status: Active, correct SHELL balance).dexdo doctorreports PASS for general network health.This looks specific to this particular wallet's deposit voucher flow post-reset — possibly the wallet is missing some post-reset initialization step, or there's an indexing lag specific to brand-new wallets created after the shellnet reset.