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 links.next for contract logs pagination #267

Closed georgi-l95 closed 2 years ago

georgi-l95 commented 2 years ago

Signed-off-by: georgi-l95 glazarov95@gmail.com

Description: Checks for links in links.next and use it to fetch the next contract logs, if exists. Also limit is set to 100 logs per request, and check was removed as it's not needed.

Related issue(s):

Fixes #264

Notes for reviewer:

Checklist