MetaMask / eth-json-rpc-filters

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

Adapt to EIP-1193 provider changes #151

Closed mcmire closed 1 month ago

mcmire commented 5 months ago

After SafeEventEmitterProvider is updated to support EIP-1193 and a new version of @metamask/eth-json-rpc-provider is released, we should adapt to the changes:

kanthesha commented 1 month ago

This package uses eth-json-rpc-provider package from eth-block-tracker package. The similar changes to eth-block-tracker is in PR review. We need to wait until those changes gets merged and released.