hashgraph / hethers.js

DEPRECATED Complete EVM library in JavaScript/TypeScript for Hedera Hashgraph Smart Contract Service
https://docs.hedera.com/hethers
MIT License
16 stars 7 forks source link

Use contract logs pagination #264

Closed steven-sheehy closed 2 years ago

steven-sheehy commented 2 years ago

Is your feature request related to a problem? Please describe.

The eth_getLogs implementation in hethers was implemented before pagination was added to the contract logs REST API endpoints. Paging just by timestamp could miss logs since it doesn't take into account the log index.

Describe the solution you'd like

Describe alternatives you've considered

Additional context