Skip to content

Conversation

abretonc7s
Copy link
Collaborator

@abretonc7s abretonc7s commented Apr 15, 2025

Description

This PR adds documentation explaining the current architectural challenges with the SDK communication layer and outlines the required solution.

Summary

  • Documents the core problem with the single communication layer package approach
  • Explains dependency conflicts between mobile and SDK environments
  • Proposes splitting the package into core/wallet/dapp components
  • Describes the current broken development workflow

Context

The current design blocks the mobile wallet from using updated communication layer due to incompatible dependencies (especially eciesjs versions). This documentation serves as a reference for the architectural changes needed to resolve these blockers.

@abretonc7s abretonc7s changed the title docs: comm layer dev workflow docs: document communication layer architecture challenges and solution Apr 15, 2025
@codecov
Copy link

codecov bot commented Apr 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.05%. Comparing base (205959d) to head (cc8a7e7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1264   +/-   ##
=======================================
  Coverage   74.05%   74.05%           
=======================================
  Files         182      182           
  Lines        4352     4352           
  Branches     1066     1066           
=======================================
  Hits         3223     3223           
  Misses       1129     1129           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@abretonc7s abretonc7s marked this pull request as ready for review April 16, 2025 02:04
@abretonc7s abretonc7s requested a review from a team as a code owner April 16, 2025 02:04
@sonarqubecloud
Copy link

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.

1 participant