dependabot[bot] 5cbea3037b Bump qs from 6.5.2 to 6.5.3 (#78)
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-07 14:32:29 -03:30
2021-04-05 14:32:49 -07:00
2020-09-07 11:19:09 -02:30
2022-11-22 20:55:35 -03:30
2022-05-10 11:29:10 -06:00
wip
2018-10-04 10:27:56 -04:00
2020-04-21 20:05:38 -02:30
2021-04-05 14:32:49 -07:00
2021-02-04 21:44:51 -03:30
2022-12-07 14:32:29 -03:30

eth-json-rpc-filters

json-rpc-engine middleware implementing ethereum filter methods. Backed by an eth-block-tracker and web3 provider interface (web3.currentProvider).

supported rpc methods

  • eth_newFilter
  • eth_newBlockFilter
  • eth_newPendingTransactionFilter
  • eth_uninstallFilter
  • eth_getFilterChanges
  • eth_getFilterLogs

usage

basic usage:

const filterMiddleware = createFilterMiddleware({ blockTracker, provider })
engine.push(filterMiddleware)

cleanup:

// remove blockTracker handler to free middleware for garbage collection
filterMiddleware.destroy()

Running Tests

yarn test

Changelog

2.0
  • expect EthBlockTracker@4
Description
No description provided
Readme ISC 888 KiB
Languages
JavaScript 100%