MetaMask / eth-json-rpc-filters

json-rpc-engine middleware implementing ethereum filter methods
ISC License
30 stars 38 forks source link

Middleware should ideally have a `name` attribute #8

Open danfinlay opened 5 years ago

danfinlay commented 5 years ago

This middleware does not result in a named object once assigned to the engine, making it harder to identify & cleanup listeners when a connection is closed, as I had to somewhat hack here: https://github.com/MetaMask/metamask-extension/pull/6670/files