Replies: 1 comment 2 replies
-
Hi @robojosef, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discord user ID
robojosef
Describe your question in detail.
Hello there! Since yesterday morning one of the functions in my project's contract started failing with an EXECUTION_LIMIT_REACHED error.
https://explorer.aptoslabs.com/txn/2176613966?network=mainnet
This seems to be some sort of framework-level defined gas limit. The strange thing is: that same transaction was completing successfully the day before and was consuming more gas than the failed transaction:
https://explorer.aptoslabs.com/txn/2166452063?network=mainnet
Is there a way to adjust this limit on a transaction? If not, how should I address this? Is my transaction just too large?
I did not make any changes to the package between the successful and failing transactions. So I'm not sure what triggered this issue.
What error, if any, are you getting?
EXECUTION_LIMIT_REACHED
What have you tried or looked at? Or how can we reproduce the error?
I tried increasing the gas limit.
I'm not sure if this issue is reproducible on other modules.
Which operating system are you using?
Windows
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
The module was compiled and published using Aptos CLI v4.0.0
Beta Was this translation helpful? Give feedback.
All reactions