watcher-ts/packages/ipld-eth-client
prathamesh0 e8d8476bef
Fetch event logs for a block range in a single upstream call (#433)
* Support fetching logs for a block range in rpc-eth-client

* Add a method to fetch block events for multiple blocks at once

* Add a method to save blocks with fetched events in a block range

* Fix transactions destructuring

* Fix get logs call args

* Add a separate ETH client method to get logs in a block range

* Codegen changes
2023-10-23 16:10:09 +05:30
..
src Fetch event logs for a block range in a single upstream call (#433) 2023-10-23 16:10:09 +05:30
types/common Add APGL license and copyright notices (#212) 2021-08-12 15:28:13 +05:30
.eslintignore Implement typescript strict mode and ESLint in ipld-eth-client and cache packages (#37) 2021-06-04 12:04:12 +05:30
.eslintrc.json Upgrade dependency versions to remove vulnerabilities from dependabot (#343) 2023-03-28 13:17:53 +05:30
.npmignore Changes to use packages in uniswap-watcher (#196) 2022-10-11 13:41:26 +05:30
index.ts Add APGL license and copyright notices (#212) 2021-08-12 15:28:13 +05:30
package.json Fix codegen for creating subgraph watcher for Sushiswap (#432) 2023-10-23 09:23:20 +05:30
tsconfig.json Enable source maps for transpiled files (#242) 2021-09-07 16:01:15 +05:30