aptos prover - objects #332
Replies: 5 comments 5 replies
-
Does this error appear even if you only have this spec? Also, could you try to replace the |
Beta Was this translation helpful? Give feedback.
-
the error actually appears if i run the prover, without any spec files:
do you know why its running 270 verification conditions even though i have zero spec statements in the project? in a different project i was getting the same error without any spec files and managed to isolate the issue down to a usage of tried to replace all the bit confused how to debug these sorts of issues with the prover, ive just been commenting out lines of code until the prover starts running again. let me know if theres any more info i can provide |
Beta Was this translation helpful? Give feedback.
-
@MoonShiesty , could you manually apply the change in this PR and run Prover again? The boogie internal errors related to the aggregator v2 native functions should disappear. |
Beta Was this translation helpful? Give feedback.
-
Also, regarding of the verification condition issue, it is possible that your code relies on some library code, against which some invariants are defined and thus need to be verified. |
Beta Was this translation helpful? Give feedback.
-
@junkil-park i tracked some of these issues to:
was able to workaround with:
in general, can i workaround these prover issues by turning off verification on the offending functions? |
Beta Was this translation helpful? Give feedback.
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.
im trying to get started with aptos prover, with a module that uses token objects
i thought id start with proving the Object exists after my function creates it:
i get these errors:
is it possible to use the prover with token objects?
if not how do i work around this to prove the result after creating a token object
Beta Was this translation helpful? Give feedback.
All reactions