-
Notifications
You must be signed in to change notification settings - Fork 44
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
Frames are inconsistent in tests and invoked WASM #485
Comments
This is caused by the additional |
Got it. So to summarize, in the test case we are calling For reference this is the code that dances around this inconsistency: rs-soroban-env/soroban-env-host/src/host.rs Lines 1166 to 1190 in e110dff
|
A possible solution is to change the SDK generated contract client to call |
Another possible solution is to remove the @graydon Wdyt? |
Tangentially related to #150 since removing |
I've noticed in my testing that the frames that are setup for the call stack are different in a test vs when WASM is being executed.
There's only one frame when directly invoking a test contract in an SDK test.
There are two frames when the contract is invoked directly as a WASM contract.
The text was updated successfully, but these errors were encountered: