Skip to content

feat(frontend): fix #485 encrypted p2p messaging and #491 transaction simulator#541

Open
Dopezapha wants to merge 1 commit into
StellarDevHub:mainfrom
Dopezapha:feat-frontend-e2ee-simulator
Open

feat(frontend): fix #485 encrypted p2p messaging and #491 transaction simulator#541
Dopezapha wants to merge 1 commit into
StellarDevHub:mainfrom
Dopezapha:feat-frontend-e2ee-simulator

Conversation

@Dopezapha
Copy link
Copy Markdown
Contributor

Closes #485
Closes #491

PR Description

Fixes #485 by adding browser-side end-to-end encrypted peer messaging for the collaboration hub. The new flow creates non-extractable Web Crypto keys in IndexedDB, verifies peer public-key fingerprints, derives per-conversation AES-GCM keys with ECDH and HKDF, and relays only encrypted payloads through the room transport.

Fixes #491 by adding a universal frontend transaction simulator for Stellar and EVM flows. Stellar transactions are simulated through RPC with fee-stat based buffers and readable state-change summaries, while EVM transactions use eth_call, eth_estimateGas, eth_feeHistory, and trace/debug RPCs when available for state diffs.

Changed

@vercel
Copy link
Copy Markdown

vercel Bot commented May 29, 2026

@Dopezapha is attempting to deploy a commit to the Ayomide Adeniran's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@Dopezapha Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

[Frontend] Universal Web3 Transaction Simulator & Gas Estimator [Frontend] Client-Side Encryption/Decryption Utility for P2P Messaging

1 participant