Agregar visualización de proceso Filecoin en tiempo real - #1
Open
carlos-israelj wants to merge 7 commits into
Open
Agregar visualización de proceso Filecoin en tiempo real#1carlos-israelj wants to merge 7 commits into
carlos-israelj wants to merge 7 commits into
Conversation
Se implementó una interfaz visual completa que muestra el progreso del registro de pacientes y el proceso de backup en Filecoin. Características: - Componente RegistrationProgress con 9 pasos animados - Componente TechnicalDetails con información técnica expandible - Sincronización en tiempo real con eventos de Filecoin - Callbacks de progreso en useAutoFilecoinSync hook - Animaciones suaves con Framer Motion - Visualización de hash de transacción, CID de Filecoin y hash de datos El usuario ahora puede ver cada paso del proceso de forma transparente, desde la validación inicial hasta el almacenamiento final en Filecoin.
Changes: - Add connected wallet address to useAutoFilecoinSync hook - Fix "Caller address is required for authorization" error - Improve synchronization between visual steps and real Filecoin process - Add tracking logs for visual flow debugging - Remove duplicate preparing-backup step in useEffect The visualization flow is now fully synchronized with actual Filecoin backup process events.
- Downgrade Wagmi from v3.0.1 to v2.19.5 for Sapphire compatibility - Downgrade Viem to v2.39.3 to work with Wagmi v2 - Remove Technical Details section from RegistrationProgress component - Remove all comments and emojis from codebase - Clean up deploy script output This fixes the critical encryption issue where patient data was sent in plaintext to the blockchain due to Wagmi v3 incompatibility with @oasisprotocol/sapphire-wagmi-v2.
✅ Deploy Preview for astonishing-figolla-85cffb ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
❌ Deploy Preview for hygiea-medical-records failed.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A complete visual interface was implemented that displays the progress of patient registration and the backup process on Filecoin.
Features:
The user can now see each step of the process transparently, from initial validation to final storage on Filecoin.