Skip to content

feat(core): add mint swap runtime consumers - #419

Draft
igbopharaoh wants to merge 16 commits into
cashubtc:masterfrom
igbopharaoh:feat/mint-swap-runtime-consumers
Draft

feat(core): add mint swap runtime consumers#419
igbopharaoh wants to merge 16 commits into
cashubtc:masterfrom
igbopharaoh:feat/mint-swap-runtime-consumers

Conversation

@igbopharaoh

Copy link
Copy Markdown
Contributor

Summary

  • adds due-scan reconciliation, event wakeups, full-jitter retry, and durable outbox publication for Mint Swaps
  • projects one sanitized parent history entry while suppressing owned child rows at scale
  • adds a revision-fenced settlement waiter and an internal revision-aware React operation hook

Dependency

This pull request is stacked on Slice 2 (#402), Slice 3 (#417), and Slice 4 (#418). It is intentionally opened against master; merge the earlier slices first, then rebase this branch before merge.

This pull request resolves #370.

Verification

  • bun run build
  • bun run typecheck
  • bun run --filter='@cashu/coco-core' test:unit
  • bun run --filter='@cashu/coco-react' test -- --run
  • SQLite, Expo SQLite, SQLite Bun, and IndexedDB repository contracts

@github-project-automation github-project-automation Bot moved this to Backlog in coco Aug 9, 2026
@changeset-bot

changeset-bot Bot commented Aug 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: fc15f55

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

feat: add mint-swap runtime and consumer surfaces

1 participant