You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to use getVirtualChainFromBlock to keep only accepted transactions. But there is no limit setting so it always returns all blocks and txs up to the tip. A lot of txs if we start from the pruning point and I suppose a huge amount if I try to call it on historical blocks on archival node.
Describe the solution you'd like
Add limit option so I can iterate using a suitable batch size.
Describe alternatives you've considered
I did not find any other way to check if tx is accepted.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to use
getVirtualChainFromBlock
to keep only accepted transactions. But there is nolimit
setting so it always returns all blocks and txs up to the tip. A lot of txs if we start from the pruning point and I suppose a huge amount if I try to call it on historical blocks on archival node.Describe the solution you'd like
Add
limit
option so I can iterate using a suitable batch size.Describe alternatives you've considered
I did not find any other way to check if tx is accepted.
The text was updated successfully, but these errors were encountered: