Skip to content

feat: add exchange controller#4784

Merged
tomiir merged 3 commits intomainfrom
feat/exchange-controller
Aug 6, 2025
Merged

feat: add exchange controller#4784
tomiir merged 3 commits intomainfrom
feat/exchange-controller

Conversation

@tomiir
Copy link
Copy Markdown
Collaborator

@tomiir tomiir commented Aug 5, 2025

Description

  • Adds ExchangeController with state and functionality to implement deposit from exchange functionality in-modal.

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Associated Issues

Closes APKT-3471

Checklist

  • Code in this PR is covered by automated tests (Unit tests, E2E tests) => WIP
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections
  • I have tested my changes on the preview link
  • Approver of this PR confirms that the changes are tested on the preview link

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Aug 5, 2025

⚠️ No Changeset found

Latest commit: 42f3738

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

@vercel
Copy link
Copy Markdown

vercel bot commented Aug 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appkit-basic-html ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 6, 2025 10:49am
appkit-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 6, 2025 10:49am
appkit-gallery ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 6, 2025 10:49am
appkit-laboratory ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 6, 2025 10:49am
10 Skipped Deployments
Name Status Preview Comments Updated (UTC)
appkit-basic-example ⬜️ Ignored (Inspect) Aug 6, 2025 10:49am
appkit-basic-sign-client-example ⬜️ Ignored (Inspect) Aug 6, 2025 10:49am
appkit-basic-up-example ⬜️ Ignored (Inspect) Aug 6, 2025 10:49am
appkit-ethers5-bera ⬜️ Ignored (Inspect) Aug 6, 2025 10:49am
appkit-nansen-demo ⬜️ Ignored (Inspect) Aug 6, 2025 10:49am
appkit-vue-solana ⬜️ Ignored (Inspect) Aug 6, 2025 10:49am
appkit-wagmi-cdn-example ⬜️ Ignored (Inspect) Aug 6, 2025 10:49am
ethereum-provider-wagmi-example ⬜️ Ignored (Inspect) Aug 6, 2025 10:49am
next-wagmi-solana-bitcoin-example ⬜️ Ignored (Inspect) Aug 6, 2025 10:49am
vue-wagmi-example ⬜️ Ignored (Inspect) Aug 6, 2025 10:49am

Comment on lines +101 to +103
resetState() {
Object.assign(state, { ...DEFAULT_STATE })
},
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe just reset()?

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 5, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 77.78% 31995 / 41134
🔵 Statements 77.78% 31995 / 41134
🔵 Functions 69.51% 2645 / 3805
🔵 Branches 84.71% 6795 / 8021
File CoverageNo changed files found.
Generated in workflow #14053 for commit 42f3738 by the Vitest Coverage Report Action

@linear
Copy link
Copy Markdown

linear bot commented Aug 5, 2025

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants