You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- swapter: buffer each page and only advance latestIsoDate on clean completion, so
a mid-page throw no longer re-appends rows (duplicate orderIds / Couch _id conflicts)
and an error-driven exit keeps the pre-run progress marker instead of skipping older
unfetched pages (High + Medium).
- swapter: relax strict cleaners on fields that never feed StandardTx (info.type/link,
deposit/withdraw.network, the partner block) to asMaybe so an unexpected encoding
degrades that field instead of aborting the page (Medium).
- swapter: add the missing demo partners.ts entry so getPartnerIds surfaces it (Medium).
- nexchange: switch non-critical cleaners (address, txid, countryCode, nextCursor,
network, contract_address) from asOptional to asMaybe so a single odd encoding
degrades that field rather than aborting the query block (Medium).
- nym: make apiKey optional and return [] on a null/empty key so an unprovisioned
partner entry no-ops like the other couch plugins instead of erroring every cycle (Medium).
- nym test: replace live-derived addresses and txids with clearly-synthetic placeholders;
only field structure and amount math are load-bearing (High, privacy).
0 commit comments