aptos-labs / aptos-ts-sdk

An SDK for accessing the Aptos blockchain data, submitting transactions, and more!
https://aptos-labs.github.io/aptos-ts-sdk/
Apache License 2.0
67 stars 37 forks source link

[Bug] `limit` argument in `aptos.event.getModuleEventsByEventType` is not respected #433

Closed 0xbe1 closed 2 months ago

0xbe1 commented 2 months ago

🐛 Bug Description

How to reproduce

Code snippet to reproduce

const events = await aptos.event.getModuleEventsByEventType({
  eventType: `0xfaf4e633ae9eb31366c9ca24214231760926576c7b625313b3688b5e900731f6::staking::StakeAPTEvent`,
  options: {
    limit: 2,
  },
})
console.log(events.length); // output 100

Expected Behavior

should fetch only 2 events.

System information

System details: