You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep. There's an event emitted for each packet send or received to/from the device, and I don't think any of them are actually used. We really need to clean up the way we use EventEmitters in hdwallet, and concretely specify which actual events are intended to be part of the public interface; as is, I think we have to prove definitively these events aren't being used anywhere to consider removing them a non-breaking change.
When interacting with a KeepKey via
web
, the device is noisy - many events are emitted, likely more than is necessary.This could also be a
web
issue - TBC.The screenshot below shows the number of events emitted when connecting a KeepKey and correctly entering a PIN.
The text was updated successfully, but these errors were encountered: