ethers-io / ethers.io

Frontend website HTML, JavaScript and CSS for ethers.io.
https://ethers.io
MIT License
41 stars 18 forks source link

Reconnect backend on disconnect. #2

Closed ricmoo closed 6 years ago

ricmoo commented 8 years ago

This is part of a larger back-end change but should be completed sooner than later.

On reconnect we need to re-establish existing filters, updated to go from the last received blockNumber, as well as reconnect to a service to fetch the list of transactions we may have missed while offline.

ricmoo commented 8 years ago

This still needs to be updated for events. We should also move the reconnection logic to use exponential back-off.

ricmoo commented 6 years ago

This has been fixed in ethers.js, and so is not necessary for ethers.io to perform anymore. :)