aptos prover - improving verification time #342
Unanswered
MoonShiesty
asked this question in
Questions
Replies: 1 comment
-
One possible reason is encoding of complicated data structure such as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
moonshiesty
Describe your question in detail.
i have a function that im trying to specify, with a struct:
when the function i want to specify borrows this struct, and does nothing else with it, it increases verification time from 14s to ~1000s, ie:
borrow_global_mut<OracleGlobalConfig>(@mirage_oracle);
why would simply borrowing from global stores increase verification time so much?
any tips for how to reduce verification time in cases like these?
Beta Was this translation helpful? Give feedback.
All reactions