Open JaydenElliott opened 2 hours ago
Hi, thank you for your report
It's worth to discuss it, but basically tonlib_client provides raw implementation of tonlib_api
I'm not sure if we want to make it smarter and handle such cases (I'm pretty sure 16 results is a lite-node restriction)
Hey, thanks for the library, working well so far.
I'm running into a limit of
16
for the count param of get_raw_transactions_v2(). If I pass some number greater than 16, it will only return 16 transactions:I've written a workaround which will just get the last transaction id of the 16th and re-run the function, but i'm curious if this was intended (the python sdk doesn't have this restriction). Can submit a PR implimenting this if you need.