Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6 #2766

Draft
wants to merge 292 commits into
base: main
Choose a base branch
from
Draft

v6 #2766

wants to merge 292 commits into from

Conversation

enesozturk
Copy link
Contributor

@enesozturk enesozturk commented Aug 29, 2024

Description

Introduces multi-chain support to AppKit, enabling developers to build applications that interact with multiple blockchain networks simultaneously. This update includes breaking changes to the interface to accommodate the new multi-chain functionality.

Key Changes

  • Introduced a universal adapter to unify WalletConnect connector across adapters
  • Refactored adapters to replace WalletConnect with the new universal adapter
  • Unified type definitions and namings for chain-related keywords across the entire codebase
  • Updated API parameters to simplify usage
  • Updated hooks for all libraries
  • Added new UIs to handle multi-chain flows

Testing

  • Updated all laboratory examples to use new interface rather than backwards compatibility packages
  • Add new E2E tests for the multi-chain flows for different multiple adapters combinations
  • Add unit tests for adapters

TODOs

  • Move the adapters to separated packages
  • Expose all chains from the base
  • Refactor Solana and Ethereum adapters to ensure compatibility with the Universal Provider Adapter (UPA)
  • Implement missing UI flows for switching between chains
  • Develop external wallet flows

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)

Checklist

  • Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections

enesozturk and others added 30 commits June 13, 2024 01:36
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.

3 participants