Support filtering by topics when fetching logs in rpc-eth-client (#441)

* Support filtering by topics when fetching logs

* Include event signatures from all contracts in topics list

* Refactor common code

* Update package versions
This commit is contained in:
prathamesh0
2023-10-26 17:25:56 +05:30
committed by GitHub
parent 43463af1f2
commit a8e59eb6b9
21 changed files with 179 additions and 148 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/cache",
"version": "0.2.66",
"version": "0.2.67",
"description": "Generic object cache",
"main": "dist/index.js",
"scripts": {