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

Error con RPC provider al intentar cargar las temporadas de Alpha #375

Closed
dappsar opened this issue Jul 20, 2024 · 3 comments
Closed

Error con RPC provider al intentar cargar las temporadas de Alpha #375

dappsar opened this issue Jul 20, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@dappsar
Copy link
Collaborator

dappsar commented Jul 20, 2024

Al intentar cargar las temporadas de Alpha, da un error de RPC.
Sudede mayormente en dispositivos móviles y de manera aleatoria.

@dappsar
Copy link
Collaborator Author

dappsar commented Jul 20, 2024

  • Problema: rate limit con la url del provider de rpc (teníamos tenderly)
  • origen del problema: las notificaciones (navbar)
  • workaround: Se deshabilitan las notificaciones y se cambia el provider de prc de Sepolia.
  • Solución definitiva: Pendiente

@dappsar
Copy link
Collaborator Author

dappsar commented Jul 20, 2024

Se agrega useCallback para evitar recreaciones innecesarias.
Se aseguran que los useEffect solo se ejecuten cuando es necesario.
Se agrupan las actualizaciones del estado para reducir el número de renderizaciones.

dappsar added a commit that referenced this issue Jul 20, 2024
[fix] 🐛 add middleware to handle alpha data (#375)
@dappsar
Copy link
Collaborator Author

dappsar commented Jul 20, 2024

Relacionado con #384

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant