-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nft_tokens return exceed gas limit error if starting index is high enough #800
Comments
So the issue is that this collection is a Ideally, the standards are re-written to be more efficient and low-level so this won't be a problem, but unclear what the best path for developers to optimize this. There doesn't seem to be a concise solution that isn't state breaking |
Update on this for more context: We don't currently have the bandwidth for a re-write to solve this and other issues in the near future. We will likely start a fork of the standards to fix and optimize, but also this can be done by anyone in the community, there requires no change in the NEP standard for NFTs. The reasons this can't just be changed like in #810:
Medium-term plan is to re-write, optimize, and make this library more configurable, but if anyone needs changes in short term, best to fork or create new. |
Hi I have a collection with over 2k nft and when I try to get tokens start from around 600 , it return exceed gas limit gas, everything under that certain number is fine
The text was updated successfully, but these errors were encountered: