This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Prevent block polling crashes
Previously we were always emitting 'error' when the block tracker encountered an issue. The default behavior of Node is to throw an exception if nothing is subscribed to the error event, which is not intended behavior for this library.
We now catch errors from the block tracker, and log them to the console if you pass { debug: true } in the options when creating a new engine.